/* 

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

*/

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

form * {
1	border: 1px solid #f00;
	}
form {
	float:left;
	width:100%;
	padding-top:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
form p {
	float:left;
	margin-top:0;
	clear:both;
	}
form p.field {
	display:block;
	}
form p#topErrorField {
	margin-top:0;
	font-weight:bold;
	}
form p.errorField {
	display:block;
	width:100%;
	clear:both;
	text-align:right;
	margin-bottom:20px;
	margin-top:-5px;
	}
input {
	padding:2px;
	color: #6A7D35;
	font-size:1.2em;
1	background: #e7e8e7;
	border:2px solid #e7e8e7;
	}
input.submitButton {
	border:2px solid #e7e8e7;
	padding:2px;
	background:#fff;
	}
p#submitButton {
	clear:both;
	margin-top:10px;
	display:block;
	width:70%;
	text-align:center;
}

input.submitButton:hover {
	border:2px solid #c3cbae;
	padding:2px;
	}
textarea {
	border:2px solid #e7e8e7;
	padding:2px;
	color: #6A7D35;
	font-size:1.1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
select {
	padding:2px;
	color: #878266;
	font-size:1.2em;
1	background: #e7e8e7;
	border:2px solid #e7e8e7;
	}
/*	------------	*/
/*	jq classes	*/
/*	------------	*/
/*	DEFINE ME	*/
form#contact-form .activeField {
	border:2px solid #c3cbae !important;
}
/*	DEFINE ME	*/
form#contact-form .activeErrorField {
	border: 2px solid #eb2005;
}

p#topMessageField {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}


form#contact-form 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;
		}
.errorPanel {
	background: #fbe9e9 url(/mainpics/icons/delete.png) 10px center no-repeat;
	padding:10px;
	padding-left:50px;
	border: 1px solid #db7272;
	margin:10px 0;
}
.errorPanel p {
	margin-bottom:0 !important;
	padding-bottom:0;
	color:#eb2005 !important;
}
.noticePanel {
	background: #e9fbe9 url(/mainpics/icons/accept.png) 10px center no-repeat;
	padding:10px;
	padding-left:50px;
	border: 1px solid #72db74;
	margin:10px 0;
}
.noticePanel p {
	margin-bottom:0 !important;
	padding-bottom:0;
	color:#367c38 !important;
}
.noticePanel.loading {
	background: #e9fbe9 url(/mainpics/icons/loading.gif) 10px center no-repeat;
}
