#left { 
	float: left; 
	margin-left: 9px;
	width: 315px;
	font-weight: bold;
	color: #B7CC3F;
	}
#left h4 {
	margin: 0; 
	padding: 0; 
	width: 288px; 
	height: 17px; 
	background-image: url(../images/menu1.jpg); 
	background-repeat: no-repeat; 
	font-weight: bold; 
	font-size: 13px;
	}
#left h4 a { 
	font-weight: bold;
	color: #B7CC3F;
	text-decoration: none; 
	}
#left a { 
	font-weight: normal;
	color: #B7CC3F;
	text-decoration: none; 
	}
	
#left a:hover { color: #fff; }

#left ul {
	margin: 10px 0 0 0;
	* margin: -10px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	}

#left li {
	width: 260px;
	height: 16px;
	padding-top: 2px;
	padding-botom: 2px;
	padding-left: 20px;
	margin: 0;
	}

#left li i {
	color: #666;
	font-size: 9px;
	margin-left: 2px;
	}
	
#left li:hover { 
	background-image: url(../images/dot.jpg); 
	background-position: left; 
	background-repeat: no-repeat; 
	cursor: pointer; 
	}

input, textarea {
	margin: 10px 12px 15px 12px;
	border: 2px solid #B7CC3F;
	color: #B7CC3F;
	background-color: #383838;
	width: 250px;
	}
#left .error {
	width: 250px; 
	text-align: justify; 
	margin-left: 15px; 
	color: #f00; 
	font-weight: bold;
	}
