﻿/* Search Box */
.search-box{
	width:95%;
	float:left;
	display:block;
	font-family:Tahoma;
	font-size:14px;
	line-height:22px;
	background-color:#d5dfe8;
	color:#434343;
	border:1px gray solid;
	margin-top:5px;
	padding-bottom:5px;
}

.search-box span.header
{
	margin-left:10px;
	margin-top:3px;
	margin-bottom:2px;
	text-align:center;
	font-size:13px;
	color:#434343;
	font-weight:bold;
}

.title{
	font-size:13px;
	/*font-weight:bold;*/
	/*text-indent:10px;*/
	font-weight:bold;
	text-align:center;
	/*width:100%;*/
}

/*SEARCH BOX*/
.search-box-text{
	background-color: #F0F0F0;
	border: 1px solid #C8C8C8;
	width:95%;
}
.search-box select{
	width:98%;
	border: 1px solid #C8C8C8;
	font-size:13px;
	background-color: #F0F0F0;
	margin-bottom:5px;
}
