@charset "utf-8";
/* CSS Document */
@import url(type.css);
@import url(layout.css);

#header {border:none;}
#mainBox {background:#FFF; background-image:none}
#minBox {width:460px; float:left; padding:5px;}
#maxBox {width:500px; float:right; border:none; border-left:#0070C0 1px solid;/*border:#FFCC99 1px solid;*/ }

dl.formBox {margin:10px 10px 10px 20px;}
.formBox dt,.formBox dd {float:left; /*height:22px; line-height:22px; */padding:5px 0 5px 0; font-size:12px;}
.formBox dt {width:120px; text-align:right; padding-right:5px;}
.formBox dd {width:340px;}
.formBox dd.long {width:460px;}
.formBox dd.b {border:none; border-top:#999 1px solid; padding:0}
.formBox dd label {margin:0 10px 0 0;}
.formBox dd span {clear:both; padding:5px; color:#666;}
.formBox dd select {}
.formBox dd input {width:100px;/* +margin:0 0 0 -20px;*/}
.formBox dd input.longInput {width:180px;}
.formBox button {background:url(../images/button_bg.gif) left 0px; height:33px; line-height:25px; border:#FF6600 1px solid; font-size:1.5em; font-weight:bolder; color:#FF6600;}
.formBox dd input.check,.formBox dd input.radio {width:15px; height:15px; border:none; background:transparent; margin:0;} 
.formBox ul {margin:5px; line-height:20px;}
.formBox li {display:inline; margin:3px 10px 3px 0; white-space:normal;}
.formBox li a {padding:3px 0 3px 0;}
.button {background:url(../images/join_button.gif) no-repeat; width:250px; height:45px; display:block; text-indent:-9999px;}