/* Contact Form
=========================================================================================== */
.formHolder {
	margin:15px;
}
.formHolder .intro {
	float:left;
	width:170px;
	margin-top:15px;
}
.formHolder .thankyou {
	float:left;
	width:99%;
	margin-top:15px;
}
		.formHolder .thankyou p a {
			color:#fff;
			font-weight:bold;
		}
	.formHolder .intro p {
		font-size:100%;
	}
.formHolder form {
	float:right;
	width:370px;
}

fieldset {
	padding: 5px 15px 8px 0;
	border:0;
}
form p {
	float:left;
	position: relative;
	width: 700px;
	font-size:130%;
	color:#5f5f5f;
	height:30px;
}
label {
	float: left;
	font-size:110%;
	width: 140px;
	padding-top:3px;
	padding-bottom:15px;
	
}
label.comments {
	width: 400px;
	margin-top:6px;
}
input {
	width: 400px;
	padding-top:2px;
	height:20px;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}
label.error {
	position: absolute;
	top: 1px;
	text-align:right;
	right: 160px;
	padding: 3px;
	width:400px;
	color: #da3939;
	font-size: 1em;
	font-style: italic;
	font-weight:normal;
}
input.submit-button {
	margin:10px 0 0 140px; padding:10px; border:2px #999 solid; text-indent:-5px;
	font-size:120%; width:100px; text-align:center; display:block;
	overflow:hidden; cursor:pointer; background:#ccc; font-weight:bold; color:#333;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
input.submit-button a {
	border:0; outline:0;
}
	input.submit-button:hover {
		background:#999; color:#fff;
	}

p.required {
	background:url(../images/generic/mandatory.gif) 550px 0px no-repeat;
}
#Message {
	width:500px;
}
