
body
{
	background: #CCCCCC;
}

h2
{
	font-family: Arial;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
}

p
{
	font-family: Arial;
	font-size:12px;
	
	color: #FFFFFF;
}

input[type='text'],[type='password']{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	background: #CCCCCC;
	color: #000000;
	
	margin-top: 2px;
	margin-bottom: 2px;
}

.wrapperLogin
{
	width: 351px;
	height: 250px;
	margin: 100px auto 0px auto;
	text-align: left;
	
	padding: 0px;
	background-image: url("../images/login.jpg") ;
	background-repeat: no-repeat;
	background-position: top;
	
	border-left: 2px solid #003399;
	border-bottom: 2px solid #003399;
	
}

.wrapperLogout
{
	width: 350px;
	height: 170px;
	margin: 100px auto 0px auto;
	text-align: left;
	
	padding: 0px;
	background-image: url("../images/logout.jpg") ;
	background-repeat: no-repeat;
	background-position: top;
	
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.mainLogin {
	
	padding-left: 50px;
	padding-top: 40px;
	
	width: 150px;
}

.loginButton {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	width: 230px;
}

.name {
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 0 0;
	clear: left;
	color: #FFFFFF;
}

.errors
{
	font-family: Arial;
	padding-top: 50px;
	padding-right: 5px;
	text-align: right;
	font-size: 11px;
	color: #FF9900;
	width: 100%;
	height: 60px;
}

.appLabel
{
	
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 200;
}

.appInput
{
	font-size: 11px;
	color: #000000;
}

.button
{
	background: none;
	border: none;
	text-align: right;
	
	font-family: Arial;
	font-size: 12px;
	
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	
	cursor: pointer;
}

.successLogin
{
	padding-top: 160px;
	padding-left: 5px;
}

.successLogout
{
	padding-top: 50px;
	padding-left: 5px;
}
