/* CSS Document */

label {height:40px; display:block;}
#ContactForm {padding-top:16px;}
input, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	width:380px;
	border:1px solid #ffffff;
	padding:6px 10px;
	color:#666666;
	background:#e8e8e8;
	line-height:20px;
}
textarea {
	height:100px; overflow:auto; margin-bottom:7px;}
	
.extra_block {line-height:17px;}

a.btn {
	background:url(../images/contactbutton.gif) repeat;
	display:inline-block;
	font-size:18px;
	line-height:36px;
	color:#cccccc;
	text-decoration:none;
	padding:7px;
}


a.btn:hover {color:#ffffff;}

a.blue{background:url(../images/contactbutton.gif) repeat right bottom; color:#ffffff;}
a.blue:hover {color:#e8e8e8;}
