/*Common styles*/
#form_checkout table, #Newsubs_Widget_Form table
{
    border: none;
}
#form_checkout table td, #Newsubs_Widget_Form table td
{
    padding-top: 5px;
    vertical-align: middle;
    border: none;
}
#form_checkout fieldset, #Newsubs_Widget_Form fieldset 
{
    padding: 15px;
    border: solid 1px #868686;
}
#form_checkout fieldset legend, #Newsubs_Widget_Form fieldset legend
{
    margin-left: 20px;
    font-weight: bold;
    font-size: 14px;
}
label.error, #Newsubs_Widget_Form label.error{
    margin-left: 10px;
    width: auto;
    display: block;
    color:red;
    font-size: 10px;
}

#form_checkout input, #Newsubs_Widget_Form input, 
#form_checkout label, #Newsubs_Widget_Form label,
#form_checkout div, #Newsubs_Widget_Form div,
#form_checkout p, #Newsubs_Widget_Form p,
#form_checkout option, #Newsubs_Widget_Form option  
{
    font-size: 16px;
}
#form_checkout input, #Newsubs_Widget_Form input,
#form_checkout textarea, #Newsubs_Widget_Form textarea,
#form_checkout select, #Newsubs_Widget_Form select
{
    padding: 0.214em; 
    margin-bottom: 10px; 
}
#form_checkout, #Newsubs_Widget_Form
{
    line-height: 1.571em;  
}
#form_checkout p.legend, #Newsubs_Widget_Form p.legend
{
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
}
#form_checkout .green-message, #Newsubs_Widget_Form .green-message, #form_checkout div.checkout-head-section .yes  
{
    color: #26784a;    
}

#form_checkout .small-message, #Newsubs_Widget_Form .small-message, #form_checkout div.checkout-head-section .yes  
{
    color: #868686; 
    font-size: 14px;   
}

/*Widget styles*/
#Newsubs_Widget_Form
{
    margin-bottom: 20px;
}
#Newsubs_Widget_Form fieldset 
{
    width: 255px;
    margin-top: 15px;
margin-bottom:15px;
border: solid 3px #a92328;
border-radius: 5px; 
-webkit-box-shadow: 1px 1px 3px 1px #999999; 
-moz-box-shadow: 1px 5px 5px 2px #999999; 
box-shadow: 1px 5px 5px 2px #999999;
}

#Newsubs_Widget_Form #newsubs_widget_submit
{
    padding: 0.200em; 
    margin-bottom: 5px; 
background-color: #ffffff;
border: 0 none;
}



#form_checkout p.legend
{
    margin-left: 57px;
}
#Newsubs_Widget_Form input[type="text"]
{
    width: 95%;
}

/*Checkout styles*/
#form_checkout
{
    width: 58%;
    float: left;
    margin-left: 5px;
}
#form_checkout fieldset.checkout-head-section
{
    width: 788px;
    margin-top: -20px;
}
#form_checkout div.checkout-head-section
{
    line-height: 1.5em;
    text-align: center;
}
#form_checkout div.checkout-head-section span.securely-encrypted
{
    float: left;
} 
#form_checkout div.checkout-head-section, #form_checkout div.checkout-head-section p, 
#form_checkout div.checkout-head-section label
{
    font-size: 22px;
    font-weight: bold;
    color: #868686;
}
#form_checkout div.checkout-head-section label {
    vertical-align: top;
}
#form_checkout div.checkout-head-section .yes
{
    font-size: 40px;
    font-style: italic;
}
#form_checkout div.checkout-head-section select
{
    color: #868686;
    font-size: 20px; 
}
#form_checkout div.checkout-head-section option
{
    height: 22px;
}
#form_checkout div.checkout-head-section p.yes  
{
    text-align: left;
    margin-bottom: 10px;
}
#form_checkout div.checkout-head-section img.yes  
{
    margin-left: 40px;
}
#form_checkout span.small 
{
    font-size: 12px;
}
#form_checkout fieldset 
{
    background-color: #f5f5f5;
    margin-left: 57px;
}
#form_checkout fieldset div
{
    width: 100%;
}
#form_checkout fieldset div, #form_checkout input, #form_checkout select 
{
    color: #838383;
}
#form_checkout input, #form_checkout select 
{
    min-width: 200px;
}
#form_checkout input[type="text"]
{
    background-color: #ffffff;
}
#form_checkout #address1, #form_checkout #address2 
{
    min-width: 0px;
    width: 95%;
}
#form_checkout #country, #form_checkout #state
{
    max-width: 250px;
}
#form_checkout #buttons-container
{
    margin-top: 20px;
}
#checkout-message
{
    color: red;
    margin-bottom: 20px;
    margin-top: 20px;
}
#checkout-message li
{
    margin-left: 20px; 
}
#checkout_payment_option_price
{
    text-decoration: underline;
    margin-right: 10px;
}
#form_checkout #guarantee_left
{
    float: left; 
    width: 100px;
}
#form_checkout #guarantee_right
{
    float: left;
    margin-left: 20px;
    padding-top: 20px;
    width: 500px;
}
#form_checkout #checkout_submit
{
    margin-bottom: 20px;
    margin-left: 57px;
    min-width: 150px;
    height: 50px;
background-color: #a92328;
font-size: 18px;
color: #ffffff;
background-color: #a92328;
}




#form_checkout #checkout_payment_options, #form_checkout #creditcardtype, #form_checkout #expyear, #form_checkout #expmonth
{
    min-width: 0px;
}
#form_checkout #ajax_loader
{
    margin-left: 10px;
    margin-top: -20px;
}
#form_checkout #expyear
{
    margin-left: 10px;
}
#sidebar
{
    float: right;
    margin-left: 25px;
    margin-top: 25px;
}
#form_checkout table.shared-section{
	width: 800px
}
#form_checkout table.shared-section td.left-section{
	width: 30%
}
	

