/* CSS Document */

label, input {
	display: block;
	width: 13em;
	float: left;
	margin-bottom: 10px;
	font-size:10px;
}

label {
	text-align: right;
	width: 10em;
	float:left;
	margin-right: 0.5em;
	display:block;
	

}

input
{
color: #781351;
background: #ffffff;

}

textarea
{
color: #781351;
background: #ffffff;
border: 1px solid #781351
}

offer
{ background-color:#FFFFFF;}

.submit input
{
color: #000;
background: #ffffff;
border: 2px outset #d7b9c9;

}

fieldset
{
border: 1px solid #0BA1B8;

}

br {clear:left;}

legend
{
color: #fff;

border: 1px solid #000000;
padding: 2px 6px 
}

.contactUsForm {
			font-size:11px;
			padding-left:0.5em;
			padding-top:1.5em;
			margin-top:-305px; 
			margin-left:15px; 
			background-color:#091F62;
			width:65.5%;
			height:48.5%;
			overflow:auto;
			border-top:1em solid #091F62;
			border-bottom:1.5em solid #091F62;
			}
			
* html .contactUsForm {
					margin-top: -305px; 
					height:51%;
					border-top:1em solid #000000;
					border-bottom:1.5em solid #000000;
					}			
					
	


