/*  e form  /////////////////////////////////////////// */
	.red {
	color: #FF0000
}
.celbox {
	display: block;
	width: 550px;
	margin-bottom: 10px;
}
.lable {
	display: block;
	width: 120px;
	float: left;
	clear: left;
	text-align: left;
}
.lable star {
	display: block;
	float: right;
	margin-right: 25px;
}
.lable2 {
	display: block;
	width: 50px;
	height: 80px;
	padding-left: 73px;
	clear: left;
	float: left;
}
.lable3 {
	display: block;
	width: 120px;
	float: left;
}
.spacer4 {
	display: block;
	width: 60px;
	float: left;
}
#clearform {
	clear:right;
}
.field {
	width: 300px;
	padding: 2px;
	border: 1px solid #999999;
	clear: left;
}
.fieldsml {
	width: 100px;
	padding: 2px;
	border: 1px solid #999999;
	clear: right;
}
.fieldbox {
	display: block;
	width: 200px;
	float: left;
}
.btnsend {
	text-decoration: none;
	width: 118px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-right: 20px;
	background-image: url(../img/btn-send.png);
	height: 28px;
}
.btnenrol {
	text-decoration: none;
	width: 118px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-right: 20px;
	background-image: url(../img/btn-enrol.png);
	height: 28px;
}
.btnapply {
	text-decoration: none;
	width: 118px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-right: 20px;
	background-image: url(../img/btn-apply.png);
	height: 28px;
}
.btncancel {
	text-decoration: none;
	width: 118px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-right: 20px;
	background-image: url(../img/btn-cancel.png);
	height: 28px;
}
