/* 

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%;
	padding-top:10px;
	}
form p.text-right {
	margin-right:10px;
	}
form p.field {
	float:left;
	}
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;
	}
input, textarea {
	font-size:1.1em;
	border:1px solid #fff;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 2px 2px 2px 0px #c9c8c8;
	-moz-box-shadow: 2px 2px 2px 0px #c9c8c8;
	-box-shadow: 2px 2px 2px 0px #c9c8c8;
	box-shadow: 2px 2px 2px 0px #c9c8c8;
	background:#dbebf3;
		font-family:"Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	}
input.submit-button {
	border:2px solid #e7e8e7;
	padding:2px;
	background:url(/mainpics/icons/egg-red.png) 0 center no-repeat;
	height:40px;
	border:none !important;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	-border-radius:none;
	border-radius:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-box-shadow: none;
	box-shadow: none;
	padding-left:40px;
	font-size:1.5em;
	color:#e42f3a;
	cursor:pointer;
	}
input.submit-button:hover {
	background:url(/mainpics/icons/egg-blue.png) 0 center no-repeat;
	color:#2d78a0;
	}
textarea {
	font-size:1.1em;
		font-family:"Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	}
select {
	padding:2px;
	color: #878266;
	font-size:1.2em;
1	background: #e7e8e7;
	border:2px solid #e7e8e7;
	}

/*	------------	*/
/*	jq classes	*/
/*	------------	*/
form .activeField {
	background-color:#fff;
	border-color:#1c83bd;
}
form .activeErrorField {
	border: 2px solid #c80000;
	background:#fde8e6;
}
form input.submit-button.activeField,
form input.submit-button.activeErrorField {
	border:none;
	background:url(/mainpics/icons/egg-red.png) 0 center no-repeat;
	background-color:none;
}
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;
		}


