@charset "utf-8";


/* CSS Document */
form.cmxform_suggestion {
	width: 90%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	color: #000000;
}

#containerLeft .copy .copy #suggestion_form #button {
	color: #333333;
}

form.cmxform_suggestion label {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

form.cmxform_suggestion label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
	font-style: italic;
	margin-left: 5px;
	font-size: 11px;
	padding-left: 5px;
}

form.cmxform_suggestion input, textarea ,select{
	margin-left: 10px;
	color: #333333;
	margin-right: 5px;
}
#containerLeft .copy .copy #suggestion_form #button {
	border: 0px;
}
#containerLeft .copy .copy #suggestion_form #button a:hover {
	background-color: #ffffff;
	border: 1px;
	width: 100px;
}

form.cmxform_suggestion p{
	padding-top: 5px;
}
.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
	font-style: italic;
	margin-left: 5px;
	font-size: 11px;
	padding-left: 5px;
	width: auto;
}

