/* ==================================================== */
/* DEALER LOCATOR */
/* ==================================================== */

div#searchleft {
	display:inline;
	float:left;
	width:47%;

	/*padding-right:3%;*/
}

div#searchright {
	float:right;
	width:45%;
	border-left: 1px solid #bdbdbd;
	padding-left: 5%;
}

div#dlleft {
	width: 310px;
	float:left;
	/*background-color: yellow;*/
}

div#dlright {
	width: 370px;
	float:right;
}

#dlleft p {
	margin: 0 0 5px 0;
}

/*#dlleft input,
#dlleft select {
	border: 1px solid #7c7c7d;
	width: 170px;
}*/

#dlleft ul,
#dlright ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#dlleft ul a,
#dlright ul a {
	color:#F16B21;
}
#dlleft td
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#dlleft input.fw_app {
	width: 14px;
}

#dlleft div#searchleft input,
#dlleft div#searchleft select {
	width: 96%;
}

div#searchright input,
div#searchright select {
	width: 96%;
}

p.lmargin {
	padding-left: 120px;
}

p.tmargin {
	padding-top: 26px;
}

p#searchbutton{
	text-align: center;
	width: 100%;
}

p#searchbutton input{
	width: 170px;
	float: none;
}

p label span {
	width: 130px;
	display:block;
}

select.radiusdd,
select.statedd{
	background:#999999 none repeat scroll 0%;
	border:1px solid #999999;
	color:#FFFFFF;
	font-size:0.8em;
	margin:3px 0pt;
	padding:2px 1px;
}

p.or {
	text-align: center;
	font-style: italic;
	font-size: 200%;
}

/* random stone positions
-----------------------------
*/
div.randpos1
{
	top:30px;
	left:-25px;
}

div.randpos2{
	top:350px;
	left:300px;
}

div.randpos3{
	top:550px;
	left:420px;
}

div.randpos4{
	top:50px;
	left:750px;
}