#vpo_tad {
	position: fixed !important;
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	background: rgba(0,0,0,0.5);
}
#vpo_tad * {
	line-height: 16px;
	font-family: verdana;
}
#vpo_tad p {
	margin: 0;
	padding: 0;
}
#vpo_tad p + p {
	padding: 6px 0 0 0;
}
#vpo_tad a {
	color: #fff;
	text-decoration: underline;
}
#vpo_tad a:hover {
	color: #fff;
}
#vpo_tad_container {
	width: 762px;
	margin: 50px auto 0 auto;
	border: 10px solid #fff;
	padding: 10px;
	background: #777;
	background: -moz-linear-gradient(top, #777 0%, #DCE4E7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777), color-stop(100%,#DCE4E7)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#DCE4E7',GradientType=0 ); /* ie */
	text-align: left;
	color: #fff;
}
#vpo_tad_top_container a.close {
	display: block;
	float: right;
	margin: 0;
	width: 25px;
	height: 25px;
	border: 2px solid #fff;
	text-decoration: none;
	background-color: #777;
	background-image: url(lx/x.png);
	background-image: url(lx/x.png), -moz-linear-gradient(top, #BDBDBD 0%, #777 100%);
	background-image: url(lx/x.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDBDBD), color-stop(100%,#777));
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

#vpo_tad_top_form {
	float: right;
	font-family: verdana;
	font-size: 12px; 
	font-weight: normal; 
	background: #f1f4f9;
	background: -moz-linear-gradient(left, #BEC5CF 0%, #F1F4F9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#BEC5CF), color-stop(100%,#F1F4F9));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BEC5CF', endColorstr='#F1F4F9',GradientType=0 ); /* ie */
	color: #000;
	padding: 10px;
	margin: 5px 0 0 0;
	width: 530px;
	min-height: 330px;
	height: auto !important;
	height: 228px;
}
#vpo_tad_top_form.wide {
	width: 742px;
}
#vpo_tad_top_side {
	float: left;
	font-family: verdana;
	font-size: 12px;
	width: 200px;
	min-height: 350px;
	height: auto !important;
	height: 228px;
	padding: 0;
	background: #f0f4f8;
	color: #000;
	margin: 5px 0 0 0;
	-moz-box-shadow: 3px 3px 4px #777;
	-webkit-box-shadow: 3px 3px 4px #777;
	box-shadow: 3px 3px 4px #777;
}
#vpo_tad_top_side div.header {
	background: #9ca3a9;
	color: #fff;
	padding: 10px 6px 62px 6px;
	font-weight: bold;
	background-image: url(lx/lx.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#vpo_tad_top_side div.heading {
	padding: 0 3px;
}
#vpo_tad_top_side div.data {
	padding: 0 3px 3px 3px;
}
#vpo_tad_top_container div.title {
	margin: 0;
	font-family: verdana; 
	font-size: 21px; 
	font-weight: normal; 
	color: #fff;
	text-transform: uppercase;
	padding: 6px 0px;
}
#vpo_tad_top_container div.subtitle {
	font-family: verdana; 
	font-size: 11px; 
	font-weight: bold; 
	color: #bfbfbf;
	margin: 0;
	padding: 0;
}
#vpo_tad_top_container div.subtitle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
#vpo_tad_top_container div.subtitle li {
	display: inline;
	margin: 0;
	padding: 0 0.5em;
	border: 1px solid #bfbfbf;
	border-width: 0 0 0 1px;
	text-transform: uppercase;
}
#vpo_tad_top_container div.subtitle li:first-child {
	padding-left: 0;
	border: 0;
}
#vpo_tad_top_container div.subtitle li.subtitle-active {
	color: #fff;
}
#vpo_tad_top_container form .inputElementWide {
	padding: 6px 3px;
	font-family: verdana;
	font-size: 10px; 
	font-weight: normal; 
}
#vpo_tad_top_container form .inputElementModel .inputElement {
	width: 103px;
	text-align: center;
	float: left;
}
#vpo_tad_top_container form .inputElementDealer .inputElement {
	width: 182px;
	float: left;
}
#vpo_tad_top_container form .inputElementWide label {
	padding: 0;
	line-height: 16px;
}
#vpo_tad_top_container form .inputElementWide p {
	margin: 0;
	padding: 0;
}

#vpo_tad_top_container form .submitDefault {
	clear: both;
	font-family: verdana; 
	font-size: 12px; 
	font-weight: normal; 
	color: #fff;
	margin: 0;
	padding: 0;
}
#vpo_tad_top_container form .submitDefault input {
	border: 2px solid #fff;
	background: #777;
	background: -moz-linear-gradient(top, #BDBDBD 0%, #777 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDBDBD), color-stop(100%,#777)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDBDBD', endColorstr='#777777',GradientType=0 ); /* ie */
	margin: 0;
	padding: 0 6px;
	color: #fff;
	text-decoration: none;
	height: 23px;
	width: 80px;
	line-height: 23px;
}
#vpo_tad_top_container form .submitDefault div.next {
	height: 35px;
	width: 50%;
	float: right;
}
#vpo_tad_top_container form .submitDefault .next .button {
	height: 35px;
	float: right;
}
#vpo_tad_top_container form {
	margin: 0;
	padding: 0;
}
#vpo_tad_top_container form .fieldsetDefault {
	border: 0;
	margin: 0;
	border: 0;
	outline: 0;
	padding: 0 0 6px 0;
}
#vpo_tad_top_container form .fieldsetDefault .fieldsetLegend {
	border: 0;
	margin: 0;
	padding: 6px 3px 0 3px;
	font-weight: bold;
	clear: both;
}
#vpo_tad_top_container form .inputDefault {
	padding: 3px;
	clear: both;
}
#vpo_tad_top_container form .inputSeparator {
	clear: both;
}
#vpo_tad_top_container form .inputDivider {
	clear: both;
	height: 10px;
}
#vpo_tad_top_container form .inputTitle,
#vpo_tad_top_container form .inputElement {
}
#vpo_tad_top_container form .inputTitle {
	padding: 5px 0 2px 0;
}
#vpo_tad_top_container form .inputError .inputTitle,
#vpo_tad_top_container form .fieldsetError .fieldsetLegend {
	color: #e50000;
}
#vpo_tad_top_container form .inputDefault .inputMessage {
	display: none;
}
#vpo_tad_top_container form .inputError .inputMessage {
	display: block;
	color: #e50000;
	font-size: 11px;
}
#vpo_tad_top_container form input,
#vpo_tad_top_container form textarea,
#vpo_tad_top_container form select {
	padding: auto;
	border: auto; 
	margin: auto;
}
#vpo_tad_top_container form span.inputShow {
	display: block;
	font-weight: bold;
	padding: 3px 0;
}
#vpo_tad_top_container form label {
	padding: 0 5px 0 0;
	line-height: 22px;
}
#vpo_tad_top_container form .fieldsetTwoRow .inputDefault {
	width: 258px;
	float: left;
	clear: right;
}
#vpo_tad_top_container form .fieldsetTwoRow input.inputText {
	width: 252px;
}
#vpo_tad_top_container form .fieldsetTwoRow select.inputSelect {
	width: 258px;
}
#vpo_tad_top_container form .fieldsetTwoRow select.inputSelect {
	width: 258px;
}
#vpo_tad_top_container form .fieldsetThreeRow .inputDefault {
	float: left;
	clear: right;
}
#vpo_tad_top_container form .fieldsetThreeRow .inputDefault {
	width: 170px;
}
#vpo_tad_top_container form .fieldsetThreeRow input.inputText {
	width: 164px;
}
#vpo_tad_top_container form .fieldsetThreeRow select.inputSelect {
	width: 170px;
}

#vpo_tad_bottom_container {
	padding: 6px 0 6px 0;
	color: #000;
	font-family: verdana; 
	font-size: 11px; 
	font-weight: normal; 
}

#vpo_tad {
	display: block !important;
}
