@charset "utf-8";
/* CSS Document */

textarea {
	height:75px;
	line-height:18px;
	padding:10px 0 0 10px;
	width:800px;
	border:none;
	background:transparent;
}
input.txt, input.txtDis {
	border:none;
	background:transparent;
	width:250px;
}
select {
	border:none;
	width:200px;
	background: transparent;
}
select.selSmall { width:100px; }
div.rounded, div.roundedSel, div.roundedSelSmall, div.roundedGray {
	padding:3px;
}
div.rounded, div.roundedGray { width:250px; }
div.roundedSel { width:200px; }
div.roundedSelSmall { width:100px; }
div.roundedArea { width:800px; }
div#divRegAll, div#divLogAll { }
div#divReg, div#divLog { padding:20px; }
#reg td.hdr, #log td.hdr { padding:10px 0 2px 0; }

#tdLogin, #tdReg {
	padding:10px;
	cursor:pointer;
	border-left:2px solid #eeeeee;
	border-top:2px solid #eeeeee;
	border-right:2px solid #74758b;
	border-bottom:2px solid #74758b;
	text-align:center;
	color:#fff;
}
#tdLogin { background-color:#fcbd43; }
#tdReg { background-color:#77aeee; }
#divReg td, #divLog td { font-size:12px; }
.regSectHdr {
	padding:3px;
	font-weight:bold;
	font-size:16px;
	background-color:#e5e5e5;
	vertical-align:middle;
}

