/* 

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

*/

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

form * {
1	border: 1px solid #f00;
	}
form {
1	border: 1px solid #f00;
1	clear:both;
	float:left;
	width:90%;
1	padding-top:10px;
	}
form p.field {
	}
form p.text-right {
	margin-right:	10px;
	}
form p#topErrorField {
	margin-top:0;
	font-weight:bold;
	}
form p.errorField {
1	border:1px solid #00f;
	display:block;
	width:100%;
	clear:both;
	text-align:right;
	margin-bottom:20px;
1	float:right;
	margin-top:-5px;
	}
form p.topMessageField	{
	margin-bottom:20px;
}
input, 
textarea{
	padding:5px;
	color: #444;
	font-size:1em;
	border:2px solid #d8b79a;
	background:#fefae4;
	font-family:"Times New Roman", Times, serif;
	}
input.submit-button {
	border:2px solid #e7e8e7;
	padding:5px;
	background:url(/mainpics/bgs/bg-yellow-grad-sm.jpg) 0 0 repeat-x;
	color:#1B1464;
	}
input.submit-button:hover {
	cursor:pointer;
	background:url(/mainpics/bgs/bg-yellow-grad-sm-hover.jpg) 0 0 repeat-x;
	}
textarea {
	font-size:1em;
		font-family:"Times New Roman", Times, serif;
	}
select {
	padding:2px;
	color: #878266;
	font-size:1.2em;
1	background: #e7e8e7;
	border:2px solid #e7e8e7;
	}
/*	------------	*/
/*	jq classes	*/
/*	------------	*/
form .activeField {
	border:2px solid #b16f35;
	background:#fff;
}
form input.submitButton .activeField {
	border:none;
}
form .activeErrorField {
	border: 2px solid #c80000;
	background:#fde8e6;
}
form p.errorField {
		}
form span.errorFieldInline {
		display: block;
		color: #c80000;
1		font-size: 0.9em;
		text-align: left;
		}
form span.messageFieldInline {
		display: block;
		color: #00c800;
		font-size: 0.9em;
		text-align: left;
		}
