@charset "utf-8";
/* CSS Document */

#form_maincontainer {
width:450px;
float: left;
border-top: dashed thin  #CC0000;
border-bottom: dashed thin #CC0000;
margin-bottom: 25px;
background-color:#CCCCCC;
}

.form_cell {
width:450px;
text-align:left;
float:left;
}

.form_left {
width:80px;
float:left;
text-align: left;
}

.form_right {
width:360px;
float:right;
}

label.products {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.span_text_indent {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color:#333333;
}

#form_bottom {
width:450px;
height:30px;
text-align:center;
float:left;
}

.formfonts {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
color:#000000;
}

.formfonts_header {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
color:#000000;
font-weight:bold;
padding-left: 5px;
}


/*_____________________ email collection form ___________________*/

#email_form_container {
width:250px;
height:120px;
float:left;
background-color:#CCCCCC;
border: thin solid #999999;
margin-left:10px;
text-align:center;
margin-top:10px;
}

.email_from_subcontainer {
width:230px;
float:left;
height:30px;
text-align:center;
margin-left:20px;
}

#email_from_bottom {
width:250px;
float:left;
height:35px;
text-align:center;
margin-top: 20px;
margin-bottom:10px;
}