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

.contact-from {
	padding-top:30px;
	padding-bottom:30px;
}
.contact-from label {
	font-weight:normal !important;
}
.contact-from input[type="checkbox"], .contact-from input[type="radio"] {
	height: 30px;
	width: 30px;
	border:1px solid #C5C5C5;
}
.contact-from input[type="text"], .contact-from input[type="password"], .contact-from input[type="file"], .contact-from input[type="date"], .contact-from select, .contact-from textarea {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	border:1px solid #C5C5C5;
	border-radius:5px;
	color: #666;
	height: 40px;
	outline:none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-from textarea {
	height:150px !important;
}
.contact-from input[type="text"]:focus, .contact-from input[type="password"]:focus, .contact-from input[type="file"]:focus, .contact-from input[type="date"]:focus, .contact-from select:focus, .contact-from textarea:focus {
	outline: 1px #F0F0F0;
	outline-offset: -2px;
	box-shadow: 0 0 5px 0px #4b9feb;
}
.contact-from input[type="submit"], .contact-from input[type="button"], .contact-from input[type="reset"] {
	width: 100%;
	border: 1px solid #4b9feb;
	border-radius:5px;
	color: #fff;
	height: 40px;
	text-align:center;
	background: #4b9feb;
	border-radius: 20px;
	font-size: 1.3em;
}
.contact-from input[type="submit"]:hover, .contact-from input[type="button"]:hover, .contact-from input[type="reset"]:hover {
	background: #2770b1;
	border: 1px solid #2770b1;
	color: #ffffff;
}
.Error {
	font-size: 1.1em;
	color: #ff0000;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Success {
	font-size: 1.1em;
	color: #009200;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
