/*
	Author Webmaster: ccorreia
	Atenção: Cuidado ao alterar este script, pois é usado nas seguintes páginas:
	- email.uol.com.br
*/

@charset "UTF-8";


body{
  font-family: 'UOLText',arial,verdana,sans-serif;
}
.base h1, h2, h3, h4, h5, h6{
  font-family: 'UOLText',arial,verdana,sans-serif;
}

body, .base section#login .box{
	border-color: #999999;
}
body{
	border-top: 10px solid #E6E6E6;
}
body.domainDisabled{
	border-top: 0px
}
body.domainDisabled, body.domainDisabled .base section#login .box{
	border-color: #e29933
}

.wrapper{
	width: 360px;
	margin: auto;
}

.base button{
	color: white !important;
	background-color: #999999;
	background-image: -moz-linear-gradient(top, #999999, #666666);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999999), color-stop(1, #666666));
	background-image: -ms-linear-gradient(top, #999999, #666666);
	background-image: linear-gradient(top, #999999, #666666);
	color: white;
	font-size: 1.2em;
	padding: 12px 30px;
	border: 0;
}
.base button:hover {
	cursor: pointer;
	background: #666666;
}
.base button:active {
	background: #666666;
}

body.domainDisabled .base button {
	color: white !important;
	background-color: #FF5747;
	background-image: -moz-linear-gradient(top, #FF5747, #FF4638);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF5747), color-stop(1, #FF4638));
	background-image: -ms-linear-gradient(top, #FF5747, #FF4638);
	background-image: linear-gradient(top, #FF5747, #FF4638);
	color: white;
	font-size: 1.2em;
	padding: 12px 30px;
	border: 0;
}
body.domainDisabled .base button:hover {
	cursor: pointer;
	background: #FF4638;
}
body.domainDisabled .base button:active {
	background: #FF4638;
}

body.domainDisabled{
	border: 0px
}


.base section#login .box input[type="email"].padding-on {
    padding-right: 102px;
}
.base section#login .box label#domainLb {
    width: 98px;
		overflow: hidden;
		text-overflow: ellipsis;
}

body.domainDisabled .base button.type2 {
	background: #e29933; /* Old browsers */
	color: white;
	font-size: 1.0em;
	padding: 5px 30px;
	border: 0;
}
.base button.type2:hover {
	cursor: pointer;
	background: #29749E;
}
.base button.type2:hover {
	background: #29749E;
}