﻿ .row 
{
	margin-bottom:4px;
	float:left;
	clear:both;
	width:100%;
	
	
}
.formText 
{
	display:block;
	float:left;
	width:110px;

	color:#707070;
	font-size:11px;
	padding-top:5px;
	
	
}
.formField 
{
	float:left;
	width:230px;
	border:solid 1px #aac2dd;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:13px;
	height:18px;
	padding-top:4px;
	padding-left:2px;
	
	
}
.ddlField 
{
	float:left;
	width:162px;
	border:solid 1px #aac2dd;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:13px;
	padding-left:2px;
	height:25px;
	
	
}

.spacer 
{
	float:left;
	display:block;
	width:10px;
	height:20px;
	
}
.memoField 
{
	float:left;
	width:300px;
	border:solid 1px #aac2dd;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:13px;
	padding-top:4px;
	padding-left:2px;
	font-family:Tahoma, Arial, Sans-Serif;
	
	
}
.btnStyle
{

	background:transparent url('images/icons/btnBack.jpg') no-repeat  left top;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:13px;
	font-weight:bold;
	border: none;
	color: #576889;
	cursor:pointer;
	width:62px;
	height:24px;
	text-align:center;
	
	
	
}
.btnStyle2
{

	background:transparent url('images/icons/btnBack2.jpg') no-repeat  left top;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:13px;
	font-weight:bold;
	border: none;
	color: #576889;
	cursor:pointer;
	width:105px;
	height:24px;
	text-align:center;
	
	
	
}


.btnStyle:hover
{
	background:transparent url('images/icons/btnBack-ro.jpg') no-repeat  left top;
	color:#414f67;
}
.btnStyle2:hover
{

	background:transparent url('images/icons/btnBack2-ro.jpg') no-repeat  left top;
	color:#414f67;
}
.validatorCalloutHighlight
{
    background-color:#eef1f7;

	
  
}

.detailHeader 
{

	color:#707070;
	font-size:11px;
	
	
}

.InquiryForm 
{
    width:460px;
    float:left;
}
.AddressBar 
{
    float:right;
    width:210px;
    margin-right:20px;
    height:880px;
    
}

.ResponseForm 
{
    float:left;
    clear:left;
    width:460px;
    font-weight:bold;
}