 /* 
Title:		Form styles
Author: 	J Ecker - Pemaquid Communications
Date: 		9/22/2008
Comments:	These styles for various forms
*/
 
 /* Contact form - pform
-----------------------------------*/

.pform {
	margin:20px 0;
	color:#333;
	
	}
	
.pform .required{
	font-style:italic;
	font-family:arial;
	text-align:center;
	margin:0;
	padding:0;
	color:#666;
	}
	
.pform legend{
	font-size:120%;
	font-weight:bold;
	color:#000;
	font-family:'Lucida Grande', tahoma;	
	}
	
.pform fieldset{
	background:#fff;
	border:1px solid #B9B8B8;
	margin-bottom:10px;
	}
	
.pform div{
	clear: left;
	margin: 3px 0;
	padding: 6px;
	padding-left: 125px; /*width of left column containing the label elements*/
	height: 1%;
	}
	
.pform label, .pform .question {
	font-weight: bold;
	float: left;
	text-align:right;
	margin-left: -125px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}
	
.pform p{
	margin:0;
	padding:0;
	}
	
.pform label.radio_btn {
	font-weight: normal;
	float: none;
	margin-left: 0; 
	}

.pform label.cbox {
	font-weight: normal;
	float: none;
	margin-left: 0; 
	}

.pform textarea {
	}

.pform input.submit {
	width:150px;
	}
	
.pform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 300px;
	}
	
.pform textarea{
	width: 300px;
	height: 100px;
	}
	
	/*.threepxfix class below:
	Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
	to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
	*/
	
* html .threepxfix{
	margin-left: 3px;
	}
	
.pform .error {
	background:#f99;
	font-weight:bold;
	color:#fff;
	}

.pform .error label {color:#fff;}	
	
.pform .err_msg{
	border:3px solid #f99;
	font-weight:bold;
	padding:10px;
	font-family:arial;
	margin:10px 4px;
	}

.honey {display:none;}

p.helptext {display:inline;}

label.checkbox { 
	display:inline;
	float:none;
	margin-left:0;
	font-weight:normal;
	font-style:italic;
	}

.phoneToggles {display:none;}