.combox {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	background-color: #c7c7c7;
	color: #0e0f13;
	float:left;
}

em {
	color:#F00;
	font-size:11px;
}

.combox .small {
	padding: 0 0 0 5px;
	margin-top: 3px;
	text-transform: lowercase;
}


textarea {
	width: 350px;
	padding: 5px;

}

input, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #dadad2;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 3px;
	border: 0px;
	margin-top: 5px;
	color: #0e0f13;
	font-size: 12px;

}
select {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #c7c7c7;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 3px;
	border: 0px;
	margin-top: 5px;
	color: #0e0f13;
	font-size: 12px;
}
	
input {
	padding: 5px;
	width: 350px;
}

/* DROP DOWN */


#drop-down-options li {
	list-style-type: none;
	text-align: left;
	cursor: pointer;
	color: #FFF;
	margin: 2px 0;
}

#drop-down { 
  padding:4px 0 0 2px; 
  width:167px;
  height:24px;
  cursor:pointer;
  text-align:left;
  background: url(../../images/dropdown.png) no-repeat;
}

#drop-down-options { 
	width: 164px;
}

#drop-down-options ul, #drop-down-options li, #drop-down-options li a{
  background-color: #c7c7c7;
  display: block;
  cursor: pointer;
}

#drop-down-options a:hover {
	text-decoration: none;
	background: #c91b22;
}

#drop-down-options {
  position:absolute;
}

#drop-down-options ul, { 
	margin: 0; 
	padding: 0 0px 5px; 
}

#drop-down-options li:first-child{ 
	margin-top: 2px;
}

#drop-down-options li:last-child {
	margin-bottom: 6px; 
}
