body {
	font: 12px Verdana, Arial;
	color: #666;
	background-color: #c3c3c3;
}

a img { border: none; }

a, a.visited, a.active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
#left a{
color:#336699;
font-weight:bold;
}
h1 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}

h2 {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}

#wrapper {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	width: 798px;
	height: 73px;
}

#banner {
	width: 798px;
	height: 225px;
	background-image: url('../images/banner.png');
}

#info {
	height: 30px;
	background-image: url('../images/info.png');
	text-align: right;
}

#info a, #info a:hover, #info a:hover, #info a:active, #info a:visited {
	color: #0062ad;
	font-size: 16px;
	text-decoration: none;	
}

#info p { padding-top: 6px; padding-right: 5px; }

#content {
	background-image: url('../images/body-bg.png');
	background-repeat: no-repeat;
	padding: 20px;
	height: 450px;
}

#left {
	float: left;
	width: 500px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	color: #fff;
}

ul {
	color: #fff;
}

#footer {
	height: 60px;
	background-color: #fff;
	width: 100%;
	clear: both;
}

#footer p { padding-top: 25px; padding-left: 20px; color: #333; }

#bottom {
	width: 100%;
	height: 20px;
	background-color: #000;
	margin-bottom: 20px;
}

.header { margin-left: -5px; margin-bottom: 10px; }

.cars { padding-left: 35px; padding-top: 10px; }

label {
	display: block;
	width: 170px;
	float: left;
}

label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
	color: #fff;
}

input {
	border: 1px #fff solid;
	background-color: #ddd;
}

textarea {
	border: 1px #fff solid;
	background-color: #ddd;
	width: 170px;
	height: 50px;
}

br {
	clear: left;
}

.pass { width: 15px; }

.submit { width: 60px; margin-left: 110px; }

#redir input{
background:none;
color:#fff;
font-size:15px;
font-weight:bold;
}
#redir{
font-size:15px;
font-weight:bold;
background:none;
color:#fff;
}

.button p{
margin:0px;
padding:0px;
}
.button p.bbs{
text-align:center;
}
.button p.bbb{
text-decoration:underline;
font-weight:bold;
}
.button {
   float:right;
   margin:0 5px;

   border-top: 1px solid #858585;
   background: #a3a3a3;
   background: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#a3a3a3));
   background: -moz-linear-gradient(top, #a3a3a3, #a3a3a3);
   padding: 3.5px 15px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fafafa;
   font-size: 16px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #858585;
   background: #858585;
   color: #ffffff;
   }
.button:active {
   border-top-color: #617785;
   background: #617785;
   }

