#vpo_tad {
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#vpo_tad a {color: #fff; text-decoration: none;}
#vpo_tad p {margin: 0;}


#vpo_tad_container {
	position:absolute;
	top:124px;
	font-family: Arial, Helvetica, sans-serif; text-align:left; color: #fff; line-height: 1.2;
	padding: 10px; 
	/* width:100%;*/
	background: #45474a; /* Old browsers */
	background: -moz-linear-gradient(top,  #45474a 1%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#45474a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45474a 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45474a 1%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45474a 1%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45474a 1%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45474a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	

}

#vpo_tad .title {
	font-size: 22px; 
	font-weight: bold; 
	padding-bottom: 60px; 
	margin: 10px 0; 
	border-bottom: 1px solid #666;
}


#vpo_tad .fieldsetLegend p, #vpo_tad .inputTitle {
	display: none;
	font-size: 14px; 
	font-weight: bold; 
	margin: 12px 0 2px 0;
}

#vpo_tad .back-btn span {margin-left: 40px;}
#vpo_tad .note {padding-bottom: 20px; margin: 20px 0; border-bottom: 1px solid #666;}
#vpo_tad .note-title {font-size: 14px; font-weight: bold;}
#vpo_tad .note-text {font-size: 12px;}



#vpo_tad_top_form {
	width:100%; 
	min-height:228px;
	height:auto!important;height:228px;
}

#vpo_tad select, #vpo_tad input {
-webkit-appearance: none; 
-moz-appearance: none; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; 
height: 38px; 
width: 100%; 
margin: 5px 0 15px 0; 
font-size: 16px; 
padding: 0;
}

#vpo_tad_top_form select {
	background: #fff url(ty/dropdown-arrow.gif) right center no-repeat; 
	border: 1px solid #58595b; 
	padding-left: 8px;
}

#vpo_tad_top_form input[type=text], #vpo_tad_top_form input[type=email], #vpo_tad_top_form input[type=tel] {
	background: #fff; 
	border: none; 
	width: 98%; 
	padding-left: 8px;
}
#vpo_tad_top_form input[type=checkbox] {
	-webkit-appearance: checkbox; 
	-moz-appearance: checkbox; 
	width: 20px; 
	height: 20px; 
	margin: 0 5px 0 0;
}
#vpo_tad_top_form input[type=radio] {
	-webkit-appearance: radio; 
	-moz-appearance: radio; 
	width: 20px; 
	height: 20px; 
	margin: 0 5px 0 0;
}


input[type="submit"] {
    background: linear-gradient(to bottom, #404041 1%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #999999;
    color: #FFFFFF;
    font-weight: bold;
    height: 50px;
    text-align: center;
}

#vpo_tad_top_form.select-last {
	margin-bottom: 10px;
}

#vpo_tad_top_form label {
	display: block; 
	margin-bottom: 15px;
}



#vpo_tad .inputMessage p{
	color: #ff0000; 
	position: relative; 
	top: -13px;
}

#vpo_tad_top_side {
	position: absolute;
	top: 70px;
}



#vpo_tad_bottom {
	font-size: 12px;
}
#vpo_tad_bottom a {
	text-decoration: underline;
}

#vpo_tad {
	display: block !important;
}
