html, body, div, span, applet, object, iframe,
h1, h2, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,  font,  ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


/*________________________*/




.form-control {
  display: inline-block;
  width: 255px;
  margin-right: 27px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 7px 10px;
  font: normal 14px/17px "Open Sans",Arial,Helvetica,sans-serif;
  color: #333;
  vertical-align: middle;
  background-color: ;
  background-image: none;
  border: 2px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.info{margin: 0 20px;}



.form-group {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  vertical-align: middle;
}






.lp-inline-form .btn {
  width: 158px;
  margin: 0 auto 20px;
}


.btn.btn_rounded {
  border-radius: 3px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}


.btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font: normal 14px/15px "PT Sans Bold",Arial,Helvetica,sans-serif;
  padding: 13px 0 11px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




label {
  display: table;
  width: 100%;
  height: 37px;
}








td.lable {

  padding-top: 10px;
  font-weight: 400;
}







/*________________________*/






div {
    border: medium none;
    margin: 0;
    padding-top: 0px;
}
body, h6 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.header {
    
    position:absolute; 
	left:15px; 
	top:0px; 
	z-index:1;
    width: 450px;
    height:110px;

}






img {
    border: 0 none;
}







td.lable {
    color: #000000 !important;
    padding: 5px;
    vertical-align: top;
    width: 220px;
}



.content form input, .content form select, .content form textarea 
{
	font-size:14px !important;
	color:#333333 !important;
	height:22px;
}

.content form img {
    width: auto!important;
}


.content form
{
	background:#eaeeed;
	/*width:455px;*/
	color:#000!important;
	margin-top:10px;
	
}
.content form input, .content form select, .content form textarea
{
	width:210px;
	/*background-color: #FFFFFF;*/
    border: 1px solid #CFD7D9;
    padding: 2px;
	margin-bottom:3px;
	
}
.content form select
{
	width:200px;
	height:22px;
}
td.lable
{
	width:80px;
	color:#000!important;
	vertical-align:top;
	padding:5px;
}
 .content form img
 {
	width:254px;
	margin-top:3px;
	margin-bottom:3px;
}
.form-required
{
	color:#000!important;
}
.content form textarea
{
	height:147px
}
.content form input
{	
	height:22px;
}

.radio_lable
{	
	width:15px !important;
	 border: none !important;
	 background:#eaeeed !important;
	 height:15px!important;
	 
	 margin-top:10px;
	 

}
.send_form
{
	background: url("/form_wagner/send_sprite.gif") no-repeat scroll 0 0 transparent;
    color: #3E3E3E;
    display: block;
    float: right;
    padding:0px;
    margin-top: 3px;
    padding-top: 4px!important;
    text-align: center;
    text-decoration: none;
    width: 211px!important;
	height:29px!important;
	border:none!important;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
}
.send_form:hover
{
	background-position:0px -29px;
}



.send_form2
{
		background: url("/form_wagner/send_sprite2.gif") no-repeat scroll 0 0 transparent;
    color: #3E3E3E;
    display: block;
    float: right;
    padding:0px;
    margin-top: 3px;
    padding-top: 4px!important;

    text-align: center;
    text-decoration: none;
    width: 199px!important;
	height:29px!important;
	border:none!important;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
}
.send_form2:hover
{
	background-position:0px -29px;
}


