@charset "utf-8";
/* CSS Document */

form *{ padding:10px; margin:3px 0; font:normal 12px Arial; border-radius:2px; }

form input, form textarea { width:90%; border:1px solid #ccc; }

form button { background:#efefef; cursor:pointer; border:1px solid #ddd; margin-right:10px; width:25% !important; }

