#vnt-main {
   padding-right: 30px;
}

#boxContact {}

#boxContact .infoContact {
	margin-bottom:5px;
}

#boxContact .maps {
	border:1px solid #d4d4d4;
	padding:1px;
	text-align:center;  
}

ul.list_maps{
	float:left;
	width:100%;
}
.list_maps :after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.list_maps li {
	float: left;
	padding-right:5px;
}


.list_maps a {
	background:url(../images/tabR.gif) right top no-repeat;
	display: block;
	color: #5cad1b;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	padding-right:15px; 
}
.list_maps a span {
	background:url(../images/tabL.gif) left top no-repeat;
	display: block;
	line-height: 30px;
	padding-top:12px;
	padding-left:25px;
	padding-right:10px;
}

.list_maps a:hover {
	color: #e60108;
}
.list_maps a:hover span {}

.list_maps .active {
	top:1px;
	position:relative;
}
.list_maps .active a {
	
	background:url(../images/tabR_on.gif) top right no-repeat;
	color: #ffffff;
}
.list_maps .active a span {
	background:url(../images/tabL_on.gif) top left no-repeat;
	line-height: 42px;
	padding-top:0px;
}


.boxForm {
	background: #fff; 	
	border:1px solid #c2cbd9;	
	color:#090909;
}
.divBorderForm {
	border:1px solid #fff;	
	padding:15px;
}

.divForm {
	width:300px;	
}
.item-form {
	padding:5px 0px;	
	position:relative;
}
.item-form label {
	display:block;
	font-weight:bold;
	padding-bottom:5px;	
}
 
.divBtnBack {
	position:absolute;
	right:0;
	top:37px;	
} 
 
.ui-datepicker-trigger {
	position:absolute;
	bottom:5px;
	left:280px;
	
}

.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
}

.validate label { padding-bottom:2px; font-size:13px; color:#000}
.validate input.error {
	border:1px dotted #ff0000;
} 
.validate label.error { margin-left: -3px; padding: 5px;  color: #B70002; -moz-border-radius: 4px; -webkit-border-radius: 4px;  position:absolute; top:0px; right:0px; }

 
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
} 

.validate  #filed_security_code label.error {
	left:100px !important;	
}
 
.boxForm .sbHolder {
	border:none;
	 margin:0;  position:relative; padding:4px 0px; width:auto; height:auto; background-image:none; background-color:#e5e5e5;
 	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	-moz-box-shadow:    rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	box-shadow:         rgba(0, 0, 0, 0.6) 0 2px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
	height:20px;
	color:#333333;
	text-indent:7px;	
	width:300px;
	font-size:11px;
}
.boxForm .sbSelector{ 
	height: 28px; 
	line-height: 28px; 
}

.boxForm .sbSelector:link, .boxForm .sbSelector:visited, .boxForm .sbSelector:hover{
	color: #333333;
	outline: none;
	text-decoration: none;
}
.boxForm .sbToggle{
	background: url(../images/arr_select1.png) center no-repeat;
	display: block;
	height: 28px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	z-index:1;
}
.boxForm .sbToggle:hover{		background: url(../images/arr_select1.png) center no-repeat;}
.boxForm .sbToggleOpen{		background: url(../images/arr_select1.png) center no-repeat;}
.boxForm .sbToggleOpen:hover{		background: url(../images/arr_select1.png) center no-repeat;}

.boxForm .sbOptions{
	border:1px solid #ccc;
	border-top:none;
	background-color: #e6e6e6; 
	list-style: none; 
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	width: 298px;
	z-index: 2;
	overflow-y: auto;
	
	min-height:50px !important;
}
.boxForm .sbOptions li{
	padding: 0px 0px;
}
.boxForm .sbOptions a{ 
	display: block;
	outline: none;
	padding:4px 10px 4px 3px;
	line-height:20px;
	font-size:11px;
}
.boxForm .sbOptions a:link, .sbOptions a:visited{
	color: #333333;
	text-decoration: none;
}
.boxForm .sbOptions a:hover, .boxForm .sbOptions a:focus, .boxForm .sbOptions a.sbFocus{
	background:#333333 ;	
	color: #fff;	
}
 
.boxForm .sbOptions li.last a{
	border-bottom: none;
}

