@charset "utf-8";


.search {
	position: relative;
	float: left;
	width: 180px;
	margin-left: 10px;
}
	
	/* Search CSS: */
	.search-input {
	color: #FFFFFF;

	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: 20px;
	background-position: left -4px;
	background-color: rgba(0,0,0,0.01);
	width: 160px;
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #000;
	}
	.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: 2px;
	text-indent: -9999em;
	}
