@charset "iso-8859-1";
/* CSS Document */
#content{
	min-height:450px;
    margin-top:10px;
	padding-bottom:20px;
 }



#right_content{
	margin-right: 10px;
	font-size: 75%;
	width: 580px;
	float: left;
}

#search{
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	width:200px;
}

#search .top{
	background-image: url(../../images/jotw_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	overflow: hidden;
	/* background-color: #E5F2FF; */
}

#search .btm{
	background-image: url(../../images/jotw_btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	overflow: hidden;
	/* background-color: #E5F2FF; */
}

#search .middle{
	background-image: url(../../images/jotw_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/* background-color: #E5F2FF; */
}

#search .content{
	margin-left:10px;
	margin-right:10px;
	font-size:75%;
}

#search .content h3{
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:110%;
	margin:0;
	padding-bottom:5px;
}

#search p{
	padding-bottom:5px;
	margin:0;
}

#search label{
	font-weight:bold;
	line-height:18px;
}

#search .txt{
	border:1px solid #CCCCCC;
	width:280px;
}

.search_tips{
	float:right;
}

/*#search .btn{
	border: none;
	color: #990000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
	cursor: hand;
}*/

