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

.pform {
	margin:5px;
	background:#fff;
	color:#333;
	}
	
.pform legend{
	font-size: 150%;
	color: #391b1e;
	line-height:1.1em;	
	margin-top:15px;
	font-family:'Myriad Pro', 'Lucida Grande', tahoma;	
	text-transform:uppercase;
	font-weight:normal;
	}
.pform fieldset{border:none;}
	
.pform p{
	clear: left;
	margin: 0;
	padding: 6px;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
	}
	
.pform label{
	color:#333;
	font-weight: bold;
	float: left;
	text-align:right;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}
	
.pform .cbox {
	float:left;
	padding-left:0;
	clear:none;
	width:200px;
	}

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

.pform input, .pform textarea {
	border:1px solid #999;
	}

.pform input.submit {
	/*width:180px;*/
	}
	
.pform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	}
	
.pform textarea{
	width: 180px;
	height: 150px;
	}
	
	/*.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; 
	color:#fff;
	font-weight:bold;
	width:100%;
	}
	
.error label {
	padding:0 0 0 5px;
	}

.honey {display:none;}

/* = legis-search
---------------------------------------------------------- */
#legis-search form{
	color:#000;
	padding:0px 0 0 0;
	border:2px solid #d2dae4;
	margin-top:20px;
	background:#f2f4f7
	}
	
#legis-search fieldset{
	border:none;
	}
	
#legis-search legend{
	font-size:120%;
	font-weight:normal;
	text-transform:uppercase;
	color: #391b1e;
	text-indent:0;
	}
	
#legis-search p{
	clear: left;
	margin: 0;
	padding: 6px;
	padding-left: 60px; /*width of left column containing the label elements*/
	height: 1%;
	}
	
#legis-search label{
	color:#333;
	font-weight: bold;
	float: left;
	text-align:right;
	margin-left: -60px; /*width of left column*/
	width: 55px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

#legis-search input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	}
	
#category option{
	width: 130px;
	}
	
#featured{
	border:none;
	}
	
/* =contact form
---------------------------------------------------------- */
.contact_form{
	color:#000;
	border:2px solid #d2dae4;
	margin-top:20px;
	background:#f2f4f7
	}
	

.contact_form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	}
	
.contact_form textarea{
	width: 250px;
	height: 150px;
	}
