/*** GENERAL STYLES ***/

body {
	font-family: arial,sans-serif;
	margin: 0;
	padding: 0;
	background: #dcdcdc url(../img/bg.gif) repeat-x top;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #006633;
	text-decoration: none;
}

a:hover, a:active {
	color: #2AB046;
	text-decoration: underline;
}

.head {
	border-bottom: 1px solid #ededed;
	padding: 2px 10px;
	text-align: right;
	font-size: 0.8em;
}

.container {
	width: 400px;
}

.logo {
	padding: 30px 0px 15px 0px;
}

.top-left {
	background: url(../img/header-left.gif) top left no-repeat;
	width: 10px;
	height: 18px;
}

.top {
	background-color: #fff;
}

.top-right {
	background: url(../img/header-right.gif) top right no-repeat;
	width: 10px;
	height: 18px;
}

.notes, .form {
	background-color: #ffffff;
}

.notes {
	padding: 10px 20px;
	color: #999;
	font-weight: bold;
	font-size: 0.8em;
}

.notes .error {
	color: #ff0000;
}

.form {
	padding: 10px 20px;
}

.form td {
	padding: 2px 10px 2px 0px;
	font-size: 0.8em;
	color: #999;
	font-weight: bold;
}

.form .textfield {
	width: 200px;
}

.form .button {
	background: transparent url(../img/go.gif) left no-repeat;
	padding-left: 15px;
	margin-top: 5px;
	color: #006633;
	font-weight: bold;
	border: 0px none;
}

.bottom-left {
	background: url(../img/footer-left.gif) bottom left no-repeat;
	width: 10px;
	height: 18px;
}

.bottom {
	background-color: #ffffff;
	width: 380px;
}

.bottom-right {
	background: url(../img/footer-right.gif) bottom right no-repeat;
	width: 10px;
	height: 18px;
}

/*** starting bar ***/
.starting-bar {
	border: 1px solid;
	border-color: #f1f1f1 #ccc #ccc #f1f1f1;
	padding: 5px;
}

.starting-bar span {
	background-color: #2AB046;
}
/*** \starting bar ***/
