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, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
div {
    border: medium none;
    margin: 0;
    padding-top: 0px;
}
body, h6 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.header {
    
    position:absolute; 
	left:15px; 
	top:0px; 
	z-index:1;
    width: 450px;
    height:110px;

}


.content {
    position:absolute; 
	left:15px; 
	top:110px; 
    
}


.content  p {
 padding-left:25px;

 
}

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:11px !important;
	color:#333333 !important;
	height:22px;
}

.content form img {
    width: auto!important;
}


.content form
{
	background:#eaeeed;
	width:445px;
	color:#000!important;
	margin-top:10px;
	
}
.content form input, .content form select, .content form textarea
{
	width:200px;
	background-color: #FFFFFF;
    border: 1px solid #CFD7D9;
    padding: 2px;
	margin-bottom:3px;
	
}
.content form select
{
	width:200px;
	height:22px;
}
td.lable
{
	width:220px;
	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("/img_vw/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: 101px!important;
	height:24px!important;
	border:none!important;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
}
.send_form:hover
{
	background-position:0px -25px;
}