@charset "utf-8";
/* CSS Document */


#clients{
	padding:21px 21px 0px 21px;
	min-height:400px;
	height:auto !important; /* used for IE6 to accept min-height */
	height:400px; /* used for IE6 to accept min-height */	
	}

#clients h2{
	margin-top:50px;
	font-weight:normal;
	font-size:110%;
	text-align:center;
	}

#clients form{
	margin:40px 0 50px 300px;
	color:#f15314;
	}

#clients form input{
	margin-bottom:4px;
	background:#ffffff;
    border:1px solid #986754;
    color:#986754;}

#clients p{
	text-align:center;
	}
