h2 {
    margin:20px auto;
    width:560px;
}

form#contact { margin: 0; width: 525px; font-family: Verdana, Geneva, sans-serif; padding: 20px; background-color: #e5e5e5; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; }
form#contact label { font-size: 12px; color: #333333; font-family: Verdana, Geneva, sans-serif; width: 100px; float: left; }
form#contact input {
    color: #333333;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px;
    border-width: 0;
    width: 350px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
form#contact textarea {
    color: #333333;
    font-size: 12px;
    padding: 5px;
    border-width: 0px;
    width: 350px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
form#contact fieldset { border-width: 0px }
form#contact button { font-size: 12px; border-width: 0; background-color: #cf8055; color: white; padding: 8px 15px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; }
form#contact button:hover { background-color: #444;}

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;
}
