@charset "utf-8";
/* CSS Document */

#SearchOutLine {
	float: left;
	height: 90px;
	width: 575px;
	overflow: hidden;
	position: relative;
}

#SearchOutLeft {
	float: left;
	width: 50px;
	overflow: hidden;
	position: relative;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#SearchOutRight {
	float: right;
	width: 510px;
	overflow: hidden;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#SearchTop {
	position: absolute;
	left: 700px;
	top: 120px;
	z-index: 10;
}
.SearchTopInput {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../common/graph/input/search_input_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 160px;
	border: 1px solid #CCCCCC;
}
.SearchTopButton {
	background-image: url(../common/graph/input/search_top_button.jpg);
	height: 20px;
	width: 80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EEEEEE;
	border: none;
}
