.textbox{
	padding:9px 7px;
	border:1px solid #ccc;
	width:250px;
	margin:0 0 15px 5px;
}

.textbox:focus{
	outline:#B0C540 !important;
	box-shadow:0 0 5px #B0C540;
	-webkit-box-shadow:0 0 5px #B0C540;
	-moz-box-shadow:0 0 5px #B0C540;
}

.captcha{
	display:block;
	margin-bottom:20px;
}

#submit-button{
	border:#86a141 1px solid;
	margin:5px;
	background:#B2C64F;
	padding:8px 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

#submit-button:hover{
	border:#5b6e2d 1px solid;
	cursor:pointer;
}

.results {
	margin: 0;
	padding: 0;
	overflow:hidden;
	color: #fff;
	background-image: url('/images/resultsbg.png');
	background-repeat: no-repeat;
}
.results ul {
	margin-left: 5px;
}
.results a {
	padding: 5px 20px;
	text-align: center;
	display: block;
	font-size:12px;
	color: #fff!important;
	border-left:1px solid #999;
}
.results a.first {
	margin-left: 7px;
	border-left: none;
}

.results a:hover {
	color:#4d4c4c!important;
	background-image:url(/images/nava.gif)!important;
}		

.results li{
	margin: 0;
	padding: 0;
}

.results h2{
	color: #fff!important;
	margin:0;
	padding: 0;
	font-size:12px;
	font-weight:normal;
}

/*#current-tab{
	background:#fff;
}

#current-tab h2{
	position:relative;
	border-bottom:1px solid #fff;
	top:3px; 
}*/

#results-wrapper h2{
	font-size:24px;
	padding:10px 0 20px 0;
}

#results-wrapper strong{
	display:block;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
}

#results-wrapper p{
	padding:3px 0 20px 0;
}

#results-wrapper ul{
	padding-bottom:20px;
}

#results-wrapper li{
	margin-bottom:6px;
	display:block;
}