body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* background-repeat: repeat-x; */
	background-color: #FFFFFF;

}
.box {
	width: auto;
	height: auto;
	padding: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.border	{ 
	border: 1px solid #cccccc; 
	background: url('../images/bck_white_50.png');
}
.style	{ 
	border: 3px solid #FFFFFF;
	/* background:url('../images/login.jpg') center center; */
}
.header	{ 
	height: 121px; 
	background: url('../images/login_header.png') center bottom no-repeat;
	/* padding: 5px 5px 0px 5px; */
}
.menu	{ 
	height: 35px;
	background:#BDD2FF;
	font-size:14px;
}
.content {
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	clear:both;
}
.cls_hdt {
	font-size:16px;
	color:#F00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.footer {
	padding: 5px 5px 5px 5px;
	color: #000000;
	background-color: #BDD2FF;
}
