﻿form#mailForm label {
    float: left;
    width: 26%;
}
form#mailForm input[type="text"], form#mailForm select, form#mailForm textarea {
    width: 70%;
	margin-left: 1%;
	padding: 9px 12px;
}

form#mailForm input[type="text"], form#mailForm select {
    width: 70%;
    margin-left: 1%;
	height: 40px;
}

form#mailForm .formlavel {
    width: 70%;
    margin-left: 27%;
    line-height: 18px;
}
.form-group {
    margin-bottom: 10px;
}
.cc,.bcc{
    display: none;
}
input#sendEmail {
    background: #3e19d4;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
}
.pull-right{
    text-align: right;
}

form#mailForm a {
    font-size: 15px;
    text-decoration: none;
    line-height: 18px;
}

form#mailForm hr {
    margin: 20px 0 30px;
    color: rgba(222, 222, 222, 0.52) !important;
    border-style: solid;
    border-width: 1px !important;
}

p.success {
    color: #10ad32;
}
p.fail {
    color: #ff0000;
}
form#mailForm .wait {
    bottom: 50px;
    width: 35px;
}
