#vtab {
	margin: auto;
	width: 670px;
	height: 100%;
	float:left;
}



#vtab ul li {
	padding-left:5px;
	font-family:arimo;
	width: auto;
	height: auto;
	font-size:14px;
	list-style-type: none;
	display: block;
	text-align: left;
	margin: auto;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	position: relative;
	border-right: none;
	
	width:180px; 
	height:35px;
	color:#fff;
	cursor:pointer;
	padding-top:8px;
}
#vtab a {
	color:#115b42;cursor:pointer; text-decoration:none;
}
#vtab a:hover {
	color:#115b42;cursor:pointer; text-decoration:underline;
}
#vtab ul li.home {
	background: url('../images/home.png') no-repeat center center;
}
#vtab ul li.login {
	background: url('../images/login.png') no-repeat center center;
}
#vtab ul li.support {
	background: url('../images/support.png') no-repeat center center;
}
#vtab ul li.selected {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	border: 1px solid 80887c;
	border-right: none;
	z-index: 10;
	position: relative;
	width:180px; 
	color:#fff;cursor:pointer;padding-top:8px;
	/*background:#d40000!important;*/
	
}
#vtab ul {
	float: left;
	width: 186px;
	text-align: left;
	display: block;
	margin: auto 0;
	padding: 2px;
position: relative;
    top: 38px;
	background: #164973
;
}

#vtab div {
	/*background-color: #fafafa;
	border: 1px solid #ddd;*/
	margin-left: 185px;
	
	min-height: 500px;
	padding: 12px;
	position: relative;
	z-index: 9;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
}
#vtab div h4 {
	color: #164973
;
	font-family:arimo;
	font-size: 1.2em;
	border-bottom: 1px dotted #164973
;
	padding-top: 5px;
	margin-top: 0;
}
#loginForm label {
	float: left;
	width: 100px;
	text-align: right;
	clear: left;
	margin-right: 15px;
}
#loginForm fieldset {
	border: none;
}
#loginForm fieldset div {
	padding-top: 3px;
	padding-bottom: 3px;
}
#loginForm #login {
	margin-left: 115px;
}