/* CSS Document to style the form*/

a:link
	{
	color: #ac0901;
	text-decoration:none;
	margin: 0px;
	padding:0;
	font-weight:bold;
	}

a:visited
	{
	color: #ac0901;
	text-decoration:none;
	margin: 0px;
	padding:0;
	font-weight:bold;
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
legend
	{
	color:#333;
	}

form.cmxform fieldset 
	{
  	margin-bottom: 10px;
	}
form.cmxform legend 
	{
 	padding: 0 2px;
 	font-weight: bold;
	}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form.cmxform fieldset fieldset label 
	{
/*  display: block;*/
  	width: auto;
	}

form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
/*
form.cmxform fieldset fieldset label {
  margin-left: 123px;  Width plus 3 (html space) 
}
*/
.nocmx
	{
	float:left;
	clear:both;
	}

.groupleft
	{
	width: 325px;
	float: left;
	margin-left: 10px;
	}
	
.groupright
	{
	width: 325px;
	float: right;
	margin-right: 20px;
	}
	
.clearline
	{
	clear:both;
	}
	
#choice1
	{
	width: 225px;
	float: left;
	margin: 0 5px 0 10px;
	}
	
#choice1 label
	{
	display: block;
	white-space:nowrap;
	}
	
#choice2
	{
	width: 225px;
	margin-left: 5px;
	}

#choice2 label
	{
	display: block;
	white-space:nowrap;
	}

#choice3
	{
	width: 225px;
	float: right;
	margin: 0 20px 0 0px;
	}

#choice3 label
	{
	display: block;
	white-space:nowrap;
	}
