﻿.validation-prompt {
	color: #D50204;
}
.section-title {
	margin-bottom: 10px;
}
.field {
	clear: both;
}
label {
	display: block;
	float: left;
	width: 40%;
	text-align: left;
	margin-left: 0px;
	margin-top: 3px;
}
form {
	margin-top: 20px;
}
input {
	width: 60%;
	margin-bottom: 20px;
	height: 22px;
	background-color: #ffffff;
	border: 1px solid #777777;
	border-radius: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}
input[type="checkbox"] {
	height: 12px;
	margin-right: 30px;
	margin-top: 4px;
	float: left;
	width: auto;
	text-align: left;
}
.checkbox-text {
	width: 95%;
	float: left;
}
input[type="submit"] {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-left: 0px;
	border-radius: 4px;
	border-color: #ffffff;
	height: 30px;
	background-color: #D50204;
	color: #ffffff;
	cursor: pointer;
}
.submit:hover {
	background: -webkit-linear-gradient(#08399F 40%, #26E5EE 120%);
}
select {
	width: 200px;
	margin-bottom: 20px;
	height: 22px;
	background-color: #Ffffff;
	border: 1px solid #777777;
	border-radius: 1px;
}
textarea {
	width: 60%;
	height: 60px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #777777;
	border-radius: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.float-left {
	float: left;
	margin-right: 50px;
}
@media(max-width: 1020px) {
	label {
		font-size: 14px;
		width: 30%;
	}
	input {
		width: 70%;
	}
	input[type="checkbox"] {
		margin-right: 20px;
	}
	.checkbox-text {
		margin-top: 4px;
	}
	textarea {
		width: 70%;
		height: 40px;
	}
}
@media(max-width: 767px) {
	input[type="checkbox"] {
		margin-right: 10px;
	}
}
@media(max-width: 530px) {
	input[type="checkbox"] {
		margin-right: 5px;
	}
}
@media(max-width: 530px) {
	.checkbox-text {
		width: 90%;
	}
}