form.cmxform fieldset fieldset label-width {
	display: block;
	width: auto;
	}

form.cmxform label-width {
	display: inline-block;
	line-height: 1.7;
	vertical-align: top;
	color: #333;
	margin-left:5px;
	}

form.cmxform {
	width: 100%;
	font-size: 1.1em;
	color: #333;
	margin:0 auto;
	}
	
form.cmxform legend {
	padding: 3px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color: #585858;
	font-size:13px;
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	color: #333;
	margin-right:5px;
	}

form.cmxform fieldset {
	border: 1px solid #e5e5e5;
	background: url(../images/form-fieldset.gif) left top repeat-x;
	}	

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px 5px 5px 40px;
	margin: 0;
	background: url(../images/form-divider.gif) left bottom repeat-x;
	}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	background:none;
	}
	
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 { min-width: 265px; text-align:right; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 200px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

#submit-go {
	margin:-5px 0 5px 0;
	width:94px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
	float:right;
	
}

/* START MOVIE FORM */

form.start-movie {
	width: 100%;
	font-size: 1.1em;
	color: #333;
	margin:0 auto;
	}
	
.start-movie label {
	display: inline-block;
	line-height: 3.6;
	padding-left:50px;
	vertical-align: top;
	color: #333; 
	font-size:14px;
	}

form.start-movie fieldset {
	/* border: 1px solid #e5e5e5; */
	}	

form.start-movie fieldset ul {
	margin: 0;
	padding: 0;
	}
	
form.start-movie fieldset li {
	list-style: none;
	padding-left: 5px;
	display:inline;
	vertical-align: middle;
	}
form.start-movie label { width: 72px; } /* Width of labels */
form.start-movie fieldset fieldset label { margin-left: 200px; } /* Width plus 3 (html space) */

/*\*//*/ form.start-movie legend { display: inline-block; } /* IE Mac legend fix */



