/*
 * some default styles to try with HtmlControl
 */

.htmlControl
{
	border:solid black 1px;
	background-color:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

.htmlButton
{
	cursor:pointer;
	margin:1px;
	padding:1px;
}
