
body {
	margin: 0;
	padding: 0;
	background: #333;
	background: url(../img/bg.jpg);
	background-size:100% 100%;
	text-align: center;
	width: 100%;
	font-size: medium;
	font-family: "Verdana","Arial";
}

.header_text{
	color:#fff;
    margin: 0px auto;
    width: 500px;
    font-size: 100%;
	height: 80px;
	padding-top: 40px;
	text-align:left;
}
}

.header {
	
	height: 80px;
	padding-top: 40px;
}
.warning {
	color: #f00;
	font-size: 1em;
	line-height: 30px;
	text-align: left !important;
	padding-left: 35px;
	height: 50px;
	background: url(../img/validate_warning.png) no-repeat;
	background-position: left center;
	width: 400px;
}
.warning a {
	color: red;
}
.success {
	color: green;
	font-size: 1em;
	line-height: 30px;
	text-align: left !important;
	padding-left: 10px;
	height: 50px;
}
.footer {
	padding-bottom: 30px;
}

.container {
	margin: 0 auto;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

/** table **/
.form_table {
	margin: 0 auto;
	font-size: 1em;
}
.form_table th {
	min-width: 40px;
	text-align: center;
	vertical-align: middle;
}
.form_table td {
	text-align: center;
	vertical-align: middle;
}
.mandatory {
}
.btn_send {
	background: url(../img/btn_send.png) no-repeat;
	width: 501px;
	height: 85px;
	margin: 50px auto 20px auto;
	border: none;
	cursor: pointer;
}


/** Input fields **/
input[type=text],textarea {
	background: transparent;
	font-size: 1.2em;
	font-family: "Verdana","Arial";
	border: none;
	line-height: 30px;
	margin-left: 50px;
}
input[type=text] {
	height: 30px;
}
textarea {
	height: 200px;
	resize: none;
}
.input {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 70%;
}
.input_select_wrap {
	background: url(../img/bg_input_text.png) no-repeat;
	width: 511px;
	height: 80px;
	position: relative;
}
.textarea_wrap {
	background: url(../img/bg_input_textarea.png) no-repeat;
	width: 511px;
	height: 265px;
	margin: 10px auto;
	position: relative;
}
.input_select_panel {
	width: 97%;
	margin: 0 auto;
	height: 52px;
}
.textarea_panel {
	width: 97%;
	margin: 0 auto;
	height: 240px;
}
.input_select_panel.focus, .textarea_panel.focus {
	border: 4px solid #3283E9;
}
.input_select_panel.error, .textarea_panel.error {
	border: 4px solid #CC0000;
}
.required:after {
	content: "*";
	color: #cc0000;
	position: relative;
	top: 21px;
	left: 220px;
	font-size: 1.2em;
}
.icon {
	position: absolute;
	top: 15px;
	left: 22px;
}

.prompt{
	padding:10px;
	width: 500px;
	margin: 0 auto;
	text-align:left;
}

/** captcha **/
.input_captcha {
	background: url(../img/bg_input_captcha.png) no-repeat;
	width: 205px;
	height: 78px;
	position: relative;
	text-align: left;
}
.input_captcha input {
	width: 100px;
}
.input_captcha a {
	position: relative;
	top: 80px;
	color: #e04545;
}
.input_captcha .required:after {
	top: 9px;
	left: 150px;
}

/** select **/
.select {
	position: absolute;
	top: 15px;
	left: 75px;
	width: 350px;
	height: 34px;
	overflow: hidden;
	border: none;
	background: url(../img/arrow_down.png) no-repeat right transparent;
	-webkit-appearance: none; appearance: none;
}
.select select {
	background: transparent;
	width: 372px;
	padding: 5px;
	color: #b2b2b2;
	font-size: 1.2em;
  font-family: "Verdana","Arial";
	border: 0;
	height: 34px;
	-webkit-appearance: none;
}
option {
	background: white;
	padding: 5px;
	color: black;
}
option:hover {
	background: #a6c5ec;
}

/** placeholder **/
::-webkit-input-placeholder { /* WebKit browsers */
  color:    #b2b2b2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #b2b2b2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #b2b2b2;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #b2b2b2;
}

/** result **/
.result {
	width: 30px;
	height: 30px;
	font-size: 1.2em;
}
.result.correct {
	background: url(../img/validate_correct.png) no-repeat;
}
.result.error {
	background: url(../img/validate_error.png) no-repeat;
}

.header_text a
{
	color:#ffffff;
}

.header_text a:hover
{
	color:#e04545;
}