
#RFPFormContainer {	
	width: 670px;
	float: left;
	background: #e8e9eb url('images/rfpContactInfoHeader.jpg') 0 0 no-repeat;
	margin-top: 20px;
	padding-top: 60px;
}

#RFPLocationsContainer {	
	width: 95%;
	float: left;
	background: #e8e9eb url('images/rfpLocationsHeader.jpg') 0 0 no-repeat;
	margin: 20px 0px 0px 30px;
	padding-top: 35px;	
}

#RFPDeliveryMethodCont {	
	width: 100%;
	float: left;
	background: #e8e9eb url('images/rfpDeliveryMethodHeader.jpg') 0 0 no-repeat;
	margin-top: 20px;
	padding-top: 60px;
	height: 150px;
}

dt {		
    height:0px;    
    background-color: transparent;    
    color: #000;
    font-weight: bold;
    text-align: left;
    padding: 0px 0 0 0px;    
    overflow: hidden;	
}

.formElementBox dd,
.formElementBigBox dd,
.formElementShortBox dd,
.formElementSelectBox dd,
dd {        
    background-color: transparent;    
    color: #000;
    font-weight: bold;
    text-align: left;
    padding: 0px 0 0 0px;    
    overflow: visible;
    float: left;
    margin: 0px;	
}

.locations label {
    height: 20px;
    width: 300px;
    background-color: transparent;
    color: #000;    
    text-align: left;
    padding: 10px 0 0 10px;    
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.formLabel {
    height: 20px;
    width: 300px;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    text-align: left;
    padding: 10px 0 0 0px;
    overflow: hidden;    
}

.formElement {
    float: left;
    height: 22px;
    width: 280px;
    padding: 1px 0 0 10px;        
}

.formElementBig {
    float: left;
    height: 275px;
    width: 280px;
    padding: 0px 0 0 10px;        
}

.formElementLong {	
    width: 250px;    
    padding: 5px 0 0 5px;    
    font-weight: normal;
    vertical-align: middle;   
}

.formElementMedium {
    float: left;
    height: 22px;
    width: 75px;
    padding: 0px;        
}

.formElementSelect {
    float: left;
    height: 22px;
    width: 108px;
    padding: 0px;        
}

.formElementSmall {
    float: left;
    height: 22px;
    width: 50px;
    padding: 1px 0 0 10px;        
}

.formElementTiny {
    float: left;    
    width: 20px;
    padding: 10px 0 0 0px;
    text-align: center;        
}

.formElementLabel {
	float: left;
    width: 67px;
    padding: 5px 0 0 0px;
    overflow: visible;    
}

.formElementLabelLong {
	float: left;
    width: 175px;
    padding: 10px 0 0 30px;
    overflow: visible;    
}

.formElementBox {
    float: left;
    height: 30px;
    width: 287px;
    text-align: left;
    padding: 0px 0px 20px 30px;    
}

.formElementMediumBox {
	float: left;
    width: 84px;
    overflow: auto;    
}

.formElementSelectBox {
	float: left;
    width: 119px;
    overflow: auto;    
}

.formElementSmallBox {
	float: left;
    width: 60px;    
}

.formElementBigBox {
    float: left;
    height: 80px;    
    text-align: left;
    padding: 0px 0px 35px 30px;    
}

.formElementBiggerBox {
    float: left;
    height: 120px;    
    text-align: left;
    padding: 0px 0px 40px 30px;    
}

.formElementShortBox {    
    height: 30px;
    width: 180px;
    text-align: center;
    padding: 0px 0px 10px 30px;
    margin-left: 50px;    
}

ul.errors {	
	color: #660000;
	font: normal 10px Arial, InspireTWDC;	
}

ul.errors li {
	list-style: none;			
}

label.error {
	display: inline;
	float: left;
	color: #660000;
	padding-left: 5px;
	font: normal 10px Arial, InspireTWDC;	
	position: relative;	
	background: none;
	border: 0;
	border-color: transparent;
	padding-top: 0px;
	margin-top:	-3px;
}

.formElement.error,
.formElementBig.error,
.formElementMedium.error,
.formElementSelect.error,
.locations.error {	
	background: #fff;	
	border-color: none;	
	border: 1px solid #BBBBBB;
	margin-bottom: 5px;
	padding: 2px;
}

.text-label {
    color: #BBBBBB;
    font-style: italic;    
    fon-weight: bold;    
}

.locations label.error {	
	margin-top: 65px;
	margin-left: 5px;
	float: left;
	background: none;		
}

.locations label input.error {
	border: 1px solid #BBBBBB;
	width: 13px;
	height: 13px;
	background: none;
	margin: 2px 2px 0px 3px;
	vertical-align: baseline;
	padding: 0;
}

#state,
#country {
	height: 28px;	
	width: 116px;
	font-size: 14px;	
	padding: 3px;
	margin-top: 7px;	
	*margin-top: 6px;		
}

span.requiredTxt {
	display: inline;	
	margin-left: 5px;
	padding-right: 5px;	
	font: normal 10px Arial, InspireTWDC;	
	height:8px;
	color:#59564F;
}
