<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*
Simple Contact Form (Basic)
Copyright (C) 2015 nCroud

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
*/

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; }
	
#simplecf-submit {
	background: #FFFFFF;
	font-weight: bold;
	color: #333333;
	padding: 15px;
	border: 5px solid #333333; }
	
#simplecf-submit:hover {
	background: #333333;
	color: #FFFFFF; }
	
.success {
	background: #9FFFBF;
	border: 1px solid #009933;
	color: #009933;
	text-align: center;
	padding: 5px; }
	
.failure {
	background: #FFAFAF;
	border: 1px solid #BB0000;
	color: #BB0000;
	text-align: center;
	padding: 5px; }</pre></body></html>