﻿fieldset
{
	margin: 15px;	
}

legend
{
	font-family: Arial;
	color: #003399;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0px solid #0099cc;
	width: 100%;
}

fieldset table td, fieldset table th
{
	font-family: Arial;
	font-size: 14px;
	padding: 5px;
	color: #476A89;
}

fieldset table th
{
	font-weight: bold;
}

input, select
{
	background: #E6EFFF;
	border: 1px solid #6791CF;
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
	width: 125px;
}

.form_label
{
	width: 150px;
	text-align: right;
	font-weight: bold;
}

.form_label_text
{
	font-weight: bold;
}

.prod_selector
{
	width: 550px;
}

#subscribe, #shipping_uses_billing, #authorize, select
{
	width: auto;	
}

#subscribe_text, #shipping_uses_billing_text
{
	font-weight: bold;
}

#billing_mi, #shipping_mi
{
	width: 25px;
}

#shipping_phone_1, #billing_phone_1
{
	width: 20px;
}

#shipping_phone_2, #billing_phone_2
{
	width: 40px;
}

#shipping_phone_3, #billing_phone_3
{
	width: 40px;
}

#shipping_phone_4, #billing_phone_4
{
	width: 50px;
}

#order_form
{
	display: none;
}