/* Login Form */
#frmLogin
{
	width: 400px;	
}

	#frmLogin label
	{
		display: block;
		font-weight: bold;
		width: 100px;
		float: left;
	}

	#frmLogin input[type="text"], #frmLogin input[type="password"]
	{
		width: 150px;	
		float: left;
		margin-top: 5px;
		background: url(../images/bk_form_input.png) top left no-repeat;
		border: 0 none;
		height: 16px;  
		padding: 3px; 
		margin-bottom: 3px;		
	}
	
	#frmLogin input[type="submit"]
	{
		display: block;
		margin: 10px 0 10px 0;	
		margin-left: 100px !important;
		width: 120px;
	}

	#frmLogin label.error
	{
		width: 210px !important;
		text-align: left !important;
		padding-left: 120px !important;
	}		
	
	
/* Registration Form */
#frmRegister
{
	width: 600px;	
}

	#frmRegister fieldset
	{
		margin-top: 10px;	
		width: 550px;
	}

		#frmRegister fieldset legend
		{
			font-size: 11pt;
			font-weight: bold;
			color: #666666;	
			padding-bottom: 10px;
		}

	#frmRegister label
	{
		display: block;
		width: 120px;
		float: left;
	}

	#frmRegister input[type="text"], #frmRegister input[type="password"], #frmRegister select
	{
		width: 220px;	
		float: left;
		background: url(../images/bk_form_input.png) top left no-repeat; 
	}
	
	#frmRegister input[type="text"], #frmRegister input[type="password"]
	{
		border: 0 none;
		height: 16px;  
		padding: 3px; 
		margin-bottom: 3px;	
	}	
	
	#frmRegister label.error
	{
		width: 210px !important;
		text-align: left !important;
		padding-left: 120px !important;
	}	
	
	#frmRegister input[type="submit"]
	{
		display: block;
		margin: 10px 0 10px 0;	
		height: 30px;
		width: 120px;
	}	
	
	#frmRegister input[type="checkbox"]
	{
		width: auto;
	}
	
.spacer-small
{
    padding-bottom: 5px;
}
	
.spacer-medium
{
    padding-bottom: 10px;
}

.spacer-large
{
    padding-bottom: 20px;
}
	
	
.BpaddingSM2
{
    padding-bottom: 5px;
}

.copy_delivery
{
    color: #4f4848;
    font-size: 1.3em;
    line-height: 20px;	
}

.triangle
{
	list-style-type: none;	
}

	.triangle li
	{
		background: url('../images/layout/triangle.gif') 10px 2px no-repeat;
		padding-left: 25px;	
		font-size: 1.3em; 
		padding-bottom: 5px;
	}
	
#btn-checkout
{
	display: block;
	width: 82px;
	height: 24px;
	margin-top: 5px;
	background: url('../images/layout/btn_CheckOut.png') top left no-repeat;		
}

	#btn-checkout:hover
	{
		background-position: bottom left;	
	}
	
#user_message
{
	width: 500px;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 9pt;
	background-color: #eeeeee;
	color: #0079BC; 
}

#product-size
{
	position: absolute;
	margin-left: 205px;
	margin-top: 30px;	
}

	#frmProductSize
	{
		margin-bottom: 10px;
	}
	

.product-hidden
{
	display: none !important;	
}

.no-border
{
	border: 0;	
}

.value
{
	font-size: 10pt;	
}

#cartOptions
{
	margin-top: 20px;
	text-align: right;
	width: 600px;	
}

	#cartOptions a
	{
		font-size: 10pt;
		font-family: arial;	
	}
	
#frmPaymentChoice
{
	font-size: 10pt;	
}

#frmPayment
{
	width: 500px;	
}

	#frmPayment label
	{
		display: block;
		width: 140px;
		float: left;
	}

	#frmPayment input[type="text"], #frmPayment select
	{
		width: 250px;	
		float: left;
	}
	
	#frmPayment label.error
	{
		width: 335px !important;
		text-align: left !important;
		padding-left: 175px !important;
		height: 10px;
	}	
	
.two-column-list
{
	font-size: 10pt;
	clear: both;	
}

.two-column-list dt
{
	font-weight: normal;
	float: left;	
}

.two-column-list dd
{
	font-weight: bold;
	float: left;
	padding: 0;
	margin-left: 10px;	
}