@charset "UTF-8";
/* CSS Document */

body          { margin:15; background-color: #E7E1D5; }
body,td,th    { font-size:12px; font-family:Arial, Helvetica, sans-serif; color: #666666; }

a             { font-size:12px; color:#666666; text-decoration:none; font-weight:bold; }
a:hover       { text-decoration:underline; }
div           { text-align:center; position: relative; }
input.textbox { text-align:center; width:200px; }
input.button  { text-align:center; }
.page         { text-align:center; float:none; position:fixed; }
select        { width:200px; font-size:14px; }
select,option { text-align:center;width:200px; }
span.error    { color: #ff0000; }

