/* =resultArea Classes
--------------------------------------------------------------------------------------- */
#resultArea
{
	height:1%;
}
#resultArea #main-r
{
	width:auto;
	min-width:911px;
	border-bottom:0;
	margin:0;
	height:1%;
}
#resultArea #content-left
{
	width:90%;
}
#resultArea .search
{
	margin-top:17px;
	width:720px;
	text-align:center;
}
#resultArea .search .w01
{
	width:90px;
}
#resultArea .search .e1,
#resultArea .search .e2,
#resultArea .search .e3,
#resultArea .search .e4,
#resultArea .search .d1,
#resultArea .search .d2,
#resultArea .search .d3,
#resultArea .search .d4
{
	border-left-color:#E9E9E9;
	border-right-color:#E9E9E9;
	background:#E9E9E9;
}
#resultArea .search .searchContent
{
	padding-top:2px;
	background:#E9E9E9;
	height:27px;
}
HTML > /**/ BODY #resultArea .search .searchContent
{
	padding-top:0;
	height:29px;
}
#resultArea .search INPUT,
#resultArea .search SELECT
{
	border:1px solid #7F9DB9;
}
#resultArea .search INPUT
{
	margin-right:2px;
	padding-top:2px;
	width:400px;
	height:18px;
}
HTML > /**/ BODY #resultArea .search INPUT
{
	position:relative;
	top:2px;
}
#resultArea .search SELECT
{
	margin-right:5px;
	width:100px;
	height:22px;
	line-height:22px;
}
HTML > /**/ BODY #resultArea .search SELECT
{
	position:relative;
	top:1px;
	height:20px;
}
#resultArea .search BUTTON
{
	border:0;
	background:url(../images/btn-bg-01.gif) no-repeat 0 0;
	font-weight:bold;
	color:#FFF;
	width:81px;
	height:24px;
}
HTML > /**/ BODY #resultArea .search BUTTON
{
	position:relative;
	top:2px;
}
