/**
 * @file    css/login.css
 * @author  Luciano Jose Alves <luciano@liutayh.com.br>
 * @version 2.2.1
 * 
 * @brief Estilos para a tela de Login
 * 
 * @copyright Copyright(C) 2013 - Liutayh Tecnologia (www.liutayh.com.br)
 *  - Licensed under the GNU General Public License version 2.
 * 
 * @section DESCRIPTION
 *
 *  Estilos para a tela de login
 */

body { 
	margin: 0 0 auto 0;
	font: normal 11px Sans, Verdana;
}

#divLogon {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 130px;
	width: 650px;
	padding: 5px;
	z-index: 10;
	margin-top: -65px;
	margin-left: -325px;
	border-radius: 5px 5px 5px 5px;
	behavior: url('css/htc/PIE.htc');
}

#divLogonLogo {
	float: left;
	height: 118px;
	width: 280px;
}

#divLogonLogo p{
	border: 0px solid;
	font-family: "Goudy Old Style", "Garamond", "Big Caslon", "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: #000000;
	letter-spacing: 1.3px;
	margin: 0px 0px 0px 0px;	/*top,right,bottom,left*/
	padding: 0px 0px 0px 0px;	/*top,right,bottom,left*/
}

#divLogonForm {
	float: right;
	height: 130px;
	width: 350px;
}

form {
	font: bold 12px Sans, Verdana;
}

.campoLogin {
	height: 24px;
	width: 200px;
	margin: 4px 2px 4px 2px;
	padding: 2px 2px 2px 4px;
	border-radius: 4px;
	font: normal 12px Sans, Verdana;
	border-width: 1px;
	border-style: solid;
	behavior: url('css/htc/PIE.htc');
}

.campoLogin:focus { 
	border-width: 1px; 
	border-style: solid; 
}
