@charset "utf-8";
/*sitebody*/
#outline #sitebody{
	background: #FFF url(background/left_line.gif) repeat-y 214px 0px;
}
/*input*/
#content input.button{
	width: 171px;
	background-image: url(control/btn_long.gif);
	margin-left: 10px;
	margin-right: 10px;
}
#content input.short{
	width: 81px;
	background-image: url(control/submit.gif);
	margin-left: 10px;
	margin-right: 0;
}
#content input.input{
	width: 300px;
	padding: 4px;
}
/*content*/
#content h1,.register h1{
	padding-left: 10px;
	clear: both;
}
#content h1 span{
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	color: #F00;
}
/*ul user sidebox*/
.sidebar ul.user{
	font-weight: bold;
	padding: 10px;
}
ul.user li{}
ul.user li img{
	padding: 10px;
	vertical-align: middle;
	height: 16px;
	width: 16px;
}
ul.user a{
	display: block;
	background: url(control/uesr_control.gif) no-repeat center bottom;
	height: 36px;
	line-height: 36px;
	color: #333;
	text-decoration: none;
}
ul.user a:hover,ul.user li.choose a{
	background-position: center top;
	text-decoration: none;
}
ul.user a.choose{}
ul.user a.choose:hover{}
/*Color*/
li.color01{background-color: #FFFDD7;}
li.color02{background-color: #ffe8ed;}
li.color03{background-color: #e6f4ff;}
li.submit{
	background-color: #EEE;
	text-align: center;
}
/*userform*/
#content ul.userform{
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #EEE;
	padding: 1px;
}
ul.userform li{
	margin-bottom: 1px;
	padding: 10px;
}
ul.userform p{
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
ul.userform h3{
	font-size: 11px;
	color: #666;
	margin-bottom: 5px;
}
ul.userform h3 span{
	font-weight: normal;
	color: #555;
	font-size: 10px;
}
ul.userform li.correct input.input{
	background-color: #EFFFEA;
	border: 1px solid #87AA84;
}
ul.userform li.correct input.input:hover{
	background-color: #EFFFEA;
	border: 1px solid #0C0;
}
ul.userform li.error h3 span{
	color: #F00;
}
ul.userform li.error input.input{
	background-color: #FFF0F0;
	border: 1px solid #F90;
}
ul.userform li.error input.input:hover{
	background-color: #FFE8E8;
	border: 1px solid #F30;
}
ul.userform li.loading acronym{
	background: url(icon/loading_02.gif) no-repeat right center;
	padding-right: 30px;
}
/*register*/
#sitebody .register{
	margin-bottom: -10px;
	padding-bottom: 10px;
	height: auto !important;
	height: 280px;
	min-height: 280px;
	background: #FFF no-repeat 90% 30px;
}
/*edit*/
#sitebody div.edit{
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #EEE;
}
div.edit table{
	empty-cells:show;
	table-layout:fixed;
}
div.edit table span{
	margin-left: 5px;
	font-weight: normal;
	color: #093;
}
div.edit table span.error{
	color: #F00;
}
div.edit table col.left,
div.edit table tr td:first-child{
	text-align: right;
	color: #666;
	width: 25%;
}
div.edit table td{
	padding: 5px;
}
div.edit table caption{
	background-color: #FFE;
	color: #666;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
	font-size: 11px;
}
div.edit table thead{
	background-color: #E6F4FF;
}
div.edit table thead tr.head{background-color: #FFE;}
div.edit table tfoot{
	background-color: #f3f3f3;
}
div.edit table tbody{
	background-color: #ffe8ed;
}
div.edit table textarea.input{
	width: 350px;
	height: 100px;
}
div.edit table input.input{
	width: 238px;
}
div.edit table select{
	width: 150px;
}
/*user facade*/
#content ul.userfacade{
	margin: 10px;
	color: #666;
}
ul.userfacade li{
	background: url(background/bg_facade.gif) no-repeat left top;
	height: 37px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 40px;
}
ul.userfacade li.space{
	background-position: left bottom;
}
ul.userfacade li h4{
	font-size: 11px;
	color: #333;
	margin-bottom: 3px;
	line-height: 18px;
	margin-left: -23px;
}
ul.userfacade li h4 img{
	vertical-align: middle;
	padding: 4px;
	margin-right: 5px;
	height: 10px;
	width: 10px;
}
ul.userfacade li h4 a{
	font-weight: normal;
	font-size: 10px;
	margin-left: 10px;
}
ul.userfacade li h4 span{
	font-size: 10px;
	font-weight: normal;
	margin-left: 10px;
}
ul.userfacade li a{
	color: #F63;
	text-decoration: underline;
}
ul.userfacade li a:hover{
	color: #06C;
}
/*prompt*/
.register dl.prompt{
	margin: 10px;
	line-height: 21px;
}
dl.prompt dt{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
dl.prompt dd{
	background: url(icon/dot_dark_red.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 5px;
}
/*Face Add*/
img#faceicon{
	border: 1px solid #999;
	vertical-align: middle;
	width: 36px;
	height: 36px;
}
img.loading{
	background: #FFF url(icon/loading_02.gif) no-repeat left center;
	padding-left: 32px;
}
.filewrap acronym{
	background: url(control/file_add.gif) left top;
	width: 56px;
	overflow: hidden;
	display: block;
	height: 26px;
}
.filewrap input.file{
	filter:alpha(opacity=0);
	opacity: 0;
	width: 80px;
	font-size: 12px;
	height: 26px;
	margin-left: -25px;
}
input.hidden{
	display: none;
}
#content h6{
	font-size: 10px;
	font-weight: normal;
}
.iframe{display:none;}

