/*-----------------------------------------

Copyright 2008 Church Media Group, Inc. www.churchmedia.cc
Author: Ismael Burciaga Jr
Version: 1.0.0
Created on 01/07/2008

-----------------------------------------*/

div.form_box { width:511px; margin:16px 0 0 0; border: 1px solid #dfdcdc; background:#f8f8f8; overflow:hidden; }

div.form_box h2 { width:487px; padding: 10px 12px; margin: 0 0 10px 0; overflow:hidden; background: #93b3ac; display:block; }
div.form_box h2 span.h2_subheader { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight:bold; font-size:60%; color:#0d3551; margin-bottom:2px;}

div.form_box ul { width:511px; }
div.form_box ul li {width:489px; line-height:2em; text-align:left; padding:0 0 0 22px; float:left; }
div.form_box ul li.last {border:0; margin-bottom:12px;}
div.form_box ul li label {padding-right:14px; float:left; width: 160px; text-align:right; font-weight:bold; }
div.form_box ul li label span.form_notes { padding-right:12px; float:left; width: 170px; text-align:right; color:#7a7257; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; line-height:1em; }

div.form_box ul li input { width:180px;}
div.form_box ul li input.zip { width:60px;}

div.form_box ul li ul.radio_list { width:100px; padding-left:14px; display:block; float:left; margin:0; padding:1px 0 0 0; color:#271d12; }
div.form_box ul li ul.radio_list li { border:0; margin:0; padding:0;}
div.form_box ul li ul.radio_list li input { width:13px;}

div.form_box ul li.last input.btn_submit { width:82px; text-align:center;  border: 2px solid #505050; background: #686868; color:#ffffff;line-height:2em; padding: 6px 0; margin:6px 0 0 0; cursor:pointer; display:inline;}
div.form_box ul li.last input.btn_submit:hover { background: #d32027; border:2px solid #bb0d14; }
div.form_box ul li textarea { width:210px;}


div.special_note_box { width:442px; float:left; margin:16px 0 0 0; border-top: #d39999 solid 1px; border-bottom: #d39999 solid 1px; background:#f0c9c9; color:#9f1d1d; overflow:hidden; padding: 0 12px; text-align:center;}
div.special_note_box p { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:80%; padding:0 0; line-height:1.3em;}

div.form_agreement_box { width:442px; float:left; margin:16px 0 16px 0; border-top: #e4c57a solid 1px; border-bottom: #e4c57a solid 1px; background:#fbf5b6; overflow:hidden; padding: 12px 12px; }
div.form_agreement_box h2 { margin-bottom:10px;}
div.form_agreement_box p { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:80%; color:#271d12;  margin:12px 0; line-height:1.3em;}

.confirmation_note { width:487px; padding:0 12px; border-top:1px dashed #aeca61; border-bottom:1px dashed #aeca61; color:#5baf07; overflow:hidden; text-align:center; background: #e6f7b8 url(../images/icon_check_confirm.gif) 2% 50% no-repeat; margin-top:12px; }
.confirmation_note p { margin:8px 0;}
