
/**************************************/
/* Forms                              */
/**************************************/

form.cmxform {
	font-size: 1.1em;
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(/images/cmxform-fieldset-pink.gif) left bottom repeat-x;
	background-color:white;
	border:1px solid #990000;
	margin-bottom: 10px;
}

/* box label */
form.cmxform fieldset legend {
	padding-left:10px;
	padding-right:10px;
}
form.cmxform legend {
	color: #333;
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	color: #333;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.cmxform fieldset p {
	padding: 10px;
}

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}

form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/images/cmxform-divider-pink.gif) left bottom repeat-x;
	list-style: none;
	margin: 0;
}
form.cmxform fieldset li:last-child {
	background:none;
}


form.cmxform li .comment {
	color:#555;
	font-style:italic;
	font-size:0.9em;
	}
form.cmxform fieldset fieldset {
	background: none;
	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 label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 203px; } /* Width plus 3 (html space) */

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

#custom-product-form #name {width:300px;}
#custom-product-form #email {width:300px;}
#custom-product-form #hours {width:300px;}
#custom-product-form #when {width:300px;}


#custom-product-form {
	width: 700px;
	margin:auto;
}