body {
	color:#333333;
}
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
}
td {
	font: normal 12px Verdana;
}
form {
	display: inline;
}
.tooltips {
	position:absolute;
	left:-500px;
	top:-500px;
	font:bold 12px Tahoma;
	color:#666;
	border-top: 1px solid #00B800;
	background: url(tips_icon.gif) no-repeat bottom;
	margin: 0;
	padding: 5px 5px 15px;
	width: 290px;
	_width:300px;
}
.summary {
	margin-left: 3px;
	font: 12px Tahoma;
	color: #666;
	border: 1px solid #0099cc;
	background: #ddedfb;
	display : none;
}
.summary .title {
	font-weight: bold;
	margin-left:8px;
	padding:3px;
}
.summary ol {
	margin-top:0;
	margin-bottom:2px;
}
.style-warn {
	background-color : #fff;
}
.style-pass {
	background-color : #fff;
}
.msg {
	color: #666666;
	background: #fff url(icons.gif) no-repeat -25px -75px;
	border: 1px solid #fff;
	display: inline;
	margin-left: 5px;
	padding: 2px 2px 2px 18px;
	vertical-align : -1px;
 *vertical-align : 5px;
	_vertical-align : 3px;
}
.pass {
	color: #333333;
	background-position: 1px -57px;
	background-color: #E6FFE6;
	border-color: #00BE00;
}
.error {
	color: #333333;
	background-position: 1px -38px;
	background-color: #FFF2E9;
	border-color: #FF6600;
}
.tips {
	color: #333333;
	background-position: 1px 2px;
	background-color: #E2F5FF;
	border-color: #00A8FF;
}
.loading {
	background: #fff url(loading.gif) no-repeat left center;
	background-color: #E2F5FF;
	border-color: #00A8FF;
}
.block {
	background-position: 1px -18px;
	background-color: #FFF2E9;
	border-color: #FF6600;
}
.clearfix {
	clear : both;
}
#passwordInfo {
 *margin-left:5px;
	width:220px;
	height: 20px;
	background: transparent url(levels.gif) left top no-repeat;
}
input.ms_text {
	background:url(bg_text.gif) repeat-x;
	padding-left:4px;
	line-height:22px;
	height:22px;
	border:solid 1px #b0dae6;
}
input, textarea {
	background:url(bg_input.gif) repeat-x bottom;
	background-color:#fff;
	height:16px;
	line-height:16px;
	padding:3px;
	border:1px solid #afdae6;
	border-left:4px solid #afdae6;
	color:#4d4b4b;
	margin-left:2px;
}
textarea {
	width: 450px;
	height:150px;
	overflow: auto;
}
.memberbtn {
	height:22px;
}