@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* font-family: 'Open Sans', 'sans-serif'; */


.contact-form {
	margin: 0px auto 0px auto;
	border: 1px solid #f8f8f8;
	padding: 15px;
	background: #ffffff;
	position: relative;
	width: 100%;
}

.contact-form form {
	margin: 0px;
}

.contact-form h1 {
	text-align: center;
	margin-top: 0px;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 36px;
}

.contact-form h2 {
	text-align: center;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	font-weight: 300;
}

.control-group {
	margin-bottom: 10px;
}

.control-group label {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	font-weight: 400;
	color: #000;
}

.control-group input[type="text"] {
	width: 93%;
	height: 30px;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 0px 0px 0px 40px;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	font-size: 16px;
}

.control-group textarea {
	width: 92%;
	max-width: 100%;
	min-height: 120px;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 5px 5px 5px 40px;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	font-size: 14px;
}

.control-group input[type="submit"] {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	outline: none;
	text-align: center;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	border: 1px solid #0d53bd;
	background: #0d53bd;
	background: -moz-linear-gradient(top, #377fd8 0%, #0d53bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#377fd8), color-stop(100%,#0d53bd));
	background: -webkit-linear-gradient(top, #377fd8 0%,#0d53bd 100%);
	background: -o-linear-gradient(top, #377fd8 0%,#0d53bd 100%);
	background: -ms-linear-gradient(top, #377fd8 0%,#0d53bd 100%);
	background: linear-gradient(to bottom, #377fd8 0%,#0d53bd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#377fd8', endColorstr='#0d53bd',GradientType=0 );
}

.control-group input[type="submit"]:hover {
	cursor: pointer;
	background: #377fd8;
	background: -moz-linear-gradient(top, #0d53bd 0%, #377fd8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d53bd), color-stop(100%,#377fd8));
	background: -webkit-linear-gradient(top, #0d53bd 0%,#377fd8 100%);
	background: -o-linear-gradient(top, #0d53bd 0%,#377fd8 100%);
	background: -ms-linear-gradient(top, #0d53bd 0%,#377fd8 100%);
	background: linear-gradient(to bottom, #0d53bd 0%,#377fd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d53bd', endColorstr='#377fd8',GradientType=0 );
}

.no-margin {
	margin: 0px; 
}

.contact-form label.error, div#errors {
	border: 1px solid #F07F73 !important;
	margin-bottom: 3px;
	background: #F07F73;
	padding-left: 5px;
	color: #000;
	font-family: 'Oxygen Mono', 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; }
