

fieldset
{
	border-top: 1px solid black;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin: 0;	
	padding: 0 0 15px 0;
	width: 540px;
}


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;
}

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;
}

select, option
{
	padding:3px;
}

input.Text
{
	padding: 1px 0 1px 2px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 90%;
}

.Wizard
{
	font-size:12px;
}
.Wizard table
{

}
.Wizard td
{
	padding: 0;
	margin: 0;
	vertical-align:top;
	border:0;
}

.Sidebar
{
	
}

.Sidebar table
{
	width: 160px;
	margin-right:12px;
}

.Sidebar td
{
	padding:8px;
	border:1px solid #9BB751;
	background:white;
}
.Sidebar td:hover
{
	padding:8px;
	border:1px solid #9BB751;
	background:#9BB751;
}
.Wizard .Sidebar a
{
	color:Black;
	text-decoration:none;
}
.Wizard .Sidebar a:hover
{
	text-decoration:none;
}
.Next, .Previous
{
	background:#9BB751;
	border:1px solid black;
	color:White;
	width:100px;
}
.Previous
{
	margin-right:2px;
}
.ContinueCheckout
{
	float:right;
	clear:both;
}

.Sidebar .Button
{
	color:black	
}

.Sidebar .Selected .Button
{
	color:Red;	
}


.Sidebar a.Button
{
	font-size: 11px;
	text-transform: capitalize;
	width: 103px;
	margin: 0 2px 0 2px;
	padding: 6px 0 6px 0;
}

.FinalCheckout
{
	margin:8px;
}

ul.Admin
{
	margin:12px 0 0 6px;
	padding:0;
	list-style:none;
}

ul.Admin li
{
	margin:0;
	padding-bottom:8px;
}
ul.Admin li a
{
	font-size:14px;
}

.ActionButtons
{
	text-align:right;
}
.ActionButtons input
{
	background:#9BB751;
	border:1px solid black;
	color:White;
	width:100px;
}