@charset "utf-8";

/* Form */



#message { float:right;}

#form .width { width:100%;}

#form textarea:focus, #form input:focus {border: 2px solid green; }

#form input.submit-button { width: 60px; height: 20px; font-size: 12px; font-weight: bold; color:green; border: 0; outline: none; float:right; }

.submit-buttonactive { font-size: 30px; }

