﻿.VIPcontainer {
	position:relative;
	padding-bottom:40px;
	background-color:transparent;
}
.VIPRadioFormField label{
	display: inline !important;
}
.VIPFormField input{
	width:auto !important;
	padding:0 5px 0 5px;
	height:25px;

    border:none 5px #000000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;


}
.VIPFormCaption {
	text-align: left;
	margin-left:10px;
	font-family:"Times New Roman";
	font-size:14px;
	}
td.VIPcontainer .VIPFormCaptionCell{
	text-align:left;
}

.VIPFieldset{
	width:395px;
	padding-bottom:50px;
		/*background*/
	background-color: #2A2A2A;
	/*border */;
	border: dashed 2px #000000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}


.FormButton{
	position:absolute;
	right:305px;
	bottom:126px;

	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	float:left;
	height:30px;
	}

.FormButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#10B2F0;
	}
	td.VIPcontainer fieldset{
	position:relative;
}
td.VIPcontainer fieldset input#WebPart_1f2ef66a_cd81_4394_bfdb_0f0b7673f41c_EF0_FormWizard_ctl48_RefreshButton.RefreshStyle{
	position:absolute;
	right:125px;
	bottom:100px;
}
td.VIPcontainer fieldset span#WebPart_1f2ef66a_cd81_4394_bfdb_0f0b7673f41c_EF0_FormWizard_ctl48_CaptchaImage img{
	position:absolute;
	right:6px;
	bottom:100px;
	width:115px !important;
	height:30px !important;
}
td.VIPcontainer fieldset input#WebPart_1f2ef66a_cd81_4394_bfdb_0f0b7673f41c_EF0_FormWizard_ctl48_InputTextBox{
	position:absolute;
	right:155px;
	bottom:100px;
	width:123 !important;
	padding:0 5px 0 5px;
	height:25px;
	

    border:none 5px #000000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;

}

