#eztable .label {
	width: 140px;
	text-align: right;
}
#eztable .textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 270px;
	border: 1px solid #666666;
}
#eztable {
	border-collapse: collapse;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 10px;
}
#eztable td {
	padding: 5px;
}	
#eztable th {
	background-color:#338D07;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding: 5px;
}
#eztable a:link, #eztable a:visited {
	color:#338D07;
	text-decoration:none;
}
#eztable a:hover {
	text-decoration:underline;
}
#ezdiv {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
#eztable .required {
	color: #CC0000;
}
#eztable table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
form {
	margin: 0px;
	padding: 0px;
}
#ezframe {
	border: 1px solid #CCCCCC;
}
#ezframe td {
	padding: 3px;
	text-align:center;
	vertical-align:middle;
}
.PreviewBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px;
	border: 1px dotted #666666;
}
#signinhere{
	width: 250px;
	background-color: #B5D69F;
	border: 1px solid #000;
	height: 21px;
	padding-top: 5px;
	display: block;
}
#signinhere A:hover{
	width: 250px;
	background-color: green;
	border: 1px solid #000;
	height: 21px;
	padding-top: 5px;
	display: block;
}
a.signbutton:link, a.signbutton:visited, a.signbutton:active {
	display: block;
	text-decoration: none;
	background-color: #B5D69F;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	width: 300px;
}

a.signbutton:hover {
	display: block;
	text-decoration: none;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	background-color: silver;
}
