#selectuser {
	background: #FFF;
    border: 1px solid #666666;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
    box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	min-height: 70px;
}
.boldheader {
	font-weight: bold;
}
#userdetails {
	background: #FFF;
    border: 1px solid #666666;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
    box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
	padding: 20px;
}
.formlabel, .formitem {
	height: 20px;
	padding: 20px;
	float: left;
}
.formlabel {
	width: 359px;
	font-weight: bold;
	text-align: right;
}
.formitem {
	width: 459px;
}
#submitchanges {
	text-align: center;
	height: 20px;
	padding: 20px;
}
.clearboth {
	clear: both;
}
.eyeball {
	position: absolute;
	right: 10px;
	top: 35px;
}
.showpassword {
	position: relative;
}