/* 

FORMS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 5. forms --------- */

form * {
1	border: 1px solid #f00;
	}
form {
	width:90%;
	padding-top:10px;
	}
form p {
	float:left;
	margin-top:1px;
	margin-bottom:0;	
	}
form div.label,
form p.label {
	width:99%;
	clear:both;
	font-size:1.4em;
	margin-bottom:2px;
	}
form p.label#spamLabel {
	text-align:center
	}
form div.field,
form p.field {
	width:99%;
	display:block;
	text-align:center;
	}
p.field#copyTos {
	margin-top:0;
	font-size:1.3em;
}
form p.glow {
	padding-bottom:30px;
	background: url(/mainpics/img-shadow.jpg) bottom center no-repeat;
	}
form p.glowSm {
	background:url(/mainpics/img-shadow-sm.jpg) bottom center no-repeat;
	padding-bottom:18px;
	}
form p#topErrorField {
	margin-top:0;
	font-weight:bold;
	font-size:1.6em;
	}
input {
	padding:2px;
	font-size:1.4em;
	color: #b6b0a3;
	border: 1px solid #5b5b71;
	background: #151537;
	}
input.submitButton {
	border: 1px solid #5b5b71;
	background: #151537;
	padding:5px;
	}
input.submitButton:hover {
	background: #1d1d41;
	}
textarea {
	color: #b6b0a3;
	border: 1px solid #5b5b71;
	background: #151537;
	padding:2px;
	font-size:1.3em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
select {
	padding:2px;
	font-size:1.5em;
	color: #b6b0a3;
	border: none;
	background: none;
	}
/* ---------  jquery styles  --------- */
.activeField {
	background: #1d1d41;
}
.activeErrorField {
	}
span.errorFieldInline {
	display: none;
	font-size: 1.2em;
	color: #b11313;
		}
form#contactForm span.errorFieldInline {
	clear:both;
	display:block;
	padding:0;
		}
span.errorFieldBlock {
	display: block;
	font-size:1em;
		}
form#contactForm p#spamLabel span {
}
form#contactForm p#submitButton span.errorFieldInline {
	display:block;
	font-size:1.2em;
}
p#topMessageField {
	font-size:1.2em;
	width:100%;
	text-align:center;
	padding:5px;
}
