@import url(enalerts.css);

body {
    color: #000;
    font-family: 'Oswald',Tahoma;
    padding: 0px !important;
    margin: 0px !important;
	background:#F2F2F4 url('../img/main.png'); 
	
    font-size:13px;
    direction: ltr;
}
img,a{border:none;}
a{text-decoration:none; color:#CCC}
.clearfloat{
	width: 100%;	
	height: 1px;
	
}
#loginframe{
	width: 390px;
	min-height: 220px;
	height: auto;
	background-color: #E3E3E3;
	-webkit-box-shadow: 1px 0px 1px #FFF, 0px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:   1px 0px 1px #FFF, 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow:        1px 0px 1px #FFF, 0px 0px 3px rgba(0, 0, 0, 0.2);
	
	padding: 20px;
	margin:200px auto;
}
.lockicon{
	float: right;
	width: 115px;
	height: 140px;
	text-align: right;
	padding-top:25px;
	
	color:#999999;
}
.lockicon i{
		font-size: 145px !important;
	}
.formbody{
	float: right;
	width: 272px;
	height: 50px;
	color:#999999;
}
.formbody .icon{
	width: 38px;
	height: 32px;
	float: left;
	background-color: #EEEEEE;
	color:#999999;
	border:1px solid #DDDDDD; 
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	padding-top: 9px;

}
input[type="text"],input[type="password"],input[type="email"]{
	height: 21px;
	text-align: left;
	direction: ltr;
	vertical-align: middle;
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left: 5px;
	width: 223px;
	float: right;
	border:1px solid #DDDDDD; 
}
.btn{
	font-family: 'Oswald',Tahoma;
	border:none;	
	font-size:26px;
    border-radius: 5;
    text-align: center;
    height: 38px;
    padding: 3px 0px;
    width:99%; 
    box-shadow:0 0 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.2) inset;
    background: #7265AD;
    color: #fff;
    outline: none;
    -webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.btn:hover{
	cursor: pointer;
	background: #9f96c9;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#footer {	
	width:100%;
	bottom: 0;
	margin-top: 15px;
	height:26px;    
    font-size: 13px;
    color: #999;
    text-align: center;
    
}
#footer a{
    color:#7265AD 
}