

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;	
}

fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 210px;
	margin-top: 12px;
	position: relative; 
	padding: 0 !important;
}

fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}

fieldset div div
{
	clear: none;
	margin: 0;
}
fieldset legend
{
	font-weight:bold;
	color:#000;
}
fieldset label .Required
{
	position: absolute;
	left: 197px;
}

.Required, .Error
{
	color: #ff0000;
}


/* Inputs and Buttons */

input, select, textarea
{
	font-size:1.1em;
}

input.Button
{
	margin-left:1px;
	background:#2D3580;
	color:white;
	font-weight:bold;
	border:1px solid #B5B3C9;
	height:24px;
	text-align:center;
	font-size:0.9em;
}

input.Text
{
	padding: 1px 0 1px 2px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 90%;
}

input.Continue
{
	background:#2E3480 url(../images/cart-arrow-left.gif) no-repeat;
	width:160px;
	height:28px;
}
input.Proceed
{
	background:#2E3480 url(../images/cart-arrow-right.gif) no-repeat;
	width:110px;
	height:28px;
	float:right;
}

.EnterNewAddress
{ 
	margin-left:624px;
}

.AddressFinder
{
	margin-top:-22px;
	margin-left:142px;
}