@charset "utf-8";
/* CSS Document */
table {}
table td, table tr {padding:0;}
table td {height:25px;}
.centered {margin:0 auto;}
.formArea{padding:10px;}
.info {font-size:smaller; font-weight:bold;}
.required{color:#FF0000;}
label { float: right; margin-right: 10px;}
textarea:focus, input:focus {border: thin solid #666666;} /*highlight active field */
.col2 {margin-left:55%}
input, select, textarea {border:thin solid #CCCCCC}
input,input[type="checkbox"]{text-align:left}
input[type="submit"], input[type="reset"] {border: thin #999999 solid; margin:5px;}
form {background-color:#F7F7F7; color:#333; border: thin solid #CCCCCC; -moz-border-radius:15px; -webkit-border-radius:15px; }
.dark{background-color:#CCCCCC}
.light {background-color:#ded283}