/* CSS FOR LETA POPup WINDOWS */

body {
	width: 450px; 
	height: 360px; 
	margin: 0px; 
	padding: 0px;
}

#form_head {
	width: 450px;
	height: 56px;
}

#logo_section {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 12px;
}

#logo_section img{
	margin-right: 23px;
}

#form_title_section {
	padding-top: 35px; 
	font: 11px Verdana, Serif; 
	font-weight: bold; 
	text-align: left; 
	color: #6b1101; 
	width: 243px; 
	float: right; 
	margin-bottom: 5px;
}

.form_title_section {
	padding-top: 35px; 
	font: 11px Verdana, Serif; 
	font-weight: bold; 
	text-align: left; 
	color: #6b1101; 
	width: 243px; 
	float: right; 
	margin-bottom: 5px;
}
.form_title_section2 {
	padding-top: 35px;
	padding-left: 10px;
	font: 11px Verdana, Serif; 
	font-weight: bold; 
	color: #6b1101; 
	width: 243px; 
	margin-bottom: 5px;
}
.form_title_section3 {
	padding-top: 10px;
	padding-left: 10px;
	font: 11px Verdana, Serif; 
	font-weight: bold; 
	color: #6b1101; 
	width: 243px; 
	margin-bottom: 5px;
}

.para2 {
	padding-left: 19px; 
	padding-right: 24px;
	padding-bottom: 10px;
	font: 11px Verdana, Serif;
	text-align: justify;
}
.para2 ul {
	padding-left: 10px;
	margin: 0px;
}
.para2 li {
	padding-top: 5px;
	padding-left: 5px;
}

#gray_spacer {
	background-color: #b4b6af; 
	height: 3px; 
	clear: both;
}

#form_body{
	height: 257px;
	border: thin solid white;
}

#body_text{
	margin-top: 20px; 
	font: 11px Verdana, Serif; 
	font-weight: bold; 
	text-align: left; 
	color: #000000;  
	padding-left: 19px; 
	padding-right: 24px;
}
#received{
	margin-top: 24px; 
	font: 11px Verdana, Serif; 
	text-align: left; 
	color: #000000;  
	padding-left: 19px; 
	padding-right: 24px;
	height: 233;
}
#first_input_field{
	margin-top: 30px; 
	font: 11px Verdana, Serif; 
	text-align: right; 
	color: #000000; 
	padding-right: 24px;
}

.input_box{
	height: 20px; 
	width: 209px; 
	border: 1px solid #bfbfbc; 
	padding-left: 4px; 
	padding-right: 4px;

}

.next_input_field{
	margin-top: 5px; 
	font: 11px Verdana, Serif; 
	text-align: right; 
	color: #000000; 
	padding-right: 24px;
}

.textarea {
	height: 80px; 
	width: 209px; 
	border: 1px solid #bfbfbc; 
	padding: 4px;
}

#textarea_container{
	width: 450px;
	padding-top: 5px;
	margin-right: 0px;
	padding-right: 0px;
    margin-left: -2px;
	border: solid thin white;
}

#textarea_input_section{
	width: 234px;
	float: right;
	text-align: left;
}

#textarea_message_section{
	font: 11px Verdana, Serif;
	text-align: right;
	color: #000000;
	width: 200px;
	float: right;
}

.sec_code_ct {
	width: 450px;
	padding-top: 5px;
	margin-right: 0px;
	padding-right: 0px;
    margin-left: -2px;
	border: solid thin white;
}

.sec_code_val {
	width: 234px;
	float: right;
	text-align: left;
}

.sec_code_label {
	font: 11px Verdana, Serif;
	text-align: right;
	color: #000000;
	width: 200px;
	float: right;
}

.div_extender{
	/* this one is for firefox */
	height: 1px; 
	clear: both;
}

#form_end{
	background-color: #f0f1f1; 
	height: 47px; 
	border: solid thin #f0f1f1;
}
#close{
	background-color: #f0f1f1; 
	height: 47px; 
	border: solid thin #f0f1f1;
	padding-right: 24px;
	font: 11px Verdana, Serif; 
	color: #6b1101;
}
#form_end_submit_section a:link {
	color: #6b1101;
	text-decoration: none;
}
#form_end_submit_section a:visited {
	color: #6b1101;
	text-decoration: none;
}
#form_end_submit_section a:hover {
	color: #6b1101;
	text-decoration: none;
}	
#form_end_submit_section{
	width: 190px; 
	float: right; 
	text-align: right; 
	margin-top: 12px;
}

#button{
	font: 11px Verdana, Serif; 
	font-weight: bold; 
	text-align: center; 
	background-color: #c7c7c7; 
	width: 80px; 
	height: 21px; 
	border: 1px solid #dddcda; 
	margin-right: 26px;
}

#form_end_message_section{
	width: 241px; 
	float: right; 
	font: 11px Verdana, Serif; 
	margin-top: 9px; 
	color: #6b1101;
}
.error_style{
	color: #6b1101;
	font-weight: bold;
}

