/* @override http://www.giovannidecarlo.com/contactform/form.css */

*{
	font: bold 13px "Courier New", Courier, mono; padding-bottom:5px ;
}

#phpfmg_captcha_div { background: transparent; border: 0px;
	
}

#field_2_div { background: transparent;
	
}

#phpfmg_captcha_div a {
	padding-left: 30px;
}
body {
	background: #ffed00;
	color: white;
	text-transform: uppercase;
	font: 11px "Courier New", Courier, mono;

}

#field_0_div {
		font: 11px "Courier New", Courier, mono;

}



label.form_field {
				font: bold 13px "Courier New", Courier, mono; padding-bottom:5px ; color: black;

}

input.text_box {
	background: #333; border: 0px solid black; color: white;
}

textarea.text_area {
		background: #333; color: white; border: 0px;

}
input.fmgCaptchCode {
	background: #333; margin-top: 10px; border: 0px solid black; color: white;
}

div.phpfmg_form { margin-left: 10px; margin-top: 10px; padding: 3px; background-color: white;
	
}

form { background: #ffed00; padding: 10px;
	
}

div.form_error { background: transparent; border: 0px solid #fff; padding: 20px;
	
}

#phpfmg_captcha_image { padding: 1px; 	background: black;

	
}


