@charset "ISO-8859-1";

body { font-family: Arial; font-size: 12px; color: #6d6453; margin: 0px; }
input { font-family: Arial; font-size: 12px; border: 1px solid #6d6453; }
select { font-family: Arial; font-size: 12px; border: 1px solid #6d6453; }

a { color: #896632; }
a.large { font-family: Georgia; font-size: 16px; }

p.shorten { width: 410px; }
p.medium { width: 550px; }
p.large { width: 650px; }

.small_copy { font-size: 14px; }
.small_header_copy { font-size: 18px; color: #3e2211; }
.rules_header { font-size: 12px; font-weight: bold; color: #3e2211; }
.large_header_copy { font-family: Georgia; font-size: 24px; color: #3e2211; }

.reg_form { font-size: 11px; }
.dd_title { font-size: 13px; font-weight: bold; }

.normal { font-family: Arial; font-size: 12px; color: #6d6453; margin: 0px; }
.error { font-family: Arial; font-size: 12px; color: #6d6453; margin: 0px; color: red; }
.upload_process { font-family: Arial; font-size: 12px; color: #6d6453; margin: 0px; color: blue; }
.submission_complete { font-family: Arial; font-size: 12px; color: #6d6453; margin: 0px; color: blue; }

#darkbg { background-color: rgb(0, 0, 0); opacity: 0.7; -moz-opacity:0.70; filter: alpha(opacity=70); z-index: 10; height: 100%; width: 100%; background-repeat:repeat; position:absolute; top: 0px; left: 0px; display: none; }

#popup_win { display: none; z-index: 20; position: absolute; background-color: #ffffff; padding: 4px; width: 700px; height: 400px;  left: 50%; top: 50%; overflow: auto; margin-top: -250px; margin-left: -350px; }