﻿*{
	font-family:Arial;
	font-weight:lighter;
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
.redt{color:red!important;}
.greent{color:green!important;}
.all {
	padding-top:100px;
	height:100%;
	width: 100%;
}
.login_panel{
	text-align:center;
	margin:0px auto;
	width:600px;
	padding:20px;
	background-image:url('../images/in_back.png');
	border:1px #444 solid;
	box-shadow:0px 0px 20px 4px #3399FF;
	border-radius:30px;
}
.head{
	font-size:38pt;
	text-shadow:0px 1px 2px #666;
	border-bottom:3px #0099FF groove;
	padding-bottom:20px;
	margin-bottom:30px;
}
table.login{
	width:100%;
	border-bottom:3px #0099FF groove;
	padding-bottom:20px;
	margin-bottom:10px;
}
table.login input[type=text],table.login input[type=email],.login input[type=password]{
	margin-left:30px;
	float:left;
	width:50%;
	padding:8px;
	border:1px #ccc solid;
	border-radius:10px;
	font-size:13pt;
}
table.login input[type=text]:hover,input[type=email]:hover,.login input[type=password]:hover{
	box-shadow:0px 0px 5px 1px  #33CC33;
}
table.login input[type=submit]{
	color: #097CBF;
	font-weight:bold;
	text-shadow:1px 1px 0px #fafafa;
	font-size:15pt;
	width:50%;
	padding:15px;
	border:1px #ccc solid;
	border-radius:30px;
	box-shadow:0px 0px 5px 1px #097CBF;
}
table.login input[type=submit]:hover{
	box-shadow:0px 0px 10px 2px  #33CC33;
}
.bu{
	float:right;
	font-size:40pt;
}
.left-footer{
	line-height:20px;
	font-weight: normal;
	text-align:center;
	margin:0 auto;
	text-shadow:0px 0px 1px #097CBF;
	letter-spacing:1px;
	font-size:12px;
	color:#666;
	width:300px;
}
.left-footer a{
	text-decoration:none!important;
	color:#666;
	font-size:12px;
	letter-spacing:2px;
}
/**/
.alertt{
	margin-bottom:10px;
	border:4px transparent groove;
	width:95%;
	border-radius:10px;
	padding:10px;
	font:15px;
	font-weight:normal;
	text-align:center;
	box-shadow:0px 0px 5px 1px #99FF33 inset,0px 0px 5px 1px #FF0000;

}

.footer {
	width: 196px;
	border: 1px #666 solid;
	height: 20px;
	padding: 6px;
	float: right;
	background-color: #fff;
	border-radius: 20px;
	color: #666;
}
