@charset "utf-8";
/* CSS Document */
#msg {
	position:absolute;
	right:0;
	top:0;
	background-color:#cc4444;
	color:#FFFFFF;
	margin:1px;
	line-height:150%;
	font-size:12px;
}
#tips {
	display:none;
	width:40%;
	font-weight:bold;
	margin:10px 30%;
	text-align:center;
}
#tips_text {
	margin-bottom:5px;
}
#tips a{
	padding:0px 20px;
	border:solid 1px #FF6600;
	margin-right:10px;
}
.j1{height:1px;background:#fad163;margin:0px 2px;overflow:hidden;}
.j2{height:1px;background:#fad163;margin:0px 1px;overflow:hidden;}
.con1{background:#fad163;padding:5px;font-size:12px;}


.page {
	text-align:right;
	clear:both;
	padding:10px 0;
	font-size:12px;
}
.page a{
	color:#8f969c;
	font-size:11px;
	margin:0 2px;
}
.page_now {
	font-weight:bold;
}

.date{
	font-size:10px;
}

.admin_button {
	border:solid 1px #CCCCCC;
	background-color:#E8E8E8;
	padding:2px 10px;
}
.list_text{
	margin:0 0 0 20px;
	padding:0;
	line-height:200%;
}

.list_text li {
	list-style:square;
	border-bottom:dashed 1px #CCCCCC;
}
.list_text li a{
	color:#000000;
}

.list_pic {
	float:left;
	padding:10px 20px;
	text-align:center;
	height:220px;
}
.list_pic .pic{
	width:165px;
	height:165px;
	line-height:165px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	border:solid 3px #CCCCCC;
}
.list_pic .text{
	width:165px;
	text-align:center;
	margin:5px 0;
}
.list_pic a{
	color:#000000;
	text-decoration:none;
}

/*-------------------Inner Register---------------------*/
.reg_box{
	width:620px;
	margin:15px auto;
	text-indent:0; 
}
.reg_top{
	width:620px;
	height:33px;
	background:url(images/reg_box_top.gif) no-repeat left top;
}
.top2{
	background:url(images/reg_box_top2.gif) no-repeat left top;
}

.reg_mid{
	background:url(images/reg_box_bg.gif) repeat-y;
	padding:5px 20px;
}
.reg_mid form{
	width:580px;
	padding:0;
}
.reg_row{
	float:left;
	padding:5px 0;
	width:100%;
}
.reg_row2{
	float:left;
	text-align:center;
	padding:10px 0 5px 0;
	width:100%;
}
.reg_label{
	width:120px;
	float:left;
	padding:5px 5px 0 0;
	color:#3b5564;
	text-align:right;
}
.reg_label2{
	width:82px;
	float:left;
	padding:5px 5px 0 0;
	color:#3b5564;
	text-align:right;
}
.reg_input{
	width:280px;
	height:22px;
	float:left;
	border:1px #9dbbc6 solid;
	background-color:#fff;
	color: #000;
	padding:2px 0 2px 5px;
}
.reg_input2{
	width:85px;
	height:20px;
	float:left;
	border:1px #9dbbc6 solid;
	background-color:#fff;
	color: #000;
	padding:2px 0 2px 5px;
}
.reg_radio{
	padding:3px 0 0 5px;
	float:left;
}
.reg_select{
	float:left;
	width:80px;
	height:26px;
	border:1px #9dbbc6 solid;
	padding:0 0 0 5px;
}
.reg_button{
	background:url(images/login_button.gif) no-repeat center;
	width:80px;
	height:25px;
	border:0;
	cursor:pointer;
	margin:0 22px 0 0;
}
.reg_bottom{
	width:620px;
	height:27px;
	background:url(images/reg_box_bottom.gif) no-repeat left top;
}
span.red{
	color:#ff0000;
	padding:0 5px;
	font-size:12px;
	font-weight:bold;
	float:left;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
}
/*-----------------Inner Register End-------------------*/

/*----------------- Order DIV --------------------------*/
#order,#login{
	background-color:#fff4c2;
	border:solid 1px #ffcc33;
	padding:5px;
	text-align:left;
	position:absolute;
	top:10px;
	left:25%;
	width:50%;
	z-index:1000;
	display:none;
}
