.stepContent{
	float:left;
	position:relative;
	padding:5px 0px;
	border-top:none;
	background:none;	
	font-family:Arial,Helvetica,sans-serif;	
	width:620px;
	margin-right:20px;
}

.stepDesc{
   float:right;	
   width:300px;
   overflow:hidden;
   
}

.stepDesc h4{
	margin-bottom:10px !important;
}

.stepContent .infoNote{
	background-color:#FFFFCC;
	border:1px dashed #999999;
	color:#3366CC;
	font-size:12px;
	padding:10px;
	text-align:center;	
	margin-bottom:10px;
	margin-top:10px;
}

#vFormWrapper ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#vFormWrapper li{
 display:list-item;	
}

#vFormWrapper label,.leftSpace{
	font-size:12px;
	width:165px;
	text-align:right;
	display:block;
	float:left;
	line-height:24px;	
	margin-right:10px;
}

#vFormWrapper .infoNotice{
	font-size:13px;
	font-weight:bold;
	color:#29384c;
	text-align:left;
	display:block;
	float:left;
	margin-left:100px;	
}


#vFormWrapper .ctrl{
	font-size:13px;
	font-weight:bold;
	color:#29384c;	
	display:block;	
	line-height:32px;	
}

#vFormWrapper h4, .stepDesc h4{
	color:#438DD8;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:22px;
	border-bottom:1px solid #E9E9E9;
	clear:left;
	padding:0;
}



#vFormWrapper input[type=text],#vFormWrapper input[type=password],#vFormWrapper select, #vFormWrapper textarea{
	width:420px;
	height:18px;
	border: 1px solid #8d9095;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;	
	background: #fff url(../image/input_bg.png) repeat-x top left;
	font-size:14px;
	color:#29384c;
	padding:3px;
}

#vFormWrapper input.medium{
  width:200px;
}


#vFormWrapper input[type=radio]{
	height:24px;
	width:auto;
}

#vFormWrapper textarea{
 width:90%;	
}

#vFormWrapper textarea{
 height:120px;
}

#vFormWrapper select{
	font-size:14px;
	color:#29384c;
	height:25px;
	padding:3px;
}

.DOB select{
  width:auto !important;
  display:inline;
  margin-right:10px;  
}

#vFormWrapper select{
  width:200px;	
}


#vFormWrapper ul.section{
	width:100%;
	background-color:#FFFFFF;
	margin-bottom:20px;
	float:left;
}

#vFormWrapper ul.section li{
	padding:5px;
	position:relative;
	margin-left:0px;
	zoom:1;
}

#vFormWrapper ul.section li.header{
	border:0;
	background-color:transparent;
	position:relative;
	padding:5px;	
}

#vFormWrapper ul#payment-info.section li.header {
	padding-bottom:10px;
}


span.wrap{
	border:1px solid #f00;
	display:block;
}
#vFormWrapper ul.section li.bottom{
	border:0;
	/*height:5px;*/
	background-color:transparent;	
}

#vFormWrapper ul.section li.url b{
	font-size:15px;
	font-weight:bold;
	color:#29384c;
	margin-top:10px;
	margin-left:5px;
	line-height:30px;
}

#vFormWrapper #li_login a{
	font-size:11px;
	cursor:pointer;
	color:#0350a6;
}

.confirmBox{
  border:3px dashed #A6DB27;
	clear:both;
	color:#686872;
	font-size:14px;
	padding:12px 10px 7px;
	width:489px;	
}

span.required{
	color:red;	
}



