user-reg.css 1.7 KB
@import "./m-public.css";/*基类*/
@import "./m-form.css";/*表单*/


.main-box{
	border: 1px #ccc solid;
	margin:  20px 0;
	text-align: center;
}
.content{
	padding: 30px 0;
	display: inline-block;
	*display: inline;
	*zoom:1;
}
.title{
	font-size: 24px;
	color: #666;
	font-family: '微软雅黑'; 
	margin: 30px 0;
}
.button-box{
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px #ccc dashed;
	color: #999;
}
.button-box .orangeBtn{
	margin: 0 20px;
}

.app-info{
	background: #f9f9f9;
	padding: 20px;
	margin:40px 0; 
}
.app-info dl{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: top;
	margin-left: 20px;
	color: #666;
	text-align: left;
}
.app-info dt{
	font-size: 16px;
	font-family: '微软雅黑'; 
}
.app-info dd{
	margin-top: 10px;
	color: #999;
}

.msg-icon{
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;
	margin-right: 10px;
	height: 36px;
	width: 36px;
	background: url(../../images/msg-icon.png) no-repeat;
}
.icon-success{
	background-position: 0 -36px;
}

.form-table{
	margin: 20px auto;
	text-align: left;
}

.form-table td{
	color: #666;
	padding: 10px 5px;
	vertical-align: top;
	position: relative;
}
.form-table .align-right{
	padding-top: 17px;
}
.form-table .submitBtn{
	width: 270px;
}
.text{
	display: block;
	margin-top: 6px;
}
.s-colorbar{
	*margin-top:5px; 
}

.f-prompt {
	background: #ffffe6;
	color: #f60;
	left: 280px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	position: absolute;
	top: 10px;
	font-size: 12px;
	border: 1px solid #ffd6a5;
	white-space: nowrap;
}

.f-prompt span {
	left: -5px;
	position: absolute;
	top: 1px;
	display: block;
	width: 5px;
	height: 30px;
	background: url(../../images/yellow-arrow.png) no-repeat 0 0;
}