#banner .select input{
	color:#fff;
	width:111px;
	height:35px;
	padding:0;
	margin:0;
	border:none;
	font-weight:bold;
	vertical-align:middle;
	line-height:115%;
}
#submit{
	background: transparent url('/local-area-numbers-images/get-local-area-numbers-smal.png') no-repeat 0 0 scroll;}
#banner .select input.ac_input{
	background-color:#EBEBEB;
	color:#555555;
	width:290px;
	font-weight:normal;
	height:30px;
	padding:7px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	text-align:left;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #00F32E;
	color: white;
}





.colour_select{
	width:435px;
	float:left;
	padding:0;
	margin:0;
	margin-bottom:15px;
	}
.colour_select .dial_content{
	float:left;
	width:610px;
	margin:10px 15px;
}
.colour_select p, .colour_select a{
	color:#B3C7FC;
}
.colour_select p{
	padding:0;
	margin-top:5px;
	margin-bottom:0px;
	}
.colour_select a:hover{
	color:#00F32E;
}
.colour_select label{
	font-size:13pt;
	color:#fff;
}
.colour_select input{
	background-color:#00F32E;
	color:#fff;
	width:100px;
	height:30px;
	padding:0;
	margin:0;
	border:none;
	font-weight:bold;
	vertical-align:middle;
	line-height:115%;
}
.colour_select input.ac_input{
	background-color:#EBF1FF;
	color:#a5a5a5;
	width:280px;
	font-weight:normal;
	height:16px;
	padding:7px;
}
#blue_box {
	background-color:#0A035F;
}
#orange_box {
	background-color:#f60;
}
#orange_box input{
	background-color:#0A035F;
}

.colour_select select{background-color:#fff; border:none; padding:5px; width:235px; height:30px; }
.colour_select option{background-color:white; border:none; margin:5px;}
