
#register {
	width : 585px;
	border : 1px solid #d8dfea;
	margin-bottom : 5px;
	background-color : #f8f9fb;
	padding : 5px;
	border-filter:shadow(color:gray, strength:10, direction:120);
}

#register h1 {
	background : url("images/dots.gif") no-repeat 1px 0px;
	border-bottom : 1px solid #d8dfea;
	color : Black;
	font-size : 14px;
	padding-left : 25px;
	height : 20px;
	line-height : 18px;
}

#register form {
	margin : 5px;
}

#register .label {
	font-weight : bold;
	padding-right : 20px;
}


