
#user-profile-form fieldset {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	border: none;
}

.password-strength, span.password-confirm {
	display: block;
	clear: both;
}

#user-profile-form legend {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 0px;
	margin-left: 0px;
}

#edit-name-wrapper, #edit-mail-wrapper {
	padding-top: 10px;
}

#edit-pass-wrapper {
	padding: 10px 0px;
}

#user-login .description, #user-profile-form .description, #user-register .description {
	font-size: 10px;
	color: #ccc;
}

#edit-pass-pass1 {
	margin-left: 58px;
}

input[type=submit] {
	border: none;
	background-image: url(../gif/blank_button_large.png);
	width: 148px;
	height: 18px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: transparent;
	font-family: 'Arial', Sans-serif;
}

				#column-detail-right INPUT[type=text], INPUT[type=password] {
					width: 180px;
					height: 15px;
					border: none;
					font-size: 11px;
					color: #000000;
					padding: 0px;
					padding-left: 2px;
					padding-right: 2px;
					float: right;
					margin-right: 170px;
				}
				
				#edit-mail-wrapper label, #edit-name-wrapper label, #edit-pass-wrapper label {
					display: block;
					float: left;
				}
				
				form .description, #user-login {
					clear: both;
				}
				
				INPUT[type=file] {
					height: 20px;
					border: none;
					font-size: 11px;
					color: #000000;
					padding: 0px;
					padding-left: 2px;
					padding-right: 2px;
				}
				
				INPUT[type=password] {
					margin-bottom: 2px;
				}
				
#login-buttons a {
	text-align: center;
	display: block;
	background-image: url(../gif/blank_button_large.png);
	height: 16px;
	padding-top: 2px;
	width: 147px;
	margin-right: 10px;
	text-decoration: none;
	float: left;
}

#edit-submit {
	clear: both;
}

 #column-detail-right #user-pass INPUT[type=text] {
					margin-right: 60px;
				}
				
	#column-detail-right #user-pass input[type=submit] {
					background-image: url(../gif/blank_button_xlarge.png);
					width: 250px;
					margin-top: 10px;
	}
	
	.error ul {
		list-style: none;
		padding-left: 0px;
		margin-left: 0px;
		color: #d2180f;
	}
