/* CSS Document */

body{
	background-color: #003D6C;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
}

#login_wrapper{
	width:543px;
	margin:0px auto;
	margin-top:120px;
}

#login_header{
	background:url(../img/logo.png) no-repeat;
	width:449px;
	height:95px;
}

#login_title{
	background:url(../img/cred_back.jpg) no-repeat;
	width:449px;
	height:55px;
}

#login_content{
	background:url(../img/login_back.jpg) no-repeat;
	width:449px;
	height:227px;
}

#login_content .kot{
	border:solid 1px #d0d0d0;
	border-radius:2px;
	padding:4px;
	width:300px;
}

#login_content .submit_btn{
	background-color:#d6d6d6;
	border:solid 1px #b8b8b8;
	padding:6px 12px;
	float:left;
	color:#514e4e;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	margin-top:12px;
}

.boldtxt{
	font-size:18px;
	font-weight:bold;
}
