body {
	font-family: Verdana, Tahoma;
	margin:0;
	padding:0;
	width:100%;
	font-size: 11px;
	color: #fff;
	height:100%;
	min-height: 100vh;
}

body.isProgress,
body.isProgress div {
	cursor: progress !important;
}

.header{
	padding:4px;background:#F0F0F0;
}

.asterisk{
	color:red;
	font-weight:bold;
}

.loginDiv{
	border: 1px solid #788B9B;
	border-radius: 5px;
	width: 400px;
	margin-top: 150px;
}

	.loginDiv .loginTitle{
		vertical-align:middle;
		height: 40px;
		background-color: #1E3D59;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		border-radius: 5px 5px 0 0 ;
	}

	.loginDiv table{
		margin-bottom: 15px;
	}

	.loginDiv table th{
		font-size: 13px;
		font-weight: normal;
		color: #1E3D59;
		text-align: right;
		padding-right: 10px;
		height: 35px;
	}

	.loginDiv table td{
		font-size: 13px;
		font-weight: normal;
		color: #1E3D59;
	}

	.loginDiv table .txt{
		box-shadow: inset 0 6px 4px rgba(155, 166, 177, 0.11);
		background-repeat: repeat-x;
		border: 1px solid #B5B8C8;
		color: #4E4E4F;
		height: 18px;
		line-height: 20px;
		width: 160px;
	}

	.loginDiv table .btn{
		background-image: url("/pic/btns/login.png");
		background-repeat: no-repeat;
		height: 37px;
		width : 125px;
		cursor: pointer;
		border: none;
		background-color: none;
	}

	.loginDiv table .retrieveLogin{
		background-image: url("/pic/btns/retrieve_login.png");
		background-repeat: no-repeat;
		height: 38px;
		width : 203px;
		cursor: pointer;
		border: 0;
		background-color: none;
	}

	.niceCheckbox{
		border: 1px solid #B5B8C8;
		width: 15px;
		height: 15px;
		margin-left: 0;
		position: relative;
		top: 2px;
	}

	.loginDiv table td a{
		font-size: 11px;
		font-weight: normal;
		color: #1E3D59;
		margin-left: 23px;
	}

		.loginDiv table td a:hover{
			text-decoration: none;
		}

.niseBtn{
	background-color: #FF6F41;
	color: #1e3d59;
	font-family: Helvetica,Verdana,sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 2px;
	padding: 7px 20px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	outline: none;
	border: none;
	border: 1px solid #FF6F41;
}


.animated {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}