table#ml_form_table {
	/*margin:10px 30px 10px 30px;*/
	margin:0px 0px;
	padding:10px 0px;
}


table#ml_form_table td {
	/*padding-bottom:4px;*/
	padding:0px 0px 4px 20px;
}


span.required_field {
	color:#fc9436;
	font-size:0.92em;
}


form {
	font-size:0.875em;
	color:#ddd;
}

input, select, textarea {
	background-color:#000;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:1px solid #632435;
	color:#ddd;
	background-color:#070104;
}


input:focus, textarea:focus {
	border:1px solid #d7555f;
	background-color:#000 !important;
}

/*
form#mailinglist_form {
	 border-top:1px solid #333;
	 border-bottom:1px solid #333;
	 padding:10px 0px;
}
*/

input#ml_submit_btn, input#emp_submit_btn {
	width:auto;
	overflow:visible;
	padding:2px 14px 1px 13px;
	background-color:#1b040c;
}


input#ml_cancel_btn  {
	width:auto;
	overflow:visible;
	padding:2px 14px 1px 13px;
	background-color:#1b040c;
}


input.highlight, textarea.highlight {
	border:1px solid #fc9436;
}



form#ml_ok_form {
	display:none;
	margin:0px 0px 10px 0px;
}

input#ml_ok_btn {
	width:80px;
	overflow:visible;
	padding:2px 10px 1px 9px;
	background-color:#1b040c;
}


span#emp_form_msg {
	color:#FF0000;
}