 .contactusstyle{
	margin-top:0px;
	width:80%;
	margin-left:auto;
	margin-right:auto;	
	overflow:hidden;
}


.contactusstyle input, textarea {
 padding: 8px;
 border: solid 2px #961b1d;
text-decoration: none;
 margin-bottom: 5px;
 width: 200px;
 box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/* Default property recognized by some browsers- a Good practice to include it*/
 -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Mozilla Firefox Browsers*/
 -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Webkite browsers - Chrome and Safari*/
 }
 
.contactusstyle input:focus, textarea:focus
{
 /*background-color:#ffff99;*/
 background-color:#ffff99;
 border: solid 1px #a3d869;

} 

.contactusstyle textarea {
 width: 300px;
 max-width: 300px;
 height: 150px;
 line-height: 150%;

 }

.contactusstyle .form label {
 margin-left: 10px;

color: #999999;
font-size: 18px;
color: #555555;
text-decoration: none;
 }

.contactusstyle .submit input {
 width: auto;
 padding: 9px 15px;
 background: #617798;
 font-size: 18px;
	color: #555555;
	text-decoration: none;
 color: #FFFFFF;
 cursor:pointer;
 }
 

table#contactustab{
	width:100%;
	border-bottom:1px solid blue;
	Padding-bottom:10px;
	margin-top:0px;
font-size: 18px;
	color: #555555;
	text-decoration: none;

}
table#contactustab th{
	padding:0;
	margin:0;
	text-align:left;
	color:#961b1d;	
	font-size:24px;
	text-decoration: none;
	border-collapse:collapse;
	white-space-collapse:collapse;
}



 




	
