

fieldset
{
	border-top: 1px solid black;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin: 0;	
	padding: 0 0 15px 0;
	width: 540px;
}

/* 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;
}

fieldset.Registration input
{
	position: relative;
	left: 0px;
}
fieldset.RecoverPassword input
{
	position: absolute;
	left: 0px;
}
.Required, .Error
{
	color: #ff0000;
}

/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

input.Quantity
{
	width:30px;
	text-align:center;
}

input.Text
{
	padding: 1px 0 1px 2px;
}
input.Button
{
	background:#fa2874;
	color:#fff;
	border:1px solid #fa2874;
	padding:2px;
	cursor:pointer;
}

.ActionButtons
{
	text-align:right;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 160px;
}

.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;
}

.FinalCheckout
{
	margin:8px;
}

.PasswordButton input
{
	background:url(../images/button-password.png) no-repeat;
	border:0;
	width:98px;
	height:36px;
	cursor:pointer;
}

p.Required
{
	color:Red;
}
