@CHARSET "UTF-8";

body { background: #f0f0f0; }

#login_form { sheight: 130px; padding: 10px; margin-left: auto; margin-right: auto; margin-top: 200px; border: 1px solid #c0c0c0; background: white; }
#login_form th.title { background: #370368; color: white; padding: 5px; }
#login_form input { width: 150px; }
#login_form button { text-align: center; }

