/*
.formSection:before {
	content: '';
	background: url(../_common/styles/_resources/logo-upm.png) no-repeat;
	position: absolute;
	width: 203px;
	height: 120px;
	top: 55px;
	left: 50%;
	margin-left: -100px;
}*/
.logoImage {
	display: block;
	margin: auto;
}

.formSection, .buttonsSection {
	text-align: center;
	margin-top: 20px;
}

.numberTextBox {
	width: 200px;
}

.claro .numberTextBox .dijitPlaceHolder {
	padding-top: 3px;
}

.loginBox {
	/* 	padding-top: 240px; */
	padding-top: 150px;
	width: 405px;
	margin: auto;
}

.labelLike {
	margin: 10px 0;
}

/* custom search inbox styles to make it look consistent with buttons */
.envelope-body .searchTextBox {
	padding: 3px 0;
	width: 335px;
}

body.fixLayoutQuirks {
	padding-bottom: 1px;
}

.envelope-body .searchTextBox:before {
	top: 7px;
	left: 5px;
}

.dijitContentPane.view {
	padding-bottom: 1px;
}

.notificationsSection {
	position:absolute;
}