
#form_content {
	float: left;
	background-color: white;
	width: 800px;
	overflow:auto;
	/*margin-top: -0.5px;*/
}

/*----form image*/
#form_image {
	/*background-color: #00FF33;*/
	width: 380px;
	float: left;
	
}


#form_image p{
	line-height: 14px;
	width: 380px;
	/*margin-left: -0.8px;*/
	padding-left: 20px;

}

/*----form description*/
#form_description {
	color: #a52222;
	float: left;
	width: 380px;
	/*margin-left: -0.8px;*/
	background-color: white;
	overflow:auto;
}


#form_description ul{
	list-style-type: none;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0;
}
	
#form_description .label{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

.label {
	color: #1b5295;
}

#form_description li{
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 18px;
}

#form_description img{
	padding-left: 20px;
	padding-top: 20px;
}


/*right column */


#price .blue{
	color: #1b5295;
	
}

#price .small{
	font-size: 10px;
	
	}
	
#price {
	background-color: white;
}

#price h1{
	margin-left: 10px;
}



.form_title {
	font-size:14px;
	font-weight: bold;
	color: #051737;
	margin-top: 10px;
	margin-left: 10px;
		
}



#topimage img{
	border: none;
	}
	

.invoice {
	text-align: center;
	/*padding-bottom: -0.8px;*/	
}

.payment{
	text-align: left;
	font-size:11px;
	margin:0;
}

#alliance {
	font-size:11px;
	color:black;
	margin:0px 40px 12px 40px;
	border: 1px solid #1B5295;
	padding:12px;
}	


#bottom_column {
	background: white;
	float: left;
	width: 800px;

}

#form_data {
	background-color: white;
	float: left;
	width: 370px;
	height: 600px;
	/*margin-left: 5px;*/
}

/*----table*/

#form_data table {
	border="1" 
	cellpadding="2"
}


#form_data form{
	font-size: 11px;
	color: #093178;
	margin-top: 10px;
	}


#form_data .field{
	width: 220px;
}

#form_data .small_field{
	width: 50px;
}


#form_data .submit_button{
 	background-color: #a52222;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-left: 70px;
			
}

#form_data .reset_button{
 	background-color: #2b338b;
	color: white;
	font-size: 11px;
	font-weight: bold;
	
}






