/* Stylesheet by Mediadepedia */

/* FORM */

#commentForm { padding: 15px;width: 460px; }
#commentForm label { width: 210px; }
#commentForm label.error, #commentForm input.submit { margin-left: 213px; }
#signupForm { width: 620px; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}

#newsletter_topics label.error {
	display: none;
	width: 620px;
	margin-left: 0px;
}

form.cmxform {
	padding:0px;
	font-size: 14px;
	color: #333;
	margin-top: -6px;
	margin-bottom: -10px;
	
}

form.cmxform legend {
	padding-left: 0;
	width: 604px;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border: 1px solid #ddd;
	background-color: #eee;
	padding:10px;
}

form.cmxform fieldset fieldset {
	background: none;
}

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

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

form.cmxform fieldset {
	margin-bottom: 10px;
}

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

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	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 label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 103px;
	width:288px;
	height: 30px;
	background: #EB7426;
	border: #fff 1px solid;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	padding: 2px 0px 0px 0px;
}

form.cmxform input,textarea,button {
	width:280px;
}

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