
#theme-options-wrap {
	width: 700px;
	padding: 3em;
	background: 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;

	}
