/*******************************
Checkout
Has two main columns
********************************/

#errormessage
{
	color: #FF0000;
	margin: 0 0 20px 0;
}

/* Column 1 */
#checkout_detail
{
	/*border: 1px solid green;*/

	float: left;
	width: 370px;
	background-image: url(../../images/dotline_tile_vert.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#checkout_detail h3
{
	/*border: 1px solid red;*/
	margin: 5px 0 25px 3px;
}

#checkout_detail form
{
	/*border: 1px solid orange;*/
}

#checkout_detail form label
{
	/*border: 1px solid green;*/
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	margin: 3px 5px 0 0;
}

#checkout_detail form input.radiobutton
{
	/*border: 1px solid red;*/
	width: 15px;
	margin: 5px 0 0 0;
}

#checkout_detail form input.checkbox
{
	width: 30px;
	margin: 20px 0 0 0;
}

#checkout_detail form label.long
{
	width: 230px;

}

#checkout_detail form input#otherrole
{
	margin-top: 5px;
	width: 80px;
}

#checkout_detail form label#otherrolelabel
{
	margin-top: 8px;
	width: 70px;
}

#checkout_detail form input
{
	float: left;
	width: 150px;
	margin: 0 0 5px 0;
}

#checkout_detail form textarea
{
	display: block;
	float: right;
	width: 215px;
    height: 80px;
	margin: 5px 0 5px 0;
	padding: 3px;
}


fieldset#checkout_section1
{
	/*border:1px solid green;*/
	width:270px;
	margin:0 auto 0 auto;
	padding-bottom: 20px;
}

fieldset#checkout_section2
{
	/*border: 1px solid orange;*/
	width: 330px;
	margin: 0 auto 0 auto;
	background-image: url(../../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0 10px 0;
}

/* Fieldsets for radio buttons */
#checkout_detail form fieldset.radio
{
	/*border: 1px solid green;*/
	width: 160px;
	float: left;
}

fieldset#checkout_section3
{
	/*border: 1px solid yellow;*/
	width: 330px;
	margin: 0 auto 0 auto;
	background-image: url(../../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0 10px 0;
}

fieldset#checkout_section4
{
	/*border: 1px solid blue;*/
	width: 330px;
	margin: 20px auto 0 auto;
	text-align: center;
	background-image: url(../../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	padding: 15px 0 20px 0;
}

/* Column 2 */
.checkout_login
{
	/*border: 1px solid yellow;*/

	float: right;
	width: 325px;
}
.checkout_login form
{
	margin: 0;
	padding: 0;
    
}
.checkout_login_outer
{
	border: 1px solid #9FAAB7;
	width: 260px;
	margin: 20px auto 0 auto;
    
}
.checkout_login_inner
{
	border: 3px solid #F3F5F8;
	padding: 10px;
}
.checkout_login_fields
{
	/*border: 1px solid yellow;*/
	float: left;
	margin: 0 20px 0 15px;
	display: inline;
}
.checkout_login_fields label
{
	clear: both;
	float: left;
	margin: 5px 0 3px 3px;
	font-weight: bold;
	color: #085A92;
	font-size: 90%;
}
.checkout_login_fields input
{
	clear: both;
	float: left;
}
.checkout_login_button input
{
	margin: 45px 0 0 0;
}