div.searchContainer {
	position:relative;
	top:-34px;
	left:480px;
	width:283px;
	height:25px;
	z-index:1000;
}
div.search_box {

	background:url('../assets/searchFieldBG.jpg') no-repeat;
}
div.search_action_box{
	margin-top:-22px;
	margin-left:230px;
	width:51px;
	height:20px;
}
a.search_action{
	width:51px;
	height:20px;
}
a.search_action:hover {
	width:51px;
	height:20px;
}

a.contest:link{
	color:red;
	text-decoration:underline;
}
a.contest:visited{
	color: red;
	text-decoration:underline;
}
a.contest:active{
	color: red;
	text-decoration:underline;
}
a.contest:hover{
	color: red;
	text-decoration:underline;
}

