@charset "utf-8";
/* CSS Document */
.body {
	background: #f4f4f4;
}
body, td, th {
	font-family: Calibri, Verdana;
}
.login_container {
	margin: 0 auto;
	width: 400px;
	background: #FFF;
	padding: 40px;
	height: auto;
	position: relative;
	top: 50px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.login_footer {
	margin: 0 auto;
	width: 480px;
	background: #e43c24;
	height: 10px;
	position: relative;
	top: 45px;
	z-index:-1;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.login_input {
	width: 97.5%;
	padding: 5px;
	height: 30px;
	border-radius: 3px;
	border: #ccc thin solid;
	font-size: 14px;
}
.login_btn {
	text-decoration: none;
	color: #FFF;
	padding-left: 60px;
	padding-right: 74px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	background: #054272;
	border-radius: 3px;
}
.login_btn:hover {
	text-decoration: none;
	color: #FFF;
	padding-left: 60px;
	padding-right: 74px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	background: #e43c24;
	border-radius: 3px;
}
.signup_btn {
	text-decoration: none;
	color: #FFF;
	padding-left: 176px;
	padding-right: 176px;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
	background: #054272;
	border-radius: 3px;
}
.signup_btn:hover {
	text-decoration: none;
	color: #FFF;
	padding-left: 176px;
	padding-right: 176px;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
	background: #e43c24;
	border-radius: 3px;
}
hr {
	border: thin solid #CCC;
	padding: 0;
}
.fp {
	text-decoration: none;
	color: #333;
	float: right;
}
.fp:hover {
	text-decoration: none;
	color: #e43c24;
}
.kotak_container {
	margin: 0 auto;
	height: auto;
	position: relative;
	top: 60px;
	text-align:center;
}
.krisnela_container {
	margin: 0 auto;
	height: auto;
	position: relative;
	top: 20px;
	text-align:center;
}
