@IMPORT url("common.css");

.register{border: 1px solid #E3E3E3;width:800px;margin:0 auto; background:#FFF}
.register_title{
	height: 34px;
	line-height: 34px;
	background: url(../images/bg.png) repeat-x 0px -651px;
	width:100%;
}
.register_title h2{
	float: left;
	min-width: 60px;
	height: 34px;
	text-align: center;
	background: white;
	border-right: 1px solid #E3E3E3;
	padding:0 10px;
}
.register_title p{
	font-size: 12px;
	text-align: right;
	line-height:34px;
}
.register_title p a{
	margin-right: 10px;
}