
div.cmxform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 10px;
}

div.cmxform fieldset {
    margin-bottom: 10px; 
    border: none;
    border-top-width: 1px;
    border-top-style: solid;
}

div.cmxform legend {
	padding: 0 0px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color: #333;
}

div.cmxform span {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	width: 155px;
}

div.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
	
div.cmxform fieldset li {
	list-style: none;
	padding: 5px 10px 2px;
	margin: 0;
}
	
div.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	background: none;
}
	
div.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
	
div.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

div.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

div.cmxform fieldset fieldset label {
    margin-left: 123px; 
}

div.cmxform .LocationDropDown {
    width: 180px;
}

div.cmxform .DropDown 
{
    width: 130px;
}

div.cmxform .ErrorMessage
{
    width: auto;
    color: red;
}

div.cmxform .WideText
{
    width: auto;
}

.ThankYouSection 
{
    margin-left: auto; 
    height: 200px; 
    text-align: center; 
    margin-right: auto; 
    padding-top: 10px;
    font-size: 18px;
}

.ThankYouHeader 
{
    font-size: 24px;
}

