﻿.login
{
	width: 1024px;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: Gray;
	background-image: url("images/login/LoginScreenWelcome.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana;
	color: #646464;
	font-size: 12px;
}

.loginAdmin
{
	width: 1024px;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: Gray;
	background-image: url("images/login/LoginBG.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana;
	color: #646464;
	font-size: 12px;
}

.clientLogin
{
	/*padding-top: 250px;
	padding-right: 140px;*/
	padding-top: 250px;
	padding-right: 320px;
	width: 400px;
	float: right; /*background-color:Blue;*/
	height: 250px;
	font-weight: bold;
}

.formLogin
{
	width: 100%;
	height: 150px; /*background-color: Red;*/
}

.insideLogin
{
	padding-top: 10px;
	width: 390px;
	height: 140px; /*background-color: Blue;*/
	text-align: right;
	float: right;
	color: #cac9ca;
	font-weight: normal;
}

.textboxLogin
{
	border-color: #cac9ca;
	border-style: solid;
	border-width: 1px;
	/*color: #cac9ca;*/
	color:Black;
}

.mistake
{
	top: 750px;
	width: 500px;
	text-align: center; /*background-color:Blue;*/
	height: 20px;
	position: absolute;
	font-weight: bold;
	font-family:Verdana;
}

.collapsePanelHeaderLogin
{
	cursor: pointer; /*width: 100%; 	height: 20px; 	color: White;*/
	font-size: small; /*background-color: Red;*/
	font-weight: bold; /*float:right;*/
	padding: 2px;
}

.collapsePanelLogin
{
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding: 0px;
}


