.form-messages > h3.success {
    background: none repeat scroll 0 0 #fff;
    color: #088e0b;
    font-weight: bold;
    padding: 20px;
}

.form-messages > h3.error {
    background: none repeat scroll 0 0 #fff;
    color: #D30D0D;
    font-weight: bold;
    padding: 20px;
}

.send-mail-form{
	margin-top: 30px;
}

.send-mail-form input:not(.button):not([type='checkbox']){
	
	height: 40px;
	
	font-size: 15px;
}

.send-mail-form textarea{
	width: 100%;
	display: block;
	clear: both;
	padding: 10px;
	font-size: 15px;
}

.send-mail-form textarea[rows]{
	height: 150px;
}

.send-mail-form .button{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}