form.cmxform {
	width: 100%;
	font-size: 1.1em;
        font: 'Open Sans', Georgia, Verdana, sans-serif;
	color: #333;
	}
	
form.cmxform legend { background:#fff; }
	
form.cmxform legend,
form.cmxform label { padding-left:12px; color: #222;}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #ccc;
	background: url(/app/images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/app/images/cmxform-divider.gif) left bottom repeat-x;
	}

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding:3px 8px 3px 8px;
	border:1px solid #ccc;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
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 .login_field {
	width: 225px;
}

form.cmxform label { width: 115px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

div.doubleform_wrapper {
//	width: 950px;
width:auto;
	height: 700px;
	clear:both;
	}

form.cmxdoubleform {
	width: 450px;
	font-size: 1.1em;
	color: #333;
	}

form.cmxdoubleform fieldset.left_form_block {
//	position:absolute;
//	left:0;
float:left;
	width: 450px;
	display:block;
	}
form.cmxdoubleform fieldset.right_form_block {
	width: 450px;
	display:block;
//	position:absolute;
//	right:0;
float:right;
	padding-left:5px;
	border-left:1px solid #ccc;
	}
	
form.cmxdoubleform legend { background:#fff; }
	
form.cmxdoubleform legend,
form.cmxdoubleform label { padding-left:12px; color: #222;}

form.cmxdoubleform fieldset {
	border: none;
	border-top: 1px solid #ccc;
	background: url(/app/images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxdoubleform fieldset fieldset { background: none; }
	
form.cmxdoubleform fieldset li {
	padding: 5px 10px 7px;
	background: url(/app/images/cmxform-divider.gif) left bottom repeat-x;
	}

form.cmxdoubleform fieldset { margin-bottom: 10px; }
	
form.cmxdoubleform legend {
	padding:3px 8px 3px 8px;
	border:1px solid #ccc;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxdoubleform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxdoubleform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxdoubleform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxdoubleform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxdoubleform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxdoubleform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxdoubleform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxdoubleform label { width: 121px; } /* Width of labels */
form.cmxdoubleform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxdoubleform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform fieldset legend em.light {
	font-size:10px;
	color: #555;
	text-transform:none;
	}
form.cmxdoubleform fieldset legend em.light {
	font-size:10px;
	color: #555;
	text-transform:none;
	}

.spacefix {
        margin: 8px 0;
}