
#Container{
    height:auto;
    display:normal;
    padding-bottom:150px;
}

#Container #Content{
    margin:20px;
}

#Container h1{
	margin-top:50px;	
}

.left,.right{
	margin-top:20px;
    font-family:Arial;
	padding-bottom:150px;
    
}

.left{
	width:530px;
	float:left;
	margin-left:20px;
    
}

.right{
	width:349px;
	float:right;
	text-align:center;
	margin-right:20px;
}

.right *{
	text-align:left;	
}

.right img{
    float:none;
}


.feature{
	width:312px;
	background:url("../images/feature_bg.new.png") top center no-repeat;
	margin:0px auto 0px auto;
	clear:both;
	padding-bottom:30px;
	border-bottom:10px solid #fff;
}

.feature h4{
	padding:7px 10px 7px 10px;
	color:#fff;
}

.feature h4 a{
	color:#fff;	
}

.feature h5{
	font-size:14px;
	color:#57667B;
	margin-bottom:7px;
}

#Content .feature p{
	padding-top:3px;
	padding-bottom:4px;
	font-size:12px;
	color:#57667B;
}

.feature .inner{
	margin:15px;	
}

.feature label{
	width:80px;
	display:block;
	float:left;
	clear:left;
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding:2px 0px;
}

.feature form{
	margin:0px 10px	
}

.feature input{
	font-size:14px;	
	padding:2px;
}


.feature input.text{
	width:130px;
	
}


.clearing{
	clear: both;
	height: 1px;
	margin-top:-1px;
	overflow:hidden;	
}

