body {
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Kuro', Tahoma, Arial;
	color: #fff;
}

.form-wrapper {
	background: #005030;
	background: -webkit-linear-gradient(45deg, #005030, #82BC00);
	background: -o-linear-gradient(45deg, #005030, #82BC00);
	background: -moz-linear-gradient(45deg, #005030, #82BC00);
	background: linear-gradient(45deg, #005030, #82BC00);
	border-radius: 10px;
	overflow: hidden;
	padding: 50px 55px 65px 55px;	
}

.form-title {
	text-transform: uppercase;
}

.form-title > h3 {
	font-weight: bold;
}

.form-note {
	padding: 10px 0;
}

#ContactForm legend {	
	text-align: center;
	padding: 10px 0;
}

#ContactForm legend:not(:first-child) {	
	padding-top: 0;
	padding-bottom: 10px;
}

#ContactForm hr {	
	margin-top: 0;
}

#ContactForm hr:not(:first-child) {	
	/*margin-top: 30px;*/
}

#ContactForm label {
	/*font-weight: bold;*/
	text-align: right;
}

#ContactForm button.btn-success {
	background-color: #82BC00;
	border-color: #82BC00;
}

#ContactForm button#change-captcha {
	margin-left: 10px;
}

#ContactForm .form-group.row {
    margin-bottom: 5px;
}