div#checkout_entry .ce_customer{
	height:330px;
	float:left;
	margin-right:10px;
	position:relative;
}

div#checkout_entry .ce_customer_1{
	width:200px;
}
div#checkout_entry .ce_customer_2{
	width:200px;
}
div#checkout_entry .ce_customer_3{
	width:200px;
	margin-right:0px;
}

div#checkout_entry #loginbox{
	background-color:#F2F3EE;
	padding:10px;
	margin-bottom:10px;
}

div#checkout_entry .ce_customer label{
	text-align:left;
	padding:0px !important;
	margin-bottom:3px !important;
}

div#checkout_entry .ce_customer input[type="text"], div#checkout_entry .ce_customer input[type="password"]{
	width:90%;
	margin-bottom:10px;
}

div#checkout_entry .ce_customer input[type="submit"], div#checkout_entry .ce_customer span.button {
	padding: 5px 0px;
	text-align:center;
	position:absolute;
	display:block;
	bottom:10px;
	background-color:#E30040;
	border:none;
}

div#checkout_entry .ce_customer span.button  a, div#checkout_entry .ce_customer  input[type="submit"]{
	text-decoration:none;
	font-size:12px;
	color:#fff !important;
}

div#checkout_entry .ce_customer_1 input[type="submit"], div#checkout_entry .ce_customer_3 span.button {
	width: 200px;
	cursor:pointer;
}

div#checkout_entry .ce_customer_2 span.button{
	width: 200px;
	background-color:#69AF23;
}
	
div#checkout_entry .ce_customer ul{
	margin: 10px 0px 10px 20px !important;
}

div#checkout_entry .ce_customer li{
	list-style-type:disc;
	margin:2px 0px;
}

div#checkout_entry .ce_customer_sub{
	width:550px;
	height:100px;
}

p.right{
	text-align:right;
}

a.small{
	font-size:11px;
}
