.userProfile{
	display: block;
	margin-bottom: 1em;
}
.userProfile {
	width: 40em; /* width of box containing the labels + the fields */
}

/* .box-content .userProfile label {
		width: 18em;
}*/

.dialogLabel {
 	float: left;
 	width:150px;
    font-weight: bold;
    margin-right: 0.5em;
    padding-right: 1em;
    text-align: right;
   	padding-top:5px;
}