body{
	background-image:url('../graphics/bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
	width:100%;
	margin:0px auto 0px auto;
	text-align:center;
	font-family: Arial, Verdana;
	font-size:12px;
}
.main{
	text-align:left;
	width:864px;
	background-color:#FFFFFF;
	margin:144px 0px 0px 80px;
	margin:144px auto 0px auto;
	padding:1px;
}
.about{
	padding-left:18px;
	margin:8px 0px 8px 0px;
}						
.about b{
	font-size:14px;
}	
h1, h2, h3, h4, h5, h6, table, table tr, table td, form{
	padding:0px;
	margin:0px;
}
h2{
	font-size:16px;
}
form{
	margin:0px;
	padding:0px;
}
label{
	width:128px;
	display:block;
	float:left;
}
input, textarea{
	margin:0px 0px 1px 0px;
}
div.box{
	border:solid 1px #999999;
	padding:8px;
	width:448px;
	background-color:#999999;
	margin:0px 0px 1px 0px;
}
div.box{
	margin-left:20px;
}
#registration{
	float:left;
	width:380px;
}
#registration label{
	margin-left:30px;
}
#registration select{
	margin:12px 0px 12px 30px;
}

/********************************
* orderSuccess
********************************/
#orderSuccess{
	float:left;
	width:348px;
	margin:1px 0px 0px 32px;
}


input[type="text"],
input[type="password"],
textarea{
	width:186px;
	background-color:#EAEAEA;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	margin:0px 0px 2px 0px;						
}
input[type="submit"]{
	background:none;
	border:none 0px;
}
img#previewImage{
	float:left;
	border:solid 1px;
}
div.heading{
	background-color:#999999;
	width:858px;
	padding:3px;
}
div.heading h2, div.heading h2.currentStep{
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	padding-left:32px;
	padding-top:3px;
	
	float:left;
	
	width:177px;
	height:24px;
}
div.heading h2{
	color:#FFFFFF;
}
div.heading h2.currentStep{
	background-image:url('../graphics/arrow.gif');
	background-repeat:no-repeat;
}
div.clearBoth{
	width:100%;
	height:0px;
	line-height:0px;
	clear:both;
}

h3{
	font-size:16px;
	background-color:#DDDDDD;
	padding-left:30px;
}
div.bottomBar{
	clear:both;
	width:856px;
	height:45px;
	background-color:#D8E1EB;
	background-image:url('../graphics/bottomBarBg.gif');
	background-repeat:no-repeat;
	background-position:100% 0px;
	margin-top:12px;
}

a.button{
	font-size:12px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding-top:6px;
	width:137px;
	height:28px;
	background:none;
	border:none 0px;
	background-image:url('../graphics/buttonBg.gif');
	background-repeat:no-repeat;
}
div.bottomBar a{
	float:right;
	margin:6px 25px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:150px;
	padding-top:8px;
	height:22px;
}					
div.bottomBar a:hover,
a.button:hover{
	color:#DDDDDD;
	border:none 0px;
}
span.errorAstrix{
	color:#FF0000;
	padding-left:8px;
	display:none;
}
.getVoucherLeft{
	padding-left:32px;
	float:left;
	width:348px;
}
#errors{
	margin-left:152px;
}

