

fieldset
{
	border-top: 1px solid black;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin: 0 0  0 12px;	
	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: 100px;
	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;
}

.Register
{
	margin-left:18px;
}

fieldset.Contact
{
	border-top:0;
	border-bottom:0;
	border-right:8px solid #F1F0F0;
	border-left:8px solid #F1F0F0;
	width:478px;
	padding-left:12px;
	margin-left:0;
}

fieldset.Contact div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 0px;
	margin-top: 12px;
	position: relative;
	padding: 0 !important;
}

fieldset.Contact label
{
	display: block;
	position: absolute;
	width: 100px;
	left: 0px;
	text-align: left;
	margin-top: 0px;
}
fieldset.Contact div div
{
	clear: none;
	margin: 0;
}
fieldset.Contact legend
{
	font-weight:bold;
	color:#000;
}

fieldset.Contact label .Required
{
	position: absolute;
	left: 58px;
}
fieldset.Contact label .Message
{
	position: absolute;
	left: 60px;
}
fieldset.Contact .Large
{
	width:200px;
}

fieldset.Contact .MessageBox
{
	float:right;
	position:relative;
	margin-top:-154px;
	left:-20px;
}
fieldset.Contact .MessageBox p
{
	color:Red;
	margin:0;
	padding:0;
	text-align:right;
	font-size:10px;
}
fieldset.Contact .Text
{
	width:200px;
}

.Directions
{
	margin-top: 12px;
	overflow:auto;
	height:100%;
	margin-bottom:24px;

}
.Map
{
	float:right;
}



/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

input.Text
{
	padding: 1px 0 1px 2px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
	 font-family:Arial, Sans-Serif !important;
}

.Large
{
	width: 90%;
}

.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;
}

.Highlight fieldset
{
	margin-left:30px;
}
