@charset "utf-8";


.search {
	position: relative;
	float: left;
	width: 220px;
	margin-top: 60px;
}
	
	/* Search CSS: */
	.search-input {
	border: 1px solid #999999;
	height: 30px;
	color: #999999;
	line-height: 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px; /* 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: 30px;
	background-position: left top;
	background-color: rgba(246,246,246,0.01);
	width: 180px;
	}
	.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: 10px;
	text-indent: -9999em;
	}
