
fieldset
{
	border-top: 1px solid black;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin: 0;	
	padding: 0 0 15px 0;
}


fieldset.Buttons
{
	text-align: right;	
}

/* Add 200px margin to the left of each form div */
fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 210px;
	margin-top: 12px;
	position: relative; /* Important overrides the 10px padding applied to all divs within content */
	padding: 0 !important;
}

/* Then offset the labels into the empty space */
fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}
fieldset legend
{
	font-weight:bold;
	color:#000;
}
/* This pushes the asterisks into their own column so field labels continue to line up */
fieldset label .Required
{
	position: absolute;
	left: 197px;
}

.Required, .Error
{
	color: #ff0000;
}

.ContactContainer fieldset
{
	float:right;
	border-top:none;
	margin-right:12px;
	width:400px;
	border-top:0;
}


/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

input.Text
{
	padding: 1px 0 1px 2px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 90%;
}

.Action
{
	background:url(../images/input-bg.png) no-repeat;
	text-align:right;
	margin-bottom:10px;
}

.Action input
{
	background:transparent;
	border:0;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	height:22px;
	margin-right:14px;
}

.ContactAction
{
	background:url(../images/contact-button-bg.png) no-repeat;
	text-align:right;
	margin-bottom:10px;height:22px;
}

.ContactAction input
{

}
.ContactAction input.SendButton
{
	position:absolute;
	right:14px;
	background:transparent;
	border:0;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	height:22px;
	margin-right:14px;
}


.FinalCheckout input
{	
	background:#CE0000;
	border-left:10px solid black;
	border-top:1px solid #CE0000;
	border-bottom:1px solid #CE0000;
	border-right:10px solid black;
	color:#fff;
}


/*/////////////////Wizard///////////////////////////*/

.Wizard
{
	float:left;
	margin-left:-160px;
}
.Wizard table
{

}
.Wizard td
{
	padding: 0;
	margin: 0;
	vertical-align:top;
}

.Sidebar
{
	
}

.Sidebar table
{
	width: 160px;
}

.Sidebar td
{
	padding-bottom:12px;
}

.Wizard .Sidebar a
{
}


.Steps
{
	float:right;
}

.ContinueCheckout
{
	float:right;
	clear:both;
}

.Sidebar .Button
{
	background-image: url(../images/buttons/checkout-button-off.gif);	
}

.Sidebar .Selected .Button
{
	background-image: url(../images/buttons/checkout-button-on.gif);	
}


.Sidebar a.Button
{
	font-size: 11px;
	text-transform: capitalize;
	width: 103px;
	margin: 0 2px 0 2px;
	padding: 6px 0 6px 0;
}
