@charset "UTF-8";
/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */

/* {{{ contact_all */

/* }}} */

/* {{{ contact_mail */

#contact_mail {
color: #47413D;
}

#contact_mail form {
margin: 0 0 30px 20px;
font-size: 90%;
}
#contact_mail label {
display: block;
width: 100px;
float: left;
clear: left;
font-weight: bold;
}

#contact_mail input.txt { 
width: 390px;
margin: 0 0 2px 0;
}
#contact_mail textarea {
width: 390px;
} 

#contact_mail div.sm_form_error {
font-size: 90%;
font-weight: bold;
color: #cc3300;
margin: 0 0 5px 100px;
}

/* }}} */


