#contact_form li.submit{
	float: right;
	clear: both;
	margin: 1em 0;
	width: 86px;
	height: 22px;
	position: relative;
	overflow: hidden;
	padding: 0;
	border: none;
}
#contact_form li.submit input{
	background: url(../images/send_button.gif) 0 0 no-repeat;
	width: 86px;
	height:22px;
	padding: 0;
	padding-top: 22px;
	overflow: hidden;
	border: 0;
	text-indent: -9000px;
	cursor: pointer;
	display: block;
}
#contact_form li.submit input:focus,
#contact_form li.submit input:active,
#contact_form li.submit input.focus{
	background-position: 0 -22px;
}
#contact_form ol{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}
#contact_form li{
	border-bottom: 1px dashed #333;
	padding: .7em 0 1.5em 0;
	position: relative;
	height: 1%;
}
#contact_form li.validation_message{
	padding: 0 0 0.7em 0;
}
#contact_form li label{
	font-weight: bold;
	color: #DDD;
	float: left;
	display: block;
	width: 200px;	
}
#contact_form li span.validation{
	float: left;
	clear: left;
	display: block;
	width: 200px;
	font-size: 0.9em;
	color:#666;
}
#contact_form li.name input,
#contact_form li.email input,
#contact_form li.url input,
#contact_form li select{
	width: 240px;
}

#contact_form li.comments textarea{
	width: 240px;
	height: 150px;
}
#contact_form_header{
	background: url(images/contact/contact_me_header.gif) 0 0 no-repeat;
	margin: 1em 0 0.5em 0;
	padding: 0;
	height: 45px;
	text-indent: -9000px;
	position: relative;	
}
.vcard_link{
	background: url(images/contact/vcard.gif) 0 0 no-repeat;	
	padding-left:22px;
}
.vcard_link:hover{
	background-position: 0 0;
}
.stay_in_touch h3{
	margin: 0;
	padding: 0;
}
.stay_in_touch ul li{
	padding: 0.3em 0 !important;
}

/* @group Invalid */

.contact_invalid{
	margin:0;
	padding: 2em 1em;
	background: url(images/contact/contact_invalid.gif) 1em center no-repeat;
	padding-left: 100px;
}
/* @end */

/* @group Success */

.contact_success{
	padding-left: 145px;
	min-height:200px;	
	background: url(images/contact/contact_successful.jpg) 0 0 no-repeat;
}
* html .contact_success{
	height: 200px;
}

/* @end */
