#order_form form.login fieldset {
	width: 100%
}

#order_form form.login fieldset label {
	padding: 0;
	font-size: 14px;
}

#order_form a {
	color: #3366cc;
	text-decoration: none;
}

#order_form a:hover {
	color: #3366cc;
	text-decoration: underline;
}

#order_form .medium {
	font-size: 14px;
}

#order_form form table td.title {
    font-size: 18px;
    color: #111;
    padding-top: 10px;
    font-weight: bold;
}
#order_form form table td.sub_title {
    font-size: 14px;
    color: #818181;
    padding-bottom: 15px;
}

#order_form {
    font-size: 12px;
    color: #000;
    padding-bottom: 25px;
}

form fieldset {
	width: 660px;
}

#order_form form label {
    display: block;
    padding-top: 8px;
}

#order_form form table td {
    padding-bottom: 0;
}

input {
	color: #000;
	font-size: 12px;
}

#content form a.submit {
    background-color: #76b900;
    text-align: center;
    color: white;
    display: table;
    padding: 2px 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 10px 0;
    font-size: 12px;
    float: left;
}

#content form a.submit:hover {
    text-decoration: none;
    background-color: #83cd00;
}

#content form a.submit2 {
    background-color: #99A6AF;
    text-align: center;
    color: white;
    display: table;
    padding: 2px 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 10px 0;
    font-size: 12px;
    float: left;
    margin-left: 7px;
}

#content form a.submit2:hover {
    text-decoration: none;
    background-color: #A7B5BF;
}

#order_form form table td.gen_message {
    background-color: #E3F4FA;
    padding: 8px;
    border:1px solid #B2D0DA;
}
#order_form form table
{
    width: 610px;
}

#order_form form.login table {
    width: auto;
}

#order_form form table td .billing_info,
#order_form form table td.billing_info {
    display: none;
}

#order_form form.review {
    font-size: 16px;
}

#order_form form.review label {
    display: block;
    padding-top: 0px;
    font-weight: bold;
}

#order_form h1 {
    font-size: 22px;
    text-align: center;
    color: #111;
    margin: 35px auto;
    font-weight: bold;
}

#order_form h2 {
    font-size: 16px;
    text-align: center;
    color: #818181;
    font-weight: bold;
}

#order_form h3 {
    font-size: 14px;
    text-align: center;
    color: #818181;
    font-weight: normal;
}

#order_form hr {
    margin: 35px auto;
    width: 600px;
}

/* SSV message styling */

#order_form .ssv_messages {
	clear: both;
	color: #404040;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #FAC7AE url(../images/alert.gif) no-repeat scroll 19px 20px;
	border: 1px solid #BB726F;
	padding: 20px 20px 20px 70px;
}

#order_form .ssv_messages h3 {
	font-weight: bold;
	color: #404040;
	text-align: left;
	padding-bottom: 5px;
}

#order_form .ssv_messages p {
	padding-top: 0;
}
