/* CSS Document */
@charset "utf-8";
h2{
	margin-bottom:0.8em;
}
h2 span {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}
#container{
	text-align:center;	
}
#content{
	float:none;	
	margin: 0 auto;
	border:none;
	text-align:left;
/*	width:40%;*/
	padding:28px 30%;
	background:url(/img/floral.gif) no-repeat top right;	
}
small{
	font-weight:normal;
	font-size:0.8em;
}
#btnProceed{
	width:127px;
	height:28px;
	display:block;
	margin:1em 0 3em auto;
}
.confirm{
	background:url(/img/icon_tick.gif) no-repeat 0 1em;
	padding-left:20px;
	color:#4f9042;
}
fieldset.checkout{
	border:1px solid #CCCCCC;
	margin-bottom:1.5em;
	margin-top:0;
	padding:15px 15px 20px;
}
.checkout .textbox{
	display:block;
	margin:3px 0;
	width:267px;
}
.checkout .parentLabel {
    display: block;
    padding-bottom: 5px;
}
.checkout .inline { display:inline; clear:right; }
fieldset.checkboxlist label{
	display:block;
}
.error{
	margin-bottom:7px;
	color:red;
}
