@charset "utf-8";
/* CSS Document */

body{
	background:#f2f2f2;
	font-family:calibri;
}

h2{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.clear{
	clear:both;
}

.heading{
	background:#1a4266;
	color:#fff;
	text-align:center;
	font-weight:normal;
	height:50px;
	line-height:50px;
}

.login-body{
	/*width:30%;*/
	width:280px;
	margin:12% auto 0 auto;
}

.login-box{
	background:#fff;
	border-radius:3px 0 3px 0;
	box-shadow:0 0 3px #ccc;
	padding:20px;
}

.login-box ul{
	margin:0px;
	padding:0px;
}

.login-box ul li{
	list-style:none;
}

.login-box ul li.float-left{
	float:left;
}

.login-box ul li input{
	width:100%;
	height:35px;
	margin-bottom:15px;
}

.login-box ul li input.login-btn{
	width:150px;
	/*float:right;*/
	background:#1a4266;
	color:#fff;
	border:none;
	cursor:pointer;
}

.bread-curm{
	background:#f9f9f9;
	height:40px;
	line-height:40px;
}

.bread-curm a{
	padding:0 10px;
	color:#333;
	text-decoration:none;
}

.bread-curm a:hover{
	text-decoration:underline;
}