body {
	background: #fff url(images/bg_top.gif) top repeat-x;
	color: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

/* common styles */
a {
	color: #9bb902;
	text-decoration: underline;
}
a:hover {
	color: #667a01;
}

dl , ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}

img {
	border: 0;
}

table {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


/* header */
#header {
	background: url(images/bg_header.jpg) top left no-repeat;
	height: 75px;
	margin: 5px 0 0 10px;
	width: 980px;
}
#header ul {
	padding: 43px 0 0 0;
}
#header li {
	color: #fff;
	float: left;
	padding: 0 0 0 20px;
}
#header li.submit {
	padding: 0 0 0 6px;
}
#header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}


/* results */
.results {
	font-size: 1.1em;
	margin: 20px 0 0 30px;
	width: 950px;
}
.results th,
.results td {
	padding: 5px;
	text-align: left;
}
.results th {
	border-bottom: 1px solid #ccc;
}
.results td {
	border-bottom: 1px solid #ddd;
}


/* forms */
form {
	margin: 0;
}
input, select, textarea {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.1em;
}

.form-txt {
	
}
.form-btn {
	background: #558402;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 2px 0;
	width: 50px;
}
select {

}
textarea {

}
.error{
	margin:10px 30px;
	font-weight:bold;
}