/* CSS Document */

#cbform {
	position: relative;
	left: 0px;
	width: 240px;
	top: 30px;
}
.formLables {
	text-align: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
.formCell {
	white-space: nowrap;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.formElement {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	width: 240px;
	padding: 1px;
	border: 1px solid #999999;
}
