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

body {
	background-color: #000000;
	background-image: url(imgs/bg_home.jpg);
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat-x;
}
form {
	margin: 0px;
	padding: 0px;
}
#searchContainer {
	height: 163px;
	width: 307px;
	padding: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#searchContainer .homeSearch {
	position: absolute;
	z-index: 10;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	height: 30px;
	width: 280px;
	overflow: hidden;
}
#searchContainer .homeSearch #frmSearch #str {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 25px;
	width: 250px;
	font-weight: bold;
	color: #333333;
}
#searchContainer .homeSearch #frmSearch #sBTN {
	margin: 0px;
	padding: 0px;
	float: right;
}
#afterSeach {
	padding-top: 50px;
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
}
#afterSeach  .latest a {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
}
#afterSeach .latest a:hover {
	color: #CCFF00;
}
