form#contact {
    margin-left: 0px;
    margin-bottom: 30px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 450px;
    font-family: sans-serif;
    padding: 20px;
    background-color: #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
form#contact label {
    font-size: 14px;
    color: #333333;
    width: 90px;
    float: left;
}
form#contact input {
    width: 100%;
    max-width: 300px;
    color: #333333;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px;
    border-width: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
form#contact textarea {
    width: 100%;
    max-width: 300px;
    color: #333333;
    font-size: 12px;
    padding: 5px;
    border-width: 0px;
    -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;
    padding-left: 15px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-top: 8px;
    border-width: 0px;
    background-color: #666;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
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;
}
