form { display: inline; }

#checkout {
width:			295px;
margin-left:	5px;
margin-top:		0px;
border:			0px solid #999;
}

#checkout label, #checkout input {
display:		block;
float: 			left;
margin-bottom: 	10px;
}

#checkout label {
	font-size:		11px;
	text-transform:	none;
	font-family:	verdana;
	text-align: 	right;
	width: 			140px;
	padding-right: 	5px;
	line-height:	20px;
	border: 		0px solid #aaa;
}

#checkout label span {
color:			#cc3333;
font-weight:	normal;
font-size:		9px;
font-family:	arial;
margin:			0px;
padding:		0px;
}

#checkout input, #checkout select {
width:			140px;
margin:			0px;
border:			1px solid #7f9db9;
}

#checkout br {
	clear: left;
}

#terms {
float:			right;
padding:		0px;
/*  margin-left:	70px;  */
margin-bottom:	10px;
width:			140px;
font-size:		9px;
font-family:	arial;
border:			0px solid #999999;
}

#terms input {
padding:		0px;
margin:			0px;
margin-right:	5px;
width:		auto;
border:		0px solid #fff;
}

#checkoutbuttons	{
clear:			both;
width:			285px;
margin-left:	0px;
margin-top:		0px;
border:			0px solid #999;

}

.btnSubmit {
clear:		both;
display:	block;
float:		right;
margin-left:	140px;
width:		138px;
height:		24px;
font-family:	verdana;
color:		#0b4963;
font-size:		11px;
font-weight:	bold;
text-transform:	uppercase;
text-align:		center;
background-color:	#49c3f1;
border-bottom:		1px solid #006286;
border-right:		1px solid #006286;
border-top:		0px solid #006286;
border-left:		0px solid #006286;
cursor:			pointer;
margin-top:10px;
margin-bottom:30px;
}

.error {
background-color:	#d42f2f;
color:				#fff;
}
