.FS01 {
	font-family: Arial, sans-serif, Tahoma, Verdana;
	font-size: 8pt;
	border: 1px solid Silver;
	background-color: White;
}
.FS10 {
	font-family: Arial, sans-serif, Tahoma, Verdana;
	font-size: 8pt;
	border: 1 solid #808080;
	background-color: #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#DCDCDC, endColorStr=#FFFFFF, gradientType='0');
}
.FSClear {
	font-family: tahoma,verdana,arial;
	font-size:8pt;
	font-weight: normal;
	border: 0px
	background-color:#FFFFFF;
	color : #000000;
}
.BtnNormal {
	font-size:11px;
	font-family: arial,Tahoma,verdana;
	background: #245EDC;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	color: white;
	height:20px;
	text-decoration:none;
	cursor: hand;
	padding : 2 6 2 6;
}

.BtnCaution {
	font-size: 11px;
	font-family: arial,Tahoma,verdana;
	background: #DC143C;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	color: white;
	height: 20px;
	text-decoration: none;
	cursor: hand;
	padding: 2 6 2 6;
}

INPUT, TEXTAREA, SELECT, CHECKBOX, RADIO {
	vertical-align: middle;
}
