td {
	vertical-align: middle;
}

.icon{
	width: 24px;
	cursor: pointer;
}

.center{
	align: center;
	text-align: center;
}

.button {
	background-color: #93bd64;
	border:none;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	margin-left: .3em;
	margin-right: .3em;
	padding:2px 4px;
	-moz-border-radius:6px; -webkit-border-radius:6px;
	cursor: pointer;
}

.r0{
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
}

.r1{
	background-color: #EEEEEE;
	color: #000000;
	cursor: pointer;
}

.highlight{
	background-color: #95ad59;
	color: #FFFFFF;
	cursor: pointer;
}

.resultDiv{
	width: 900px;
}

.dirDiv{
	width: 900px;
}

.resTable{
	width: 900px;
	border: 1px solid #333366;
	font-size: 12px;
	font-face: Verdana;
}

.resHead{
	font-size: 14px;
	background-color: #333366;
	color: white;
	font-color: white;
	font-weight: bold;
	margin: 5px;
	padding: 4px;
}

.small{
	font-size: 14px;
	font-weight: bold;
	font-face: Verdana;
	color: #333366;
}

#addrInput{
	font-size: 13px;
	font-face: Verdana;
}

.mainBack{
   	background-color:transparent;
	background-image:url(../images/Purchase/MidBG.gif);
	background-repeat: repeat-y; 
}

.topBack{
   	height: 28px;
   	background-color:transparent;
	background-image:url(../images/Purchase/TopBG.gif);
	background-repeat:no-repeat;
}

.btmBack{
   	height: 55px;
   	background-color:transparent;
	background-image:url(../images/Purchase/BtmBG.gif);
	background-repeat:no-repeat;
}				

a:link {
	color: #333366;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#map{
	height: 480px;
	width: 800px;
	
	border: 1px solid black;
}