/* Default basic stylesheet for FORM keyword */

.cpform .horizontal .cpstextheading {
	width: 39%; 
	float: left;
}

.cpform .horizontal .cpsoptions {
	float: left;
	x-border: 1px solid red;
	width: 59%;
}

.cpform .optionshorizontal .cpsradiooption, 
.cpform .optionshorizontal .cpscheckboxoption  {
	float: left;
}

.cpform .cpsoptionsclear, .cpform .cpsclear {
	height: 10px;
	clear: both;
}

.cpform .cpstext, .cpform .cpstextarea {
	width: 98%;
}

.cpform input.cpsdate {
	width: 7em;
}

.cpform .cpstextheading {
	font-weight: bold;
	font-size: 110%;
}

.cpform .mandatory {
	color: red;
}
