		/* 

FORMS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 5. forms --------- */

form {
1		border: 1px solid #ccc;
		}
form * {
1		border: 1px solid #ccc;
		}
input {
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:5px;	
	font-size:1.2em;
	color: #000000;
	border: 1px solid #537b33;
	/*background:#31475f;*/
		}
textarea {
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 1px solid #537b33;
	/*background:#31475f;*/
	padding:5px;	
	font-size:1.2em;
	font-weight: normal;
	color: #000000;
		}
select {
	border: 1px solid #537b33;
	/*background:#31475f;*/
	padding:5px;	
	font-size:1.2em;
	color: #000000;
		}
input.submitButton{
	border: 1px solid #537b33;
	letter-spacing:.05em;
	color: #000000 ;
	font-weight:bold;
	/*background: #31475f;*/
	line-height:30px;
}
input.submitButton:hover {
	border: 1px solid #f7bb53;
}
input.formChooser {
	border: none;
	background:none;
}
form p.label{
	display:block;
	float: left;
	width:200px;
	clear:both;
	text-align:right;
1	border: 2px solid #0f0;
}
p#message{
	float:left;
}
form p.field{
	display:block;
	float: left;
	margin-left:20px;
	width:400px;
}
form p.errorField{
	display:block;
	float: left;
	width:400px;
	text-align:left;
	margin-top:0;
	margin-left:20px;
}
/*	----------------------	*/
/*	SURVEY FORMS			*/
/*	----------------------	*/
form.surveyForm {
		clear: both;
1		border: 1px solid #ccc;
		}
form.surveyForm * {
1		border:1px solid #f00;
}
form.surveyForm select option {
		padding-right: 0.5em;
}
.activeField {
	border-color: #f7bb53;
}
.passiveField {
	border-color: #4e9327;
}
form.surveyForm p.errorField {
	clear:both;
	display:block;
	float: left;
	width:100%;
	text-align:left;
	margin-top:0;
	margin-left:20px;
}
form.surveyForm p.label{
	clear:both;
	display:block;
	width:400px;
	text-align:left;
	margin-bottom:1em;
	float:left;
1	border: 2px solid #4e9327;
}
form.surveyForm p.field{
	clear:none;
	text-align:left;
	width:200px;
	display:block;
	margin-bottom:1em;
	float:left;
	height:35px;
}
form.surveyForm div.contactInfo {
	clear:both;
	padding:35px 0;
1	border:1px solid #f00;
1	margin:0 auto;
	width:500px;
}
form.surveyForm p.small {
	width:150px;
	text-align:left;
}
form.surveyForm p.wide {
	width:250px;
	float:left;
	margin-left:10px;
}
form.surveyForm div.subButton {
1	border:1px solid #f00;
	clear:both;
}
form.surveyForm div.subButton .submitButton {
1	border:1px solid #f00;
	margin-left:-10px;
}
em.lightbulb {
	background:url(/mainpics/bulb_noGlow_sm.png) 0 0 no-repeat;
	width:20px;
	height:35px;
	margin-left:20px;
	line-height:20px;
	padding:10px;
	display: none;
}
