.content form input, .content form select, .content form textarea 
{
	font-size:11px !important;
	color:#333333 !important;
}

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


.content form
{
	background:#eaeeed;
	padding:8px;
	width:430px;
	color:#000!important;
	margin-top:41px;
	margin-left:10px;
	margin-bottom:15px;
}
.content form input, .content form select, .content form textarea
{
	width:248px;
	background-color: #FFFFFF;
    border: 1px solid #CFD7D9;
    padding: 2px;
	margin-bottom:3px;
	
}
.content form select
{
	width:254px;
	height:22px;
}
td.lable
{
	width:176px;
	color:#000!important;
	vertical-align:top;
}
 .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:14px;
}
.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;
}

#tabs1, #tabsText1 {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#tabs1 li {
	padding: 5px 10px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
	width:30%;
	text-align:center;
	}
#tabs1 li.current {
	color: #fff;
	width:30%;
	text-align:center;
	}
#tabsText1{
	clear: both;
	}
#tabsText1 li {
	border: 0px solid #000;
	position: absolute;
	width: 950px;
	display: none;
	}
	
	
	#tabs2, #tabsText2 {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#tabs2 li {
	padding: 5px 10px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
	width:30%;
	text-align:center;
	}
#tabs2 li.current {
	color: #fff;
	width:30%;
	text-align:center;
	}
#tabsText2{
	clear: both;
	}
#tabsText2 li {
	border: 0px solid #000;
	position: absolute;
	width: 950px;
	display: none;
	}