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 {
	background-color: #fcfcfc;
	margin-left:3px;
	margin-bottom: 7px;
	border: 1px solid #e5e5e5;
	margin-right:10px;
}

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 li {;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 15px;
	background-image: none;
}

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.cmxform ol {
    list-style-type: none;
}

form.cmxform.billing input,
form.cmxform.billing select,
form.cmxform.billing label{
    height: 20px;
    font-size: 16px;
    background-image: none;
}
form.cmxform.billing label{
    width: 270px;
}

/*
form input#id_cc_num {
    background-size: 40px 299px;
    background-repeat: no-repeat;
    padding-left: 54px;
    width: 225px;
}
*/

.nmessage.warning.cc-cvv{
    width: 937px;
}
.nmessage.warning.cc-cvv p{
    font-size: 16px;
    line-height: 1.7;
}