.uddWrapper {
	overflow: hidden;
	padding: 30px 20px 0px 20px;
	font-size: 0;
}

.userData.ui-dialog .ui-dialog-content {
	padding: 0;
}

.userData.ui-dialog {
	padding: 0;
	background-color: #f2f2f2;
}

.uddImageContainer {
	position: relative;
	display: inline-block;
	text-align: center;
}

.uddUserAvatar {
	position: absolute;
	left: 0; top: 0;
	visibility: hidden;
	height: 100%;
	width: 100%;
}

.uddPictureContainer {
	width: 118px;
	height: 118px;
	border: 1px solid #bfbfbf;
}

.uddUploadPicture {
	width: 120px;
	margin-top: 8px;
	padding: 0;
}

input.uddEdit {
    background-color: transparent;
    font: 11px Verdana; 
	color: #393939;
    padding: 0;
}

.uddEdit {
    border: 1px solid #abadb3;
    text-indent: 8px;
}

.uddInfoContainer {
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	width: 300px;
}

.uddScreenName {
	display: block;
	font: 20px Gotham-Medium;
    width: 298px;
    padding: 0;
    height: 29px;
    margin: 0 0 0 0;
}

.uddAboutMe {
	display: block;
	font: 12px DidactGothic;
    width: 298px;
    height: 110px;
    margin: 7px auto 0;
	padding: 0;
    resize: none;
	background-color: transparent;
	text-indent: 8px;
}

.uddFieldsContainer {
	padding-top: 33px;
}

.uddFieldLabelContainer {
	width: 140px;
	display: inline-block;
	line-height: 18px;
	font-weight: bold;
}

.uddFieldLabel {
    font: 16px DidactGothic;
	color: #336699;
	margin: 6px 0 4px 0;
}

.uddFieldContainer {
	text-align: right;
	display: inline-block;
	width: 300px;
	margin-bottom: 7px;
	vertical-align: baseline;
}

input.uddText {
    width: 298px;
    height: 31px;
    font-size: 18px;
}

.uddSpinner {
	display: none;
	clear: left;
	background-image: url("../../images/loader.gif");
	width: 16px;
	height: 16px;
	margin: 16px 5px 0 0;
	position: absolute;
	top: 0px;
	right: 20px;
}

.uddThirdPartyAuthButtons {
	margin: 25px 0 20px;
}

.uddSeparatorLine {
	width: 406px;
	height: 5px;
	border-top: solid 1px #d3d3d3;	
	display: inline-block;
}

.uddSaveBtn {
	margin-left: 20px; 
}

.uddButtonsHolder {
	text-align: right;
	padding: 20px 0;
}

.uddSeparator {
	margin-top: 12px;
}

.uddSeparatorLabel {
	display: inline-block;
	font-size: 26px;
	color: #336699;
	margin-right: 9px;	
}