#mailIcon {
	float:left;
	margin-top:20px;
}

#contactInfo{
	margin-left:120px;
}

p {
	margin-top:0;
}

h4 {
	margin-top:30px;
	margin-bottom:0;
	color:#FF0000;
}

a, p {
	text-decoration:none;
	color:#666;
}

#contactForm{
	float:right;
	margin:10px 20px 0 0;
}

#contactForm #middle {
	background:url(../images/contact_middle.png) center repeat-y;
	width: 320px;
	padding: 1px 30px 1px 50px;
}

#middle p, #middle h3 {
	color:#363;
}


#top, #bottom, #middle {
	width:400px;
}

#top {
	background:url(../images/contact_top.png) center no-repeat;
	height:25px;
}

#bottom {
	background:url(../images/contact_bottom.png) center no-repeat;
	height:25px;
}
	

textarea, input {
	display:block;
	margin:20px;
	width:250px;
	height:20px;
	font-family:inherit;
	color:#999;
	font-size:12px;
}

#submitButton {
	float:right;
	margin-right:125px;
	width: 80px;
}

input.error, textarea.error {
	background-color:#f8cdc3;
	margin-bottom:0;
}

span.error {
	background:#fce9e4;
	color:#D00;
	padding:0 3px;
	border:1px solid #E00;
	margin-left:20px;
	font-size:0.9em;
}

textarea {
	height: 170px;
}

fieldset {
	border:none;
	padding:0;
	margin:0;
}

.darkColor {
	color:#000;
}

#submitButton {
	color:#000;
	width:90px;
	height:30px;
	
}
