/* Contact Form
=========================================================================================== */
.thankyou {
	float:left;
	width:99%;
	margin-top:15px;
}
	.thankyou p a {
		color:#FFF;
		font-weight:bold;
	}
	
	
form {
	width:500px; margin-left:20px;
}
fieldset {
	padding: 0 15px 8px 0;
	border:0;
}
form p {
	float:left;
	position: relative;
	width: 440px;
	color:#727272;
	margin-bottom:8px !important;
}
label {
	float: left; font-size:100%; color:#606060; width: 90px; padding-top:3px;	
}
input {
	height: 18px; width: 330px;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#Message {
	float:left;
	position:relative;
	width:330px;
	margin:0 0 10px 0px;
}
/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}
label.error {
	position: absolute;
	top: 1px;
	text-align:right;
	right: 20px;
	padding: 2px;
	width:300px;
	color: #da3939;
	font-size: 0.9em;
	font-style: italic;
}
input.submit-button {
	float:left;
	margin-left:90px;
	width:79px;
	height:19px;
	display:block;
	overflow:hidden;
	cursor:pointer;
	text-indent: -5000px;
}

p.required {
	background:url(../images/generic/mandatory.gif) right 0px no-repeat;
}
