.AccountFieldset fieldset,
fieldset.CardDetails
{
	width: 500px;
	background: #EEEBE2 url(../images/fieldset-account-bottom.png) bottom left no-repeat;
}
.AccountFieldset fieldset h2,
fieldset.CardDetails h2
{
	background: url(../images/fieldset-account-top.png) top left no-repeat;
}
.AccountFieldset fieldset div,
fieldset.CardDetails div
{
	margin-left: 140px;
}

.AccountFieldset fieldset div a
{
	font-size:12px;
	text-decoration:underline
}


fieldset 
{
	border: 0;
	border-bottom: 10px solid white;
	margin: 0;	
	padding: 0 0 15px 0;
	background: #EEEBE2 url(../images/fieldset-address-bottom.png) bottom left no-repeat;
	width: 360px;
}

fieldset h2
{
	margin-top: 0;
	padding: 15px 0 0 15px;
	height: 13px;
	background: url(../images/fieldset-address-top.png) top left no-repeat;
}

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: 140px;
	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;
	font-size:11px;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}

/* 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;
}

p.RegisterMessage span.Go
{
	color: #ccc;
}
p:hover.RegisterMessage span.Go
{
	color: #423124;
}
/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

input.Text
{
	padding: 1px 0 1px 2px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 17em;
}

aspidistra-control
{
	margin: 0 !important;
	padding: 0 !important;
}

.Button
{
	text-align: center;
	padding: 8px 0 8px 0;
	text-transform: uppercase;
	font-size: 11px;
	width: 151px;
	background: url(../images/button.gif) no-repeat top center;
}

input.Wide
{
	width: 175px;
	background: url(../images/wide-button.gif) no-repeat top center;
}

.Delete a, a.Delete
{
	font-weight:normal;
	font-size:12px;
	padding:2px 12px 2px 12px;
	border:1px solid #000;
	background: #F3EBDC;
	color:#000;
	margin-right:12px;
	margin-left:12px;
	text-decoration:none;
}

input.WishListSend
{
	font-weight:normal;
	color:White;
	background: url(../images/buttons/button3.png) no-repeat 50% 4%;
	margin-left:256px;
}

.Button,
a.Button,
.Button a
{
	color: black;
}

input.Button
{
	border: none;
}

a.Button,
.Button a
{
	display: block;
}

.Narrow
{
	background: url(../images/buttons/button-small.gif) no-repeat top center;
	width: 62px;
}
.WishListNarrow
{
	background: url(../images/buttons/wishlist-button.gif) no-repeat top center;
	width: 90px;
	text-transform:none;
	font-size:10px;
}


.Wide
{
	background: url(../images/buttons/button-wide.gif) no-repeat top center;
	width: 192px;
}

td.Buttons
{
	/*white-space: nowrap;*/
}

input.Quantity
{
	width: 3em;
	text-align: center;
}

input.Action
{
	border:1px solid #000;
	background: #F3EBDC;
	color:#000;
	font-size:12px;
}

.CustomerAccount ul
{
	list-style:square;	
}

.DeliverCheckboxMessage
{
	font-size:11px;
	vertical-align:middle;
}

small
{
	font-size:10px;
}

.PaymentMethod input
{
	position:absolute; /*required for FF*/
}