body{
	margin:0;
	font:12px Arial;
	background:#8EA2A2 url(Pix/bg2.jpg) no-repeat top;
}
a{
	color:#066AFF;
}
a:hover{
	text-decoration:none;
}
h1{
	margin:0;
	font:normal 29px Arial;
	color:#0D418D;
}
p{
	margin:0 0 5px 0;
}
h3.gr, h3.gr-b{
	background:url(Pix/im-heading.gif) no-repeat;
	font-size:12px;
	color:#5C6D85;
	line-height:29px;
	padding:0 8px;
	margin:0 0 10px 0;
}
h3.gr-b{
	background:url(Pix/im-heading-big.gif) no-repeat;
}
#main{
	
}
#header{
	width:904px;
	height:105px;
	text-align:left;
}
#header a:hover{
	background:none;
}
#menu{
	width:904px;
	height:68px;
	padding:4px 0 0 35px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	float:left;
	font:bold 12px Arial;
	color:#000;
	line-height:39px;
}
#menu ul li span{
	margin:0 15px;
}
#menu ul li a{
	display:block;
	color:#000;
	text-decoration:none;
}
#menu ul li a:hover{
	background:url(Pix/menu-arrow.gif) no-repeat bottom center;
	color:#FFF;
}
#menu ul #current a{
	background:url(Pix/menu-arrow.gif) no-repeat bottom center;
	color:#FFF;
}
.content{
	background:url(Pix/content-bg.png) repeat-y left;
	width:849px;
	text-align:left;
	padding:0px 30px 30px 25px;
}
.sep{
	background:url(Pix/sep-bg.gif) repeat-x center;
	height:23px;
}
.sep-t{
	background:url(Pix/sep-bg.gif) repeat-x top;
	height:11px;
}
.justify{
	text-align:justify;
}
#content{
	text-align:left;
}
#footer{
	background:url(Pix/footer-bg.jpg) no-repeat center top;
	color:#768080;
	line-height:18px;
	height:200px;
	padding:8px 50px 0 8px;
}
#footer a{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.steps{
	font:bold 12px Arial;
	color:#5C6D85;
	height:29px;
	margin-bottom:20px;
}
.steps td{
	height:29px;
	padding-left:10px;
}
.step1{
	background:url(Pix/step1.jpg) no-repeat;
}
.step2{
	background:url(Pix/step2.jpg) no-repeat;
}
.step3{
	background:url(Pix/step3.jpg) no-repeat;
}

h1.gray{
	background:url(Pix/sep-bg.gif) repeat-x bottom;
	font:normal 21px Arial;
	color:#8EA2AC;
	text-transform:uppercase;
	padding-bottom:5px;
	margin:0 0 10px 0;
}
.text{
	text-align:justify;
	width:260px;
	padding-right:15px;
}
.button, .big-button{
	border:0;
	background:url(Pix/btn.png) no-repeat;
	width:74px;
	height:22px;
	font:bold 11px Arial;
	color:#FFF;
	padding-bottom:2px;
}
.big-button{
	background:url(Pix/big-btn.gif) no-repeat;
	width:115px;
}
.inputbox{
	border:1px solid #B6BDBD;
	padding:2px;
}
#sn{
	width:220px;
}
label.error{
	display:block;
	color:#F00;
}
.frm label{
	font:bold 12px Arial;
	color:#5E6E86;
	padding-right:10px;
}
.frm td{
	padding-bottom:9px;
}
.frm .inputbox{
	width:275px;
}
.frm textarea.inputbox{
	width:98%;
	height:145px;
}
.impr td, .im-p{
	font-size:12px;
	color:#5E6E86;
	line-height:18px;
}
.gr-f{
	color:#5E6E86;
}
label.gr-f{
	font-weight:bold;
}
.step2-tbl .inputbox{
	width:215px;
}
.step2-tbl td{
	padding-bottom:8px;
}
.suc-msg{
	background:#D7E1E8;
	border:1px solid #74A5C7;
	font:bold 12px Arial;
	color:#3D6079;
	padding:8px;
}
.copy{
	color:#768080;
	font-size:11px;
	float:right;
	margin:30px 0 0 0;
}
.code{
	width:70px !important;
}


.pr td{
	padding:0 12px;
}
.pd td{
	padding-top:10px;
}
.nb{
	border:0;
	overflow:hidden;
}
.red{
	color:#F00;
}
#status{
	height:35px;
}
.inputbox.error{
	border:1px solid #F00;
}
label.error{
	color:#F00;
}
.icon-error{
	border:solid 1px #CC0000; 
	background:#F7CBCA url(img/icon-red.png) 8px 6px no-repeat;
	color:#CC0000;
	font-weight:bold;
	padding:6px;
	margin-bottom:10px;
}
.req-box label.error{
	float:right
}