
/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	font-size : 1.1em
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	border: 1px solid #777;
	font-family: inherit;
	}
	
select { padding: 0; }


form.cmxform fieldset { margin: 10px 0 10px 0; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.4;
	vertical-align: top;
	}
	
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: 200px; } /* Width plus 3 (html space) */

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



form.cmxform {
	width: 560px;
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label {
color: #333;
	font-weight: bold; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #9be7ff;
	background-color:#ebfaff;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 3px 10px 5px;
	background: url(http://www.copine-coquine.com/images/forms/cmxform-divider.gif) left bottom repeat-x;
	}
	
input.error, select.error {
	border: 1px solid red;
	background-color: #FFFFD5;
	margin: 0px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-weight: bold;
	display: block;
	width: 560px;
}
