.inputs {
	width:190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainDiv {
	width:343px;
	font-size:10px;
}
.title {
	font-size:17px;
	font-weight:bold;
}
.content {
	padding-top:20px;
	font-size: 10px;
}
.info {
	font-size:10px;
	font-weight:bold;
	border-bottom:1px dotted #000000;
}
.floatLeft {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.floatRight {
	float:right;
}
.floatLeftTxt {
	float:left;
	height:21px;
	line-height:21px;
	width:110px;
	text-align:right;
	padding-right:10px;
	font-size: 10px;
}
.clear {
	clear:both;
}
.star {
	color:red;
	font-weight:bold;
}
.btnSubmit {
	background-image:url(images/submit_OFF.gif);
	background-repeat:no-repeat;
	width:56px;
	height:27px;
	cursor:pointer;
	border:0px;
}
.btnClear {
	background-image:url(images/clearform_ON.gif);
	background-repeat:no-repeat;
	width:76px;
	height:27px;
	cursor:pointer;
	border:0px;
}

