﻿/*=Library*/
.RegisterWrap{
	text-align:left;
}
/*=第一步
=============================================================================================*/
.RegisterWrap .agree{
	background:url(agree.gif) no-repeat 3px 2px;
	padding:5px;
	padding-left:22px;
	border:1px solid #ccc;
}
.RegisterWrap .disagree {
	background:url(disagree.gif) no-repeat 5px 2px;
	padding:5px;
	padding-left:22px;
	border:1px solid #ccc;
}

.RegisterWrap textarea {
	margin:10px 0;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;
	padding:6px;
	line-height:22px;
	height:100%;
}

/*=第二步
=============================================================================================*/
.RegisterWrap .reginfo ul{
	padding:20px;
	color:#546f8a;
	border-bottom:3px dotted #ccc;
}
.RegisterWrap .reginfo ul li{
	background:url(articleitems.gif) no-repeat 0 5px;
	padding-left:16px;
	text-align:left;
}
.RegisterWrap label{
	display:block;
	text-align:right;
	float:left;
	font-weight:500;
	color:#546f8a;
	padding:2px 0;
	width:120px;
}
.RegisterWrap br{
	clear:both;
}