@charset "utf-8";
/* CSS Document */

/*input,select,textarea {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding: 5px;
	border: 1px solid #333333; }*/
	
#mispcf-submit {
	background: #eee;
	font-weight: bold;
	color: #333333;
	padding: 15px;
	border: 3px double #aaa; 
	border-radius: none;

}
	
#mispcf-submit:hover {
	background: #333333;
	color: #FFFFFF; }
	
.success {
	background: #9FFFBF;
	border: 1px solid #009933;
	color: #009933;
	text-align: center;
	padding: 5px;
}
	
.failure {
	background: #c00;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px; 
	font-size: small;
}