#options {
  line-height: normal;
}

#list_options {
  	display: none;
  	z-index: 10000; 
  	background: #9F9F9F; 
  	width: 450px;     
  	height: auto; 
  	border: 1px solid #666;
 	padding: 10px;

  /* CSS3 styling for latest browsers */ 
  -moz-box-shadow:0 0 90px 5px #000; 
  -webkit-box-shadow: 0 0 90px #000;
}

#list_options.simple_overlay .list_options_innner {
	background: #FFF;
	padding: 20px;
}

#list_options.simple_overlay .list_options_innner h1 {
	color: #FF8000;
	font-size: 18px;
	margin: 0px;
	text-align: left;
}

#list_options.simple_overlay .list_options_innner p {
	margin-top: 10px;
}

#list_options.simple_overlay .list_options_innner p label {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

#list_options.simple_overlay .list_options_innner p span {
	color: #9F9F9F;
	font-size: 10px;
} 

#list_options.simple_overlay .list_options_innner .buttons input,
#list_options.simple_overlay .list_options_innner .buttons a {
	margin-right: 10px;
}


#list_options.simple_overlay .list_options_innner .buttons {
	margin-top: 15px;
	margin-bottom: -4px;
}

#list_options.simple_overlay .list_options_innner p textarea {
	height: 100px;
}