/*---- Standard Search ----*/

#standard_search_holder {

	width: 100%; 
	
	height: 80px;
	
	clear: both;
	
	background: #d5cbc5;
	
	margin-bottom: 25px;
	
}

#standard_search {

	width: 980px;
	
	height: 50px;
	
	margin: 0 auto;
	
	padding: 10px 0 0 0;
	
	font-family: Trebuchet MS;
	
	font-size: 10px;
	
	font-weight: bold;
		
	color: #694b3e;
	
}


#standard_search a
{
	text-decoration: none;
	color: #c9266a;
	font-weight: bold;
}

#standard_search a:hover
{
	text-decoration: underline;
	color: #c9266a;
	font-weight: bold;
}

.keyword_textarea {

	width: 250px;
	
	height: 15px;
	
	border: 1px solid #999999;
	
	font-family: Trebuchet MS;
	
	font-size: 10px;
	
	font-weight: normal;
	
	color: #666666;
	
	padding: 0 0 0 5px;
	
}

.catergory_listmenu {

	width: 250px;
	
	height: 17px;
	
	border: 1px solid #767676;
	
	font-family: Trebuchet MS;
	
	font-size: 10px;
	
	font-weight: normal;
	
	
	
	color: #666666;
	
}

checkbox {

	padding: 0;

	margin: 0;
}

.check_text {

	color: #606060;
	
	font-weight: normal;
	
	font-size: 11px;
	
}

