#register-form {
	background: url("form-fieldset.gif") repeat-x scroll left bottom #F8FDEF;
	border: 1px solid #DFDCDC;
	border-radius: 15px 15px 15px 15px;
	display: inline-block;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 25px 50px 0px;
	width: 350px;
}

#register-form label.error {
	color: #FB3A3A;
	display: inline-block;
	margin: 0px 0 5px 5px;
	padding: 0;
	text-align: left;
	width: 220px;
}
#register-form label{
	color:#000;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
input{
	border:1px solid #999;
	margin:0px 0px 10px 0px;
	width:150px;
	}
textarea{
	border:1px solid #999;
	}
input:focus,input[type="submit"]:hover,textarea:focus{border-color:rgba(82, 168, 236, 0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);outline:0;outline:thin dotted \9;}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus{