﻿#MainContent
{
	background-image: url(/images/contactus.jpg);		
}

#SecondaryContent
{
	height:350px;
}

#box-right
{	
	height:771px;
}

input:focus, textarea:focus
{
	background: #ffc;
}

input[type="text"], textarea
{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.required
{
	font-size: 10px;
}

fieldset p
{
	margin: 5px;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

legend
{
	font-weight: bold;
}

label
{
	float: left;	
	width: 100px;
}

input
{
	width: 200px;
}

textarea
{
	width: 200px;
	height: 100px;
}

.imgBtn
{
	height:30px;
	width:95px;
}