www.gusucode.com > HadSky PHP轻论坛系统源码 v2.4.2源码程序 > ytqlt_v2.4.2.0701/template/mb1/css/user.css

    input {
	font-family: "microsoft yahei";
	font-size: 14px;
}

.divheadimg {
	padding: 20px;
}

.divuserinfos table {
	border-collapse: collapse;
}

.divuserinfos table tr td {
	padding: 4px;
	vertical-align: middle;
}

.divuserinfos input[type='text'] {
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	width: 100%;
}

.textboxc {
	border: solid 1px #E9EBF0;
	border-top-color: #999999;
	border-left-color: #999999;
}

.table tr td:nth-child(1) {
	text-align: right;
}

.table tr td:nth-child(3) {
	text-align: right;
}

.textbox {
	padding: 10px;
	padding-right: 0px;
	border: solid 1px #EEEEEE;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
	color: #444;
	outline: none;
}

.textbox:focus {
	border: solid 1px #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	outline: none;
}

.border_none {
	border: none;
}