﻿body {
	font: normal 12px Verdana;
	color: #333333
}

/* 表单验证用到的样式开始 */
/* chker是错误提示信息样式，chkok是成功提示信息样式 */
.chker, .chkok
{
	margin-left: 5px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	
}

.chker{ color: #f00; background-position: 0 0; }
.chkok{ color: #00f; background-position: 0 -16px; }

/* chkaj是AJAX验证时等待时的样式 */
.chkaj
{
	margin-left: 5px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(images/wait.gif);
	background-repeat: no-repeat;
}
/* 表单验证用到的样式结束 */
    
h1 {
	font: bold 14px Verdana;
}
legend {
	font-weight: 700;color:black;
}

dl {
	margin: 2px 0 0;
	padding: 4px 0;
	border-bottom: 1px solid #dedede;
	height: 30px;
	clear: both;
}

dt,dd {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 700;
	width: 150px;
	text-align: right;
	background-color: #666;
	color : #fff;
	height:90%;
}

dd {
	margin-left: 5px;
}


/*input,textarea,select {
	font: normal 12px Verdana;
	color: #333333;
	border: 1px solid #999999;
	background: #ffffff
}

input {
	height: 18px !important;
	height: 20px;
	line-height: 18px !important;
	line-height: 20px;
}*/

textarea {
	width: 400px;
	height: 50px;
	overflow: auto;
}

form {
	display: inline;
}