/* @override http://www.dunst.dev/wp-content/themes/burodunstV01/css/typeshow.css */

#typeshow {
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif !important;
    width: 830px;
	padding-bottom: 30px;
	
}



#typeshow img {
	float: left;	
}

#typeshow #controls {
	padding: 12px 0 0 0;
	float: left;
	width: 100%; /* required for IE6 + IE7 */

}


#typeshow #ts_text {
	display: inline;
	font-size: 14px;
	width: 821px; /* width - border - padding */
	padding: 3px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: 99% center; /* ajax-loading-gif */
}



#typeshow #ts_text:hover {
	border: 1px solid #ccc;
}

#typeshow #ts_text:focus {
	border: 1px solid #aaa;
}

#typeshow input, #typeshow select {
	float: left;
	width: auto;
	height: auto;
	font: inherit;
	border: 1px solid #bbb;
}

#typeshow select {

}


#typeshow #ts_fonts {
	float: left;
}




#typeshow label {
	float: left;
	display: none;
}

#typeshow #ts_themes {
	float: right;
	padding: 0;
}

#typeshow div#ts_themes label{
	display: block;
	background: url(/_plugins/typeshow/graphics/typeshow_themes_icon.gif) 0 2px no-repeat;
	/*hide text: */
	text-indent: -5000px;
	overflow: hidden; 
	width: 20px;
	height: 19px;
}

#ts_url {
	clear: both;
	float: left;
	margin-top: 10px;
	/*padding: 6px 12px;*/
	/*background: white;*/
}

#ts_dropdown_fonts {
	margin-right: 8px;
}

