@charset "utf-8";
/* CSS Document */

form.cmxbest {
	margin-left: 110px;
	width: 400px;
	font-size: 1.1em;
	color: #333;
	background: url(../images/bestbg.jpg) left bottom repeat-x;
	}
	
form.cmxbest legend { padding-left: 0; }
	
form.cmxbest legend,
form.cmxbest label { color: #333;
					 font-size:11px; }

form.cmxbest fieldset {
	border: none;
	border-top: 1px solid #9999FF;
	
	}
	
form.cmxbest fieldset fieldset { background: none; }
	
form.cmxbest fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}
form.cmxbest fieldset { margin-bottom: 10px; }
	
form.cmxbest legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxbest label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxbest fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxbest fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxbest fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxbest fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxbest fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxbest em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxbest label { width: 300px; } /* Width of labels */
form.cmxbest fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxbest legend { display: inline-block; } /* IE Mac legend fix */
