 /* 
Title:		Maine News Feeds
Author: 	R Landry - Pemaquid Communications
Date: 		12/17/2007
Comments:	These styles for various forms
*/
 
 /* Contact form - pform
-----------------------------------*/

.pform {
	border:1px solid #dfdfdf;
	border-right:3px solid #dfdfdf;
	border-bottom:3px solid #dfdfdf;
	margin:20px;
	margin-left:70px;
	background:#fff;
	}
	
.pform legend{text-indent:-9999px;}
.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:#666;
	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 label.cbox {
	font-weight: normal;
	float: none;
	margin-left: 0; 
	}

.pform input, .pform textarea {
	}

.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;}

/* =enews_signup form
---------------------------------------------------------- */
#enews_signup{
	margin:10px auto;
	}
	
#enews_signup label{
	font-weight:bold;
	color:#404631;
	padding:5px 0 3px 0;
	display:block;
	}
	
#enews_signup input[type="text"]{
	border:1px solid #ccc;
	float:left;
	width:180px;
	padding:3px;
	}
	
.enews_signup_button{
	margin: 3px 10px 0 0;
	float: right;
	}

