
#contact-form {
 padding: 25px;
 width:400px;
 margin-left: auto;
 margin-right: auto;
}


form {
 position: relative;
 display:block;
 margin-left: auto;
 margin-right: auto;
}

#form-comments {
 width: 400px;
}

#form-name, #form-email, #form-comments {
 -moz-border-radius-bottomleft:6px;
 -moz-border-radius-bottomright:6px;
 -moz-border-radius-topleft:6px;
 -moz-border-radius-topright:6px;
 font-family: Arial, Sans-Serif;
 font-size: 13px;
 margin-bottom: 5px;
 display: block;
 padding: 4px;
 border: solid 1px #41B876;
 background-color: #EDF2F7;
}

#form-name:focus, #form-email:focus, #form-comments:focus
 {
	background-color: #41B876;
	outline: none;
}

.form-label {
 color: #1600FF;
 font-size: 13px;
 font-weight: bold;
}







