@CHARSET "UTF-8";

input[type=file],
input[type=submit],
input[type=reset],
input[type=button]
{
	width: 144px;
	color: Black;
	font-size: 10pt;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: WhiteSmoke;
	border: 1px outset LightSlateGrey;
	vertical-align: baseline;
}
select,
input[type=file],
input[type=text],
input[type=password],
textarea,
.tbox {
	margin-bottom: 5px;
	border: 1px inset LightSlateGrey;
	font-size: 10pt;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: White;
	color: Black;
	vertical-align: baseline;
	padding: 1px;
}
input[type=checkbox] {
	margin: 0px 0px 5px 0px;
	padding: 1px;
}
input[disabled="disabled"] {
	color: #999999;
	background-color: #EEEEEE;
}

fieldset {
	margin: 0;
	padding: 3px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 2px;
}

legend {
	font-size: 80%;
	margin: 0 0 0 -7px;
	padding: 0 3px 0 1px;
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	color: #666666;
	text-indent: 0;
	-moz-border-radius: 2px;
}

label {
	font-size: 80%;
	float: left;
	width: 89px;
	clear: both;
	margin-top: 2px;
	border-bottom: 1px solid #CCCCCC;
}

.fbox,
.gbox {
	background-color: #EEEEEE;
	display: block;
	-moz-border-radius: 5px;
}

.gbox {
	border: 1px solid #CCCCCC;
	padding: 3px 5px 3px 5px;
	margin: 0 0 3px 0;
	width:100%;
}

.fbox {
	border: 1px solid #DDDDDD;
	padding: 8px;
	margin: 3px 0 5px 0;
}

