@charset "utf-8";
/* CSS Document */

.tooltip .tip{
	background:#ff3333;padding:3px;color:#fff;font-weight:bold;
}
.tooltip .tip-bottom {
	background:url(stem.png) bottom left no-repeat; height:10px;
}

#form label {
	width: 225px;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
#form input {
	margin-bottom: 5px;
}
.clear  {
	clear: both;
}
.required {
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
