body {
/*	font-family: arial;
	font-size: 12px;*/
}

#form-title {
	color: red;
}

.form-left-col-header {
	float: left;
	width: 130px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-right: 20px;
}

.form-left-col {
	float: left;
	width: 130px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 20px;
}

.form-right-col {
	float: left;
	width: 550px;
	margin-bottom: 5px;
}

.form-clear-both {
	clear: both;
	line-height: 0px;
}

.mandatory {
	float: left;
	width: 10px;
	color: red;
}

.input-text {
	border: 1px solid #000000;
	width: 546px;
}

.input-text-other {
	border: 1px solid #000000;
	width: 480px;
}

.input-text-submit {
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #0050af;
	width: 100px;
	cursor: pointer;
}

.input-text-submit:hover {
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
	width: 100px;
	cursor: pointer;
}

.form-spacer {
/*	margin-bottom: 20px;*/
}

.form-radio-left {
	float: left;
/*	margin-left: -5px;*/
	margin-bottom: 2px;
}

.form-radio-right {
	float: left;
/*	padding-top: 2px;*/
	padding-left: 5px;
	margin-bottom: 2px;
}

.form-radio-right-other {
	float: left;
	margin-left: 5px;
	margin-bottom: 2px;
}