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

body{
	background-color:#7A7A7A;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:0;
	margin:0;
}


#body_wrap1{
	width:300px;
	height:100px;
	min-height:100px;
	height:auto !important;
	margin:0 auto;
	margin-top:100px;
	border:3px solid #CCCCCC;
	background-color: #F7F7F7;
	padding:10px 30px;
	font-weight:normal;
	font-size:14px;
}


td.reglink a{
	color:#FF6600;
	text-decoration:underline;
}

td.reglink a:hover{
	text-decoration:none;
}

#body_wrap2{
	width:550px;
	height:200px;
	min-height:200px;
	height:auto !important;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:10px;
	border:3px solid #CCCCCC;
	background-color: #F7F7F7;
	padding:30px 30px;
	font-weight:normal;
	font-size:14px;
}



a.more-link {
	margin-top: 25px;
	padding: 5px 10px;
	border: 1px solid #FF0000;
	text-decoration: none;
	text-align:center;
	background-color:#FF6600;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;	
	color: #fff;	
	display: block;
	width:150px;	
}

a.more-link:hover {
	border: 1px solid #c96111;
	background-color:#FF9900;
}

.reg_header{
/*	font-size:1.2em;
	font-weight:bold;*/
	padding-bottom:20px;
}

.headr{
	text-align:center;
	font-size:1.3em;
	padding-bottom:5px;
}


input,select{
	padding:5px;
	font-size:1em;
	font-weight:bold;
	width:200px;
	margin:3px;
}

#submitb, #cancelb{
	padding:4px;
	width:90px;
}
	
span.redasterisk{
	color:#FF0000;
}

.errtxt{
	font-size:11px;
}

.notetxt{
	font-size:13px;
	color:#999999;
}

.notetxt2{
	font-size:12px;
	text-align:center;
}

.notetxt3{
	color:#3399FF;
	font-size:13px;
	font-weight:bold;
}

p.accountinfo{
	display:block;
	border-top:1px dotted #C1E2F7;
	border-bottom:1px dotted #C1E2F7;
	background-color:#E9F4FC;
	padding:5px;
	text-align:center;
}

td.styletop{
	border-top:1px dotted #CCCCCC;
	padding-bottom:10px;
}
	
	
.coptxt{
	color:#CCCCCC;
	padding:10px 0;
	width:300px;
	font-size:12px;
	margin:0 auto;
}

.coptxt a{
	color:#FF9900;
	text-decoration:none;
}
.coptxt a:hover{
	text-decoration:underline;
}
	

