a:visited {
	color:red;
	text-decoration:none;
}
a {
	color:blue;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body {
	font-family: Helvetica, Georgia, Times New Roman, Times, serif;
	margin:0;
	padding:0;
	/*background-image: url(../image/tile.jpg);*/
	background: #FFFFFF;
	/*background-color: #FFFFFF;*/
	/*background-repeat:repeat-x;*/
	color:#000000;
}
#content	{
	border:1px solid #ccc;
	padding:5px;
}
#contentLayer {
	clear:both;
	margin: 10px 85px;
	padding:10px;	
}
#contentLayer p {
	color:#000000;
}
#divContent {
	background-color: #f2f2f2;
	padding:10px;
	width:680px;
	margin:10px 0px;
	border:1px solid #666;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	color:#000;
}
h1#logo {
	margin:0;
	padding:10px;
	font-family: Georgia;
	font-size: 36px;
	/*height:45px;*/
	color:#EEEEEE;
	/*background-color:#eee;*/
	border:0;
	/*width:260px;*/
}
#header {
	padding:10px 15px;
	background: transparent url(../image/bg-upper.png) repeat-x center top;
}
.headerLine {
	color:#999;
	text-align:right;
	padding:20px 5px;
	margin-right:10px;
	font-size:12px;
	float:right;
}

#layer {
	margin:15px 20px 0;
	height:200px;
	padding-left: 5px;
}
p {
	font-size: 14px;
	margin:0;
	padding:5px;
}
#resultAddress {
	background-color: transparent;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	border:0;
	width:400px;
	text-align:center;
	font-size:18px;
	margin: 10px 10px 10px 0;
}
.submit {
	color:#000;
	height:28px;
	font-weight:bold;
}
.submit:hover {
}
.submitDisabled {
	color:#999;
	background:inherit;
	border:0;
}
.textareaEmpty {
	color:#999;
	background-color:#eee;
}
.submitIsLoading {
	padding:0 20px 2px 20px;
	border:0;
	background-color:inherit;
	background-image:url(../image/loading.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#666;
}
textarea {
	height: 200px;
	width: 668px;
	border:1px solid;
}
