html,body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color: #fff;
	background-color: #666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#tudo {
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-color: #FFF;
	min-height: 100%;
}

* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}

#top {
	position: relative;
	width: 100%;
	background: url(../images/login_topo_bk.jpg) no-repeat;
	height: 243px;
}


#logo_tempo_dental {
	position:relative;
	float:left;
	left: 50px;
	top: 35px;
	width: 202px;
	height: 84px;
}

#logo_ou {
	position: absolute;
	right: 64px;
	top: 155px;
	width: 335px;
	height: 62px;
	background: url(../images/login_logo_ou.png);
}

#mid {
	widht:100%;
	position: relative;
	height: 224px;
	background: url(../images/login_form_bk.jpg) bottom repeat-x;
}

#mid_ilust {
	position: absolute;
	right: 394px;
	width: 203px;
	height: 157px;
	background: url(../images/02/login_mid_ilust.jpg);
}

#mid_content {
	position: absolute;
	right: 70px;
	width: 298px;
	height: 145px;
	padding: 20px 5px;
}

#mid_content_error {
	position: absolute;
	right: 70px;
	width: 298px;
	height: 145px;
	padding: 20px 5px;
}

#bot {
	background:#fff url(../images/login_rodape_bk.jpg) no-repeat;
	width:100%;
	height:273px;
	position:fixed;
	bottom: 0;
	margin-bottom: 0;
	clear: both;
}
#bot_ilust {
	position: absolute;
	width: 473px;
	height: 84px;
	background: url(../images/02/login_bot_ilust.jpg);
}


/* Formulario - Begin*/
label, label span{
	display:block; 
	padding-bottom:.25em;
}

label{
	font:bold 13px Arial, Helvetica, sans-serif;		
	float:left; 
}

label span{
	float:left; 
	width:60px; 
	text-align:left;
}

fieldset input[type=text], fieldset input[type=password]
{
	background:#fff url(../images/login_input_bk.png) left top no-repeat;
    border:0;
    padding:5px;	
	float:left;
	heigth:25px; 
	width:258px;
}

fieldset{
	top:20px;
	right:30px;
	border:0;
	position:relative;
	float:left;
	width:330px;
	padding:5px;
	overflow:hidden;
}

fieldset input[type=image]{
	margin-top:25px;
	float:right;
}

/* Formulario - End*/


/******* hyperlink and anchor tag styles *******/
a:link,a:visited,a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.error, .success, #divMayus {
	color: #c90000;
	font-size: 14px;
}

#erro{
	position: relative;
	float:left;
	left:30px;
	top: 20px;
	padding: 17px 10px 0;
	width: 258px;
	height: 46px;
	background: url(../images/02/login_base_erro.png) center center;	
	z-index: 100;
}

#erro ul li{
	width:100%;
	list-style:none;
	height:24px;
	margin:-10px 0 3px -40px;
	padding:5px 0 0 27px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	background:url(../images/ico-warning.png) no-repeat;
    background-position:top left;
}

#erro_bt {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 12px;
	height: 12px;
	z-index: 110;
}

#success{
	position: relative;
	float:left;
	left:30px;
	top: 20px;
	padding: 17px 10px 0;
	width: 258px;
	height: 46px;
	background: url(../images/02/login_base_success.png) center center;	
	z-index: 100;
}

#success ul li{
	width:100%;
	list-style:none;
	height:24px;
	margin:-10px 0 3px -40px;
	padding:5px 0 0 27px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	background:url(../images/ico-success.png) no-repeat;
    background-position:top left;
}

#success_bt {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 12px;
	height: 12px;
	z-index: 110;
}