/* LOGIN v.1.1
/* Forma Design
/* Developer Angel Vachev 
/* support@formadesign.bg
/* ---------------------------------------------------- */
/* -----------------	 LOGIN PAGE		   ---------------- */
/* ---------------------------------------------------- */
div.site{ 
	width: 100%; 
	height: 100%; 
	text-align: center; 
} 
div.images {  
	margin-top: 0px; 
	width: 760px; 
	margin-left: auto;  
	margin-right: auto; 
	text-align: left; 
	padding-top: 10%;
} 
div.fixed {
	clear: both;
}
/* -----------------	      LOGIN     	---------------- */
div.loginImage {
	background-image: url(../images/theme/login.png);
	background-repeat: no-repeat;
	width: 427px;
	height: 160px;
	padding-top: 80px;
}
div.leftFormLogin {
	margin-left: 30px;
	float: left;
	width: 180px;
	padding: 4px 5px;
	color: #093945;
	margin-bottom: 3px;
	font-weight: bold;
}
div.rightFormLogin {
	float: left;
	width: 164px;
	padding: 2px;
	margin-bottom: 3px;
}
div.rightFormLogin input.loginInput {
	width: 154px;
	color: #C32329;
	padding: 3px;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.rightFormLogin input.choice{
	background-color: #C32329;
	color: white;
	border: 1px solid #C32329;
	padding: 2px 5px 3px 5px;
	font-weight: bold;
	font-family: Verdana;
	cursor: pointer;
	width: 162px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.rightFormLogin input.choice:hover {
	border: 1px solid #ffffff;
	background-color: #093945;
	color: #ffffff;
}
p.loginForm {
	padding-left: 55px;
	font-weight: bold;
	color: #E9E9E9;
} 
p.message {
	color: Black;
	
}
p.messageInfo {
	font-weight: normal;
	padding-right: 40px;
	color: Black;
}
 
 
 
 
table.login { 
	margin-top: 20%; 
	width: 250px; 
	border: 1px solid black; 
} 
table.login th { 
	padding: 3px; 
	width: 100px;
} 
table.login td { 
	padding: 3px;
} 
table.login td.title { 
	text-align: center; 
	background-color: black; 
	color: white; 
	font-weight: bold;
} 
table.login td.send { 
	text-align: right; 
} 
table.login input { 
	width: 150px; 
	border: 1px solid black;
	padding: 2px;
} 
table.login input.send { 
	width: 50px; 
}

table.login input:hover{
	background-color: #E9E9E9;
	color: black;
}
