@charset "utf-8";
/* top */
#top{
	height: 38px;
	background-position: 0 0;
}
#top ul.login{
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 38px;
	width: auto;
	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 0px;
	color: white;
	font-size: 12px;
	text-align: center;
	padding-right: 45px;
	background-image: url(../images/login_r.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
#top ul.login li.left{
	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-image: url(../images/login_l.png);
	background-repeat: no-repeat;
	background-position: left 0;
}
#top ul.login li{
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
	background-image: url(../images/login_m.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#top ul.login li a{
	color: #FFCC00;
	text-decoration: none;
}
#top ul.login li a:hover{color:white;}








.search {
	position: relative;
	margin-top: 5px;
}
	
	/* Search CSS: */
	.search-input {
	border: 1px solid #1c252b;
	height: 20px;
	color: #9fa8b0;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: 1px 1px #1f272b;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background: #20282D; /* old browsers */
	background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 25px;
	}
	.search-input:focus {outline: none;}
	.search-submit {
	width: 13px;
	height: 13px;
	border: none;
	background: url(../images/mag-glass.png) no-repeat;
	display: block;
	position: absolute;
	left: 10px;
	top: 5px;
	text-indent: -9999em;
	}
