* {
	font-family: arial, verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
.main {
	width: 770px;
	margin: 0px auto;
	overflow:hidden;
}
.column {
	width: 750px;
	float: left;
}
.data {
	height: 320px;
	overflow: scroll;
	border: 1px #D8D8D8 dashed;
}
form {
	background-image: url('images/SLtop2.png');
	width: 760px;
	height:100px;
	position: relative;
}
.data table {
	/*border: 1px solid red;*/
	color: #484848;
	width: 720px;
}
.data td {
	padding-top: 15px;
	font-size: .9em;
	padding-right: 5px;

}
.data td.map {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 122px;
	vertical-align: middle;
}
.left {
	float: left;
	width: 10px;
	height: 100px;
}
.right {
	float: left;
	width: 1px;
	height: 100px;
}
.bottom {
	width: 760px;
	height: 1px;
	clear: both;
}
.countrySelection {
	top:27px;
	left:343px;
	position: absolute;
}
.stateSelection {
	top:27px;
	left:500px;
	position: absolute;
}
.citySelection {
	top:27px;
	left:670px;
	position: absolute;
}