@charset "UTF-8";

/* layout styes */

form.cmxform fieldset {
	margin: 10px 0;
	}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}


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

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-weight: bold;
	}
	
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 label {
	width: 200px; /* Width of labels */
	}

form.cmxform fieldset fieldset label {
	margin-left: 203px; /* Width plus 3 (html space) */
	}

/* visual styles */

form {
	margin-bottom: 10px;
	}

form legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 20px;
	}
	
form fieldset {
	border: 0;
	}

form fieldset li {
	border-bottom: 1px solid #ccc;
	}
	
form input, form select, form textarea {
	background-color: #ddd;
	border: 1px solid #ccc;
	}
	
form input:focus, form textarea:focus {
	background-color: #ffde00;
	}
	
form input, form textarea {
	width: 200px;
	}
	
form input.short {
	width: 150px;
	}
	
form input.button {
	background-color: #ffde00;
	width: auto;
	border: 0;
	border-bottom: 1px solid #ffc100;
	border-right: 1px solid #ffc100;
	border-left: 1px solid #fffb00;
	border-top: 1px solid #fffb00;
	}