.thickbox-form label {
	cursor:pointer;
	display:block;
	float:left;
	font-weight:bold;
	width:150px;
	font-size:14px;
	font-weight:normal;
	color: #000000;
}

.thickbox-form div {
	color: black;
}

.thickbox-form input.text {
	border:1px solid #C5C5C5;
	float:left;
	font-size:14px;
	padding:3px;
	width:250px;
}
.thickbox-form textarea {
	border:1px solid #C5C5C5;
	float:left;
	font-size:14px;
	width: 405px;
}
.thickbox-form p {
	font-weight:normal;
	font-size: 14px;
}
.thickbox-form input.submit {
	border:medium none;
	background: url(../images/kesslers/_images/thickbox/submit_norm.jpg);
	width: 74px;
	height: 27px;
}
.thickbox-form input.submit:hover {
	border:medium none;
	background: url(../images/kesslers/_images/thickbox/submit_ro.jpg);
	width: 74px;
	height: 27px;
}
.clearinput {
	clear:both;
	height: 30px;
}
.column {
	float: left;
	width: 210px;
	padding: 0 0 0 10px
}
.column p {
	font-size: 10pt;
}

div.errorMessage {
	color: #FF0000;
}

span.required {
	color: red;
}