@charset "utf-8";
/* CSS Document */
a {
	color: #009345;
}
h1 {
	color: #009345;
}
h2 {
	color: #009345;
}
h3 {
	color: #666666;
}
br {
	margin-bottom: 10px;
}
#current form {
	width: 307px;
	text-align: right;
}
#current form label {
	font-size: 11px;	
	color:#333;
}
#current form input, textarea {
	border: 1px solid #ccc;
	width: 215px;
	font-size: 11px;
}
#current form textarea {
	vertical-align: top;
	height: 200px;
	overflow: visible;
}
#current form button {
	margin-top: 10px;
}
/* ---- */
#list{
	width:250px;
	text-align:right;
	color:#009345;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#list a{
	color:#6666FF;
}
#list label{
	color:#666666;
	display:block;
	text-transform:uppercase;
	padding:5px 0px 5px 0px;
	cursor:pointer;
}
#list div {
	padding-top:10px;	
}
#list div div{
	display:block;
	padding:5px 0px 5px 0px;
	list-style:none;
	list-style-type:none;
}
#list hr{
	border:none;
	border-bottom:#EEE 1px solid;
}