#css_input {
	width: 550px;
	height: 200px;
}

#css_holder {
	overflow: auto;	
}

#css_holder, #css_url_holder {/*add some padding to the different holders to seperate the UI elements a bit*/
	margin-bottom: 10px;
}

#css_url {
	padding:2px;
	width: 300px;
}

#css_input {
	width: 100%;
	height: 400px;
}

#css_input {/* give code a code like look */
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}


