
/*	settings for 'contact us'	*/

.contact-form {
	width: 98%;
	margin: 0px 1% 0px 0;
	border:24px solid #66c1ff;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1) inset;
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
}

.contact-form form {
	margin: 0px;
}

.contact-form h1 {
	text-align: center;
	margin-top: 0px;
	font-family: 'tahoma', 'arial', 'sans-serif';
	font-weight: normal;
}

.contact-form h2 {
	text-align: center;
	font-family: 'tahoma', 'arial', 'sans-serif';
	font-weight: normal;
}

.control-group {
	margin-bottom: 6px;
}

.control-group label {
	font-family: 'tahoma', 'arial', 'sans-serif';
	font-size: 1.2vw;
	font-weight: bold;
	font-color: '#a00030;
}

.control-group input[type="text"] {
	width: 95%;
	height: 25px;
	border: 4px solid #a00030;
	outline: none;
	padding: 0px 2px 0px 10px;
	font-family: 'tahoma', 'arial', 'sans-serif';
	font-color: #a00030;
	font-size: 1.6vw;
	font-weight: bold;
	background: #ffffff;
}

.control-group textarea {
	width: 95%;
	max-width: 88%;
	min-height: 70px;
	border: 4px solid #a00030;
	outline: none;
	padding: 5px 5px 5px 30px;
	font-family: 'tahoma', 'arial', 'sans-serif';
	font-size: 1.4vw;
	font-color: #a00030;
	BackgroundColor: #ffffff;
}

.control-group input[type="submit"] {
	width: 30%;
	height:38px;
	margin: 0px;
	padding: 2px 0px 4px 0px;
	outline: none;
	text-align: center;
	font-family: 'tahoma', 'arial', 'sans-serif';
	font-size: 1.4vw;
	font-weight: bold;
	color: #a00030;
	border: 3px solid #a00030;
	background: #66c1ff;
	box-shadow: 3px 4px  6px #003377;
}

.control-group input[type="submit"]:hover {
	cursor: pointer;
	background: #99bd0d;
}

.control-group input[type="submit"]:active {
	cursor: pointer;
	background: #ffff00;
}

.no-margin {
	margin: 0px; 
}

.contact-form label.error, div#errors {
	border: 1px solid #F07F73 !important;
	margin-bottom: 3px;
	background: #ffff00;
	padding-left: 5px;
	color: #000088;
	font-family: 'tahoma', 'arial', 'sans-serif';
}

div#errors{
    display:none;
}

.contact-form #msg_submitting{
    display:none;
}

.contact-form #msg_submitted{
    display:none;
}

/* Input icons */
.control-group .fullname { background: url(images/user.png) no-repeat 4px center; }
.control-group .email {	background: url(images/mail.png) no-repeat 4px center; }
.control-group .phone {	background: url(images/phone.png) no-repeat 4px center; }
.control-group .message { background: url(images/message.png) no-repeat 4px 4px; }
