label {
	float: left;
	width: 100px;
}

#wrapper .wrapperblock ul li {
	list-style: square inside;
}

input.formbutton {
	background: transparent url(/memberhelp/images/formbg.gif) repeat-x scroll left top;
}

#flashMessage {
	background: LightGoldenRodYellow url('/memberhelp/images/tips.gif') no-repeat 5px;
	width: 365px;
	border: 1px solid Khaki;
	padding: 5px 5px 5px 30px;
	margin: 5px 5px 5px 5px;
	float: left;
}

.tips {
	background: LightGoldenRodYellow no-repeat 5px;
	width: 365px;
	border: 1px solid Khaki;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	float: left;
	
}

#seperater {
	clear: both;
}

div.error {
	color:#FF3300;
	font-weight: bold;
	/* padding-left: 18px; */
	margin-left: 100px;
	/* background: url(/memberhelp/images/error.png) no-repeat left top; */
}

span.error {
	font-weight: bold;
	color:#FF3300;
}

.notice {
	color: #999;
}

img {
	border: 0px;
}