/* CSS Document */

#left ul{
  padding: 0;
  margin: 0;
}

#left ul li{
  list-style: none;
  margin-left: 0;
  height: 15px;
  width: 150px;
  padding-bottom: 4px;
  padding-top:3px;
  border-bottom: 1px dotted #777;
  font-weight: bold;
}

#left h2 {
  height: 15px;
  width: 150px;
  margin-top:20px;
  padding-top:3px;
  padding-bottom: 5px;
  font-size:13px;
  
  border-bottom: 1px dotted #89AB64;
  border-top: 1px dotted #89AB64;
  font-weight: bold;
}

#left ul li a{
  text-decoration: none;
  font-family: Myriad Pro, arial;
  font-size: 13px;
  color: #777;
}

#left ul li a:hover
{
	font-size:14px;
}

#left p{
  color: #5e8d2b;
  font-size: 10px;
  font-size: 10px
}

#left label{
  color: #5E8D2B;
  font-size: 12px;
  width: 70px;
  height: 15px;
  float: left;
  font-size: 10px;
}


#left .length{
  width: 24px;
  height: 10px;
  font-size:10px;
}

#left form{
  width: 150px;
  height: 100px;  
  font-size: 10px;
  border-bottom: 1px dotted #89AB64;
  margin-bottom:20px;
}

#left input[type="submit"] {
  background-color: transparent;
  background-image: url(../img/background-button.png);
  border: 0;
  font-size: 11px;
  height: 20px;
  padding-top:2px;
  padding-bottom:3px;  
  width: 70px;
  margin-top:20px;
  cursor:pointer;
}

#left .form-wrapper
{
	height:15px;
	clear:both;
	line-height:15px;
}

#left .form-wrapper input
{
	margin-right:5px;
	height:10px;	
	float:left;
}
