form#contact {
    margin-left: 0px;
    margin-bottom: 30px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 450px;
    clear: both;
}

form#contact label {
    line-height: 1.50;
    font-size: 14px;
    color: #444;
}

form#contact input{
    border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    width: 100%;
    max-width: 500px;
    color: #333;
    font-size: 14px;
    padding: 7px;
    border-width: 1px;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
}

form#contact textarea {
    border-color: #cccccc;
    border-style: solid;
    line-height: 22px;
    width: 100%;
    max-width: 500px;
    color: #333;
    font-size: 12px;
    padding: 7px;
    border-width: 1px;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 15px;
    height: 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form#contact fieldset { margin-bottom: 10px; padding: 0px; border-width: 0px }


form#contact :focus {
	outline:0;
	outline:none;
}

form#contact #human {
    height: 0px;
    width: 0px;
    visibility:hidden;  
    display:none;  
}

.msg-green {
	color: #418140;
}

.msg-red {
	color: #b3262f;
}

.btn:hover {
  background: #fff;
  border: 1px solid #ddd;
}

input::placeholder {
  color: #666666;
}
