@charset "utf-8";
/* CSS Document */

div#searchSuperCont
{
	width:684px;
	height:414px;
}
div#searchCont
{
	width:684px;
	height:414px;
}
div#searchFilter
{
	margin:50px 0px 0px 60px;
	font-size:14px;
	color:white;
}
div#searchFilter a
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 10px;
	color:white;
	text-decoration:none;
}
div#searchFilter a:hover
{
	color:rgb(247, 147, 30);
	text-decoration:underline;
}
input#searchInput
{
	width:140px;
	height:14px;
	margin:50px 8px 0px 0px;
	background-color:transparent;
	float:right;
	color:white;
	font-size:10px;
	border:none;
}
div#searchGo
{
	width:35px;
	height:22px;
	margin:47px 43px 0px 0px;
	background-color:transparent;
	float:right;
	cursor:pointer;
}
div#searchResults
{
	width:640px;
	height:300px;
	overflow:auto;
	margin:40px auto 0px auto;
	color:white;
}
