@charset "utf-8";
body {
 cursor: default;
 background-color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
}

#main_container{
 width: 777px; 
 margin: 0 auto; 
}


.form_heading { 
 height: 20px;
 width: 820px;
 background-color: #e3e3ee;
 text-align: center;
 vertical-align: middle;
 padding-top: 5px;
 font-weight: bold;
 border-bottom: 1px dotted #999999;
 border-top: 1px solid #999999;
 border-left: 1px solid ##999999;
 border-right: 1px solid #999999;
}

.form_body { 
 width: 820px;
 background-color: #ffffff;
 padding: 0px 0px 0px 0px;
 border-bottom: 1px dotted #999999;
 border-top: 1px solid #999999;
 border-left: 1px solid #999999;
 border-right: 1px solid #999999;
}



.form_comment { 
 height: 150px;
 width: 820px;
 background-color: #e3e3ee;
 text-align: center;
 vertical-align: middle;
 padding-top: 5px;
 font-weight: bold;
 border-bottom: 1px dotted #000000;
 border-top: 1px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}



.form_footer { 
 height: 30px;
 width: 820px;
 background-color: #ff9900;
 text-align: center;
 vertical-align: middle;
 padding-top: 10px;
 font-weight: bold;
 border-bottom: 1px dotted #999999;
 border-top: 1px dotted #999999;
 border-left: 1px solid #999999;
 border-right: 1px solid #999999;
}

.items_form_table { 
 width: 820px;
 padding: 0;
 border: 1px solid #999999;
 background-color: #ff9900;
}

.items_text_td { 
 width: 100px;
 background-color:#ffcc00;
 text-align: center;
 vertical-align: middle;
}

.items_input_td { 
 width: 33px;
 background-color: #e3e3ee;
 text-align: center;
 vertical-align: middle;
}