/***************************************************/
/***************************************************/
/* BIOFUEL CITIES FEEDBACK FORM CSS DEFINITIONS
/***************************************************/
/***************************************************/

#content {margin:0 0 0 25px; width:636px; font-size:11px;}

/********************************************************************************************/
/********************************************************************************************/
/* FEEDBACK FORM */
#feedback_form table {width:632px; table-layout:auto; margin:0 0 0 0;}
#feedback_form table tr {border:1px solid rgb(130,180,60); border-width:1px 0 1px 0;}
#feedback_form table tr td{padding:25px 5px 20px 5px; vertical-align:top; font-size:11px; background-color:rgb(236,243,209); border:1px solid rgb(130,180,60); border-width:1px 0 1px 0;}
#feedback_form table tr td .sub_title{display:block; font-weight:bold; margin:0 0 15px 0;}
#feedback_form table tr td h2{font-size:12px; font-weight:bold; margin:0 0 8px 0;}
#feedback_form table tr td p{margin:0; font-size:11px;}
#feedback_form table tr td input{width:440px; margin:0; padding:0 3px 0 0; font-size:11px;}
#feedback_form table tr td select{width:440px; margin:0; font-size:11px;}
#feedback_form table tr td option{width:440px; margin:0; padding:0 3px 0 0; font-size:11px;}
#feedback_form table tr td textarea{width:440px; height:80px; margin:0; padding:0; font-size:11px;}

#feedback_form table tr .button{padding:0; width:162px; text-align:right; font-size:11px; vertical-align:bottom;}
#feedback_form table tr .button input{width:110px; font-size:11px; font-weight:bold; background-color:rgb(184,204,119); margin:10px 10px 10px 0; padding:0 5px 0 5px;}
#feedback_form table tr td .checkboxes{width:auto;}
#feedback_form table tr td .p_checkboxes{margin:5px 0 5px 0;}
#feedback_form table tr td .radios{width:auto;}

#feedback_form table tr td #rating {width:460px;}
#feedback_form table tr td #rating tr {border-width:0px;}
#feedback_form table tr td #rating tr th{ text-align:center; paddding:15px 5px 10px 5px; border:1px solid rgb(130,180,60); border-width:0 0 1px 0; }
#feedback_form table tr td #rating tr td{padding:10px 3px 10px 3px; border-width:0px; text-align:center; width:55px;}
#feedback_form table tr td #rating tr .rating_td_title{width:170px; text-align:left;}
#feedback_form table tr td #rating tr td input{width:auto;}

/********************************************************************************************/
/********************************************************************************************/
/* CONFIRMATION FORM */
#confirm_form table {}
#confirm_form table tr{}
#confirm_form table tr td{padding:5px 5px 5px 5px; vertical-align:top;}
#confirm_form table tr .td_title{color:rgb(5,56,136);}
#confirm_form table .spacer{height:20px;}
#confirm_form .button{width:130px; font-size:11px; font-weight:bold; background-color:rgb(184,204,119); margin:10px 10px 10px 0; padding:0 5px 0 5px;}
#confirm_form #back_to_feedback_form{float:left;}
#confirm_form #send_feedback{float:right; margin-right:162px;}


