/* Revelo */

body {
	background-color: #87CA45;
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img a {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#topbar {
	position: absolute;
	width: 100%;
	background: #b0b0f0;
	padding: 0.5em 0;
	border-bottom: 1px solid white;
}
#topbar p{
	margin: 0;
	padding: 0;
}

#topbar label{
	padding: 3px 0 3px 10px;
}

#wrapper {
	padding: 300px 0px 0px 0px;
	background: url(images/city.gif) top center no-repeat;
}
#navigation {
	margin: 40px 15px;
	float: right;
	padding: 0px;
	text-align: right;
	clear: right;
}
#content {
	width: 700px;
	margin: 0px auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	clear: both;
	padding: 8px;
	text-align: justify;

}
#content p {
	margin: 0px 0px 12px;
	padding: 0px;
	line-height: 16px;
}

#verify {
	background: #f0fff0;
	width: 500px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#verify h3,
#verify h4,
#verify h5 {
	margin: 0;
	padding: 3px;
	background: #e0f0e0;
	text-transform: uppercase;
}
#verify h5 {
	font-size: 1.5em;
}
#verify h4 {
	font-size: 1.8em;
	font-weight: normal;
}
#verify h3 {
	font-size: 2.3em;
}

#verify button {
	border: none;
	background: #ffa800 url(images/regbutton-left.gif) top left no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 15px 3px 3px;
	margin: 10px 0 0 0;
	height: 30px;
	float: right;
	clear: right;
	width: 13em;
	text-align: right;
}

#footer {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer p {
	margin: 8px;
	padding: 0px;
}

div.custominput{
	width: 366px;
	position: relative;
	background: url(images/search-bg.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	height: 52px;
}

div.custominput button {
	position: absolute;
	top: -1px;
	right: -3px;
	padding:0;
	margin: 0;
	background: none;
	border: none;
	cursor:pointer;
}

div.custominput input.imgbutton {
	position: absolute;
	top: 0px;
	right: -3px;
	padding:0;
	margin: 0;
	background: none;
	border: none;
	cursor:pointer;
	outline: none;
}

* html button.custom {cursor:hand; }
div.custominput input.text {
	background: none;
	padding: 2px;
	margin: 7px 0 0 8px;
	width: 296px;
	color:#02A0C6;
	height: 35px;
	border: none;
	font-size: 28px;
}

span.clear {
	clear: both;
	display: block;
}

div.rounded {
	background: url(images/rounded.gif) top left no-repeat;
	height: 20px;
	line-height: 20px;
}

div.bottom {
	background-position: 0px -20px;
}

