@CHARSET "ISO-8859-1";

#theme-options-wrap {  
	width: 700px;  
	padding: 3em;  
	background: white;  
	background: -moz-linear-gradient(top, #f4f2f2, white 20%, #f4f2f2 80%, white);  
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f2f2), color-stop(.2, white), color-stop(.8, #f4f2f2), to(white));  
	border-top: 1px solid white;

}

#theme-options-wrap #icon-tools {  
	position: relative;  
	top: -10px;

}

#theme-options-wrap input, #theme-options-wrap textarea {  
	padding: .7em;
	width: 500px;
}