div#contactform{
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	margin-left: 25px;
	width: 530px;
	background-color: #FFFFFF;
	border: 11px solid #D5CEBE;
	background-image: url(../im/bg2.jpg);
	background-repeat: repeat-x;
}

div#contactform p{

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #556270;
	
}

div#contactform p strong{

	font-weight: bold;
} 
 
 
div#contactform p label
{

	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 16px;
	color: #675F51;
	font-weight: bold;	
	
}

div#contactform textarea
{
	position: relative;
	width: 300px;
	margin-left: 131px;
	background-color: #E6E6DE;
	border: 1px solid #D5CEBE;	
	top: -20px;
	font-size: 14px;
	color: #556270;
}

div#contactform hr {
	border: 0;
	color: #E6E6DE;
	background-color: #E6E6DE;
	height: 1px;
	width: 100%;
	
}

div#contactform input
{
	height: 18px;
	background-color: #E6E6DE;
	border: 1px solid #D5CEBE;
	font-size: 14px;
	color: #556270;
}

div#contactform #send
{
	width: 90px;
	height: 34px;
	border: 0px;
	float: right;
	margin-right: 60px;
}

div#contactform legend
{

	padding-left: 20px;
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2em;
	color: #A40802;
}

div#contactform #imgContact{
	position: relative;
	float: right;
	top: -130px;
	left: 28px;

}




