/* div container containing the form  */

#searchContainer {
	width:770px;
	z-index:10;	
	margin-left:auto;
	margin-right:auto;
}
#searchContainer2 {
	margin-right:20px;
	width:770px;

}

#searchc {
	text-align:center;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
/* Style the search input field. */
#q {
	float:left;
	width:670px;
	height:26px;
	line-height:26px;
	text-indent:10px;
	font-family:arial, sans-serif;
	font-size:1em;
	color:#333;
	background: #fff;
	background-position: 12px !important;
	border:solid 1px #d9d9d9;
	border-top:solid 1px #c0c0c0;
	border-right:none;
	margin-right:20px;
}

#sa {
	cursor:pointer;
	width:70px;
	height: 31px;
	line-height:0;
	font-size:0;
	text-indent:-999px;
	color: transparent;
	background: url(../ico/ico-search.png) no-repeat #4d90fe center;
	border: 1px solid #3079ED;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/* Style the search button hover state */
#sa:hover {
	background: url(../ico/ico-search.png) no-repeat center #357AE8;
	border: 1px solid #2F5BB7;
}
/* Clear floats */
.fclear {clear:both}