
body {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;

}

.check_font{
font-size:11px;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/*login*/
#wizard {	
	background:#fff;
	border:0px;
	font-size:12px;
	height:1470px;
	margin:5px auto;	
	width:570px;
	overflow:hidden;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}  

#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
	font-size:12px;
}

#wizard .page {	
	padding:10px 30px;
	width:500px;
	float:left;	
	 font-size: 11px ;
}

#wizard h2 {
	border-bottom:1px dotted #ccc;
	font-size:22px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;	
	 width:95%;	
}

#wizard h2 em {
	display:block;
	font-size:14px;
	color:#666;
	font-style:normal;
	margin-top:5px;
}

#wizard ul {
	padding:0px !important;
	margin:0px !important;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:25px;	
}

#wizard label {
	font-size:16px;	
	
}

#wizard label strong {
	color:#0d3f7c;	
	position:relative;
	top:-1px;
}

#wizard label em {
	font-size:11px;
	color:#666;	
	font-style:normal;
}

#wizard .text {
	width:90%;
	padding:5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
	
}

#wizard select {
	border:1px solid #ccc;
	width:94%;	
	padding:4px;
}

#wizard label span {
	color:#0092ff;
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:20px;
}

#wizard .double label { 
	width:50%;
	float:left;
}

#wizard .double .text {
	width:80%;	
}

#wizard .clearfix {
	clear:left;
	padding-top:1px;	
}

#wizard .right {
	float:right;		
}

#wizard .left {
	float:left;		
}

#drawer {
	background:#fff;
	_background-color:#fff;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	width:100%;
	display:none;
	z-index:2;
}

#wizard .error {
	border:1px solid red;		
}

#wizard #status {
	margin:0px !important;
	height:35px;
	background:#fff url(img/h30.png) repeat-x;
	padding-left:25px !important;
	_background:#fff;
}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color:#000;
	padding:10px 30px;
	 font-size:10px;	
}

#status li.active {
	background-color:#fff;
	border:1px solid #0092ff;
	font-weight:normal;	
    font-size:10px;	
}


#wizard textarea{
	display: block;
	width:90%;
	height:86px;
	float: left;
	margin-bottom: 20px;
}
#wizard  li.certification {
	display:inline;
	list-style-type:none;
	list-style-image:none;
	width:470px;	
	float:left;
}
#inputs label, #inputs input, #inputs select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 20px;
}.ceCheckbox {	
	display:inline;
	width: 20px;
	margin:5px 0  5px 0;
	float: left;
}
.ceCheckboxTet{
	display:inline;
	margin:5px 14px 5px 0;
	float: left;
	color:#000;
}


#inputs label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

#inputs br {
	clear: left;
}
