﻿#logged_st
{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 199px;
	height: 253px;
	background-image: url(/2009/Imagens/Esquerda/logged_st.png);
	background-repeat: no-repeat;
}

#logged_username
{
	display: block;
	position: absolute;
	top: 142px;
	left: 0px;
	width: 199px;
	height: 32px;
	
	/* Alinhamento */
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 13pt;
	color: #b0cae8;
	text-align: center;
	padding-top: 5px;
}

#logged_sair
{
	display: block;
	position: absolute;
	top: 216px;
	left: 70px;
	width: 45px;
	height: 20px;
	/* background-color: Green; */
}

#logged_sair a
{
	display: block;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 45px;
	height: 20px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #5b6d83;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

#logged_sair a:hover
{
	text-decoration: underline;
}

#login_st
{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 199px;
	height: 360px;
	background-image: url(/2009/Imagens/Esquerda/login_st.png);
	background-repeat: no-repeat;
}

#st_cumprimentos
{
	display: block;
	position: absolute;
	top: 142px;
	left: 0px;
	width: 199px;
	height: 32px;
	
	/* Alinhamento */
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 13pt;
	color: #b0cae8;
	text-align: center;
	padding-top: 5px;
}

#st_input_login
{
	display: block;
	position: absolute;
	top: 199px;
	left: 17px;
	width: 165px;
	height: 20px;
	/* background-color: Green; */
}

.st_input_login_text
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 161px;
	height: 100%;
	border: none;
	background-color: White;
}

#st_input_senha
{
	display: block;
	position: absolute;
	top: 245px;
	left: 17px;
	width: 139px;
	height: 20px;
	/*background-color: Green;*/
}

.st_input_senha_text
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 100%;
	border: none;
	background-color: White;
}

#st_input_logar
{
	display: block;
	position: absolute;
	top: 243px;
	left: 158px;
	width: 27px;
	height: 25px;
	border: none;
	/* background-color: Green; */
}

#st_nao_consigo_acessar
{
	display: block;
	position: absolute;
	top: 313px;
	left: 38px;
	width: 118px;
	height: 33px;
	/* background-color: Green; */
}

#st_nao_consigo_acessar a
{
	display: block;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 118px;
	height: 33px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #5b6d83;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

#st_nao_consigo_acessar a:hover
{
	text-decoration: underline;
}