/* @override 
	http://www.jan.dev/_themes/default/css/typeshow.css
*/

#typeshow {
	font: 12px/18px Verdana !important;
    width: 940px;
}

#typeshow img {
	float: left;	
}

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

}


#typeshow #ts_text {
	display: inline;
	font-size: 14px;
	width: 932px; /* sample width - border - padding */
	padding: 3px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: 99% center; /* 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;
	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(../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;
}

