﻿#contactform
{
	clear: both;
}

#contactform label
{
	display: block;
	padding-bottom: 5px;
}

#contactform li
{
	list-style: none;
	padding-bottom: 20px;
	line-height: 1em;
}

#contactform li.last
{
	padding-bottom: 10;
}


#contactform li input
{
	background-color: #fff;
	height: 22px;
	padding-top: 5px;
	width: 400px;	
	font: 18px Georgia, Arial, "Lucida Grande", Verdana, sans-serif;
}
#contactform li .area
{
	background-color: #fff;
	height: 110px;
	padding-top: 5px;
	width: 500px;
	font: 18px Georgia, Arial, "Lucida Grande", Verdana, sans-serif;
}

#contactform li #contact
{
	width: 200px;
}

#ctl00_main_sendbutton
{
	font: 18px Georgia, Arial, "Lucida Grande", Verdana, sans-serif;
	margin-bottom: 25px;
	width: 155px;
	height: 80px;
	background: url('../images/reflect_btn.png') no-repeat;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px 33px 10px;
	border: none;
}
