/* Form styles */

input, select, textarea
{
	font-size: 13px;
	font-weight: normal;
}

fieldset
{
	margin-bottom: 10px;
	font-size: 12px;
	border:none;
}

legend
{
}
/* Checkout form styles */

fieldset.Checkout, 
fieldset.Registration
{
	/*border: 1px solid #CCCCCC;*/
	margin-bottom: 12px;
}

fieldset.Registration
{
	/*font-size:0.7em;*/
}

fieldset.Checkout div div, fieldset.Registration div div
{
	clear: none;
	margin: 0;
}


fieldset.Checkout legend, fieldset.Registration legend
{
	margin: 0;
	padding: 0;
	color: #62472B;
	font-weight: bold;
}

fieldset.ContactFieldset
{
	float: left;
	width: 200px;
	margin-left: 12px;
	position:relative;
	padding: 0;
}

fieldset label.ContactLabel
{
	display: block; 
	width: 176px;
	text-align: left;
	font-weight:bold;
	padding:5px;
	color:#fff;
	background-color:#61462B;
	/*font-size:small;*/
	border-right:20px solid #D5BAA5;
	margin-top: 10px;
}

input.ContactText
{
	width:200px;
	margin-bottom: 15px;

}
textarea.ContactText
{
	width:200px;
	height:5em;
	font-family:Arial, Verdana, Sans-Serif;
	/*font-size:1em;*/
	margin-bottom: 15px;
}

.ContactImage
{
	float:right;
	text-align:center;
	width:250px;
}
.ContactImage div
{
	float:left;
	width:120px;
	margin:0 4px 2px 0;
}
.ContactImage div img
{
	border:1px solid #61462B;
}


.ContactImage div p
{
	margin:0;
	padding:0;
	background:#D5BAA5;
	display:block;
	width:122px;
}
.ContactDetails
{
	width:236px;
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:8px;	
	/*font-size:0.8em;*/
	padding-left:0px;
	font-size: 12px;
}

.ContactTitle
{
	font-weight:bold;
	padding:5px;
	margin-bottom: 5px;
	margin-top: 10px;
	color:#fff;
	background-color:#61462B;
	/*font-size:small;*/
	border-right:20px solid #D5BAA5;
	margin-left:0px;
}

p.ContactMargin{margin-bottom:-8px;}

/* We should probably change the following sizes to use EMs */

.Quantity input
{
	width: 2em;
	text-align: center;
}

input.Tiny, 
textarea.Tiny
{
	width: 40px;
}

input.Small, 
textarea.Small
{
	width: 100px;
}

input.Medium, 
textarea.Medium
{
	width: 200px;
	margin-left:12px;
	text-align:left;
}

.Medium select
{
	margin-left:12px;
}

input.Large,
textarea.Large
{
	width: 100%;
}

textarea, 
select.Multiple
{
	overflow: auto;
}

.WishListButtons
{
	width:176px;
}

input.Button
{
	/* These two lines remove the default padding from buttons in IE */
	overflow: visible; 
	width: auto;
	padding: 0 4px 0 4px;
}

.Required, .Error
{
	color: #ff0000;
}



/*/////////////////////////billing details//////////////////*/


/*//////////////////wizard///////////////////////////////*/





/*.BillingImage
{
	
	width:199px;
	height:480px;
	float:right;
	margin-left:424px;
	margin-top:-50px;
	position:absolute;
}
*/

.DeliverCheckbox 
{background-color:Aqua;padding:50px;}


.Clear
{
	clear: both;
	height: 1px;
}

.FinalCheckout
{
	height:80px;
}

.FinalCheckout input
{
	margin-bottom:15px;
}

.PaymentOption input
{
	text-align:center;
	background:#E8D9CF;
	/*border:2px outset #62472A;*/
}
span.PaymentOption img
{margin-left:-170px;}
/*////////////////confirm details//////////////////*/


table.ConfirmTable
{
	width:400px;
	text-align:left;
}

.ConfirmTable th, 
.ConfirmTable td
{
	font-weight:bold;
	border:none;
	color:#62472C;
}


.AccountDetailsLogin
{
	/*font-size:0.8em;*/
	margin-left:20px;
}

/*.AccountDetailsLogin input.LoginBut
{
	background:url(../images/login.png) no-repeat;
	width:58px;
	height:29px;
}*/

.Registration input.LoginText, label
{
	/*font-size:1.2em;*/
	width:200px;
}

.Registration legend
{
	/*font-size:1.2em;*/
}

.RegisterHere a
{
	font-weight:bold;
}


/* Checkout */



