#sidebar {
	float: right;
	width: 245px;
	background: #494949 url("../images/sidebar-background.jpg") repeat-y left top;
	margin-bottom: 30px;
}
#sidebar h5 {
	background: url('../images/sidebar-header-line.jpg') repeat-x left bottom;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -15px;
	margin-bottom: 10px;
	color: white;
	text-decoration: none;
	font-size: 90%;
	font-family: 'OpenSansLight', arial, serif;
	font-weight: normal;
	padding-bottom: 5px;
}
#sidebar p {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #d8d8d8;
	text-decoration: none;
	font-size: 75%;
	font-family: 'OpenSansLight', arial, serif;
	padding-bottom: 5px;
}
#sidebar ul {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #c8c8c8;
	text-decoration: none;
	font-size: 75%;
	font-family: 'OpenSansLight', arial, serif;
	padding-bottom: 5px;
	list-style: disc url("../images/bullet.png");
	padding-left: 20px;
}
#sidebar li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.field-div {
	float: left;
	height: 30px;
	padding: 0;
	text-align: left;
	color: black;
}
.field {
	background: #f4f4f4;
	border: 1px solid #989c9b;
	padding: 4px;
	height: 22px;
	width: 268px;
}
.field2 {
	background: #f4f4f4;
	border: 1px solid #989c9b;
	padding: 4px;
	height: 100px;
	width: 268px;
}
.field3 {
	background: #f4f4f4;
	border: 1px solid #989c9b;
	padding: 4px;
	height: 12px;
	width: 268px;
}
.label {
	float: left;
	width: 100px;
	color: black;
	padding-right: 5px;
	text-align: right;
	clear: left;
	height: 30px;
}
label {
	float: left;
	width: 100px;
	color: black;
	padding-right: 5px;
	text-align: right;
	clear: left;
	height: 30px;
}
label.error {

	color: red;
	padding-right: 5px;
	float: right;
	clear: left;
	height: 30px;
	width: 150px;
	font-size: 60%;
}
.submit {
	width: 70px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background: #607032;
	font-family: 'OpenSansRegular', arial, serif;

}