﻿/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-size:100%;
	margin:0;/*outline:0;*/
	padding:0;
	vertical-align:baseline;
}
body {
	background:#fff;
	line-height:1;
}
a img {
	border:none;
}
body {
	background:#F8F8F8 url('../imagens/bg_mainNavigation.png') repeat-x;
	padding-bottom:50px;
}
h1 a {
	width:229px;
	height:68px;
	background:#F8F8F8;
	display:block;
	text-indent:-9999px;
	margin:85px auto 40px;
	outline:0;
	background:url('../imagens/logo-atento-dark.png') no-repeat bottom;	
	background-size: contain;
}
h2 {
	/*color:#1E5F86;*/
	color:#006666;
	font-weight:bold;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-0.02em;
}
h2.titulo {
	font-size:24px;
	margin-bottom:30px;
	text-align:center;
}
h2, h3 {
	font-family:'Trebuchet MS', helvetica, arial;
}
a {
	color:#006666;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.lblMessage {
	color:#FF0000;
	font-size:14px;
	font-weight:normal;
	font-family:helvetica, arial;
	letter-spacing:-0.04em;
	line-height:20px;
}

.labelX {
    display: block;
	float: left;
	font-family: helvetica, arial;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	width: 50px;
	color: #006666;
	font-weight:bold;
}

.contentX {
	width:960px;
	margin:0 auto;
}
.caixa 
{
	width:300px;	
	margin:0 auto;	
	padding:30px;
	background-color:#FFFFFF  ;
	border:solid 1px #F0F0F0;
	-moz-border-radius:10px; /* Firefox */
	border-radius:10px;
	-moz-box-shadow: 0 1px 4px #ddd;
	-webkit-box-shadow:0 1px 4px #ddd;
	box-shadow:0 1px 4px #ddd

}

#login-msg li {
	font-size: 12px;
	line-height: 16px;
	margin:10px 0 0 20px;
}
.input {
	color: #006666;
	float: left;
	font-family: helvetica, arial;
	font-size: 14px;
	height: 25px;
	width: 210px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius: 5px;
}

input.btn-acessar{
	border:0;
	width:88px;
	height:38px;
	cursor:pointer;
	color:#FFFFFF;
	background:#006666;
	margin:0 auto 20px;
	padding:5px 10px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0 1px 4px #ddd;
	-webkit-box-shadow:0 1px 4px #ddd;
	box-shadow:0 1px 4px #ddd;
}
input.btn-acessar:hover{
	border:0;
	width:88px;
	height:38px;
	cursor:pointer;
	color:#FFFFFF;
	background:#006666;
	text-decoration:underline;
	margin:0 auto 20px;
	padding:5px 10px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0 1px 4px #ddd;
	-webkit-box-shadow:0 1px 4px #ddd;
	box-shadow:0 1px 4px #ddd;
}
.buttons {
	clear:both;
	margin-left:66px;
}
.buttons a {
	font-weight:bold;
	margin-left:10px;
	letter-spacing:-0.02em;
}
.buttons a:hover {
	text-decoration:underline;
}

