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-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;
    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 {
  text-decoration: none;
  color: white;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 7px 15px;
  font-size: 14px;
  background: #aaa;
  box-shadow: none;
}

a.btn {
	color: white;
}