* {
	margin: 0;
	padding: 0;
}
body {
	background: #C7E7AD  url(images/body-bg4.png) repeat-x;
	height: 100%;
	margin: 0;
}
html,
body{
	height:100%;
	margin:0px;
	padding:0px;
	min-height: 540px;
}
#content {
	height:100%;
	min-height: 540px;
	width: 100%;  /*background: url(images/diag-bg0.png); */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 890px;
}
#left {
	margin: 0;
	margin-left: 100px;
	position:relative;
	opacity: 0.55;
	background-color: white;
	filter: alpha(opacity = 55);
	width: 310px;
	height: 100%;
	min-height: 540px;
}
#left_bg {
	height: 100%;
}
#left_bg div {
	width:1px;
	height:100%;
}
#logo {
	background: url(images/logo-big.png) no-repeat;
	top: 35px;
	left: 111px;
	width: 288px;
	height: 63px;
	position: absolute;
	z-index: 2;
}

#bottom {
	position: absolute;
	top: 400px;
	left: 0;
	height: 100px;
	width: 100%;
	min-width: 890px;
}
#bottom_bg {
	text-align: center;
	opacity: 0.55;
	background-color: white;
	filter: alpha(opacity = 55);
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: 0;
}
#bot_text {
	color: #246b0b;
	font-size: 25px;
	font-weight: bold;
	margin-left: 128px;
	margin-top: 20px;
	position: absolute;
}
.confirm_text {
	margin-top: 28px;
	font-size: 14px;
}
#box_form {
	position: absolute;
	margin-top: 15px;
	margin-left: 500px;
	font-size: 14px;
	width: 380px;
}
#form_upd {
	padding-bottom: 5px;
	font-weight: bold;
	color: d3d3d3; 
}
.form_t {
	width: 290px;
	height: 17px;
	border: solid 1px #3d4133;
	margin-right: 15px;
	float: left;
	padding: 4px 2px;
}
.form_but {
	color: #FFFFFF;
	background-color: #6c9c2c;
	height: 25px;
	width: 67px;
	border: none;
	float: left;
}
#form_chbox {
	margin: 3px 10px 0 0;
	border: solid 1px;
	float: left;
	height: 11px;
	width: 11px;
}
#form_ch {
	font-size: 12px;
	color: green;
	clear: both;
	padding: 0;
	margin: 0;
	padding-top: 5px;
}
#copyright {
	color: d3d3d3;
	position: absolute;
	top: 520px;
	left:130px;
	font-size: 12px;
	width: 240px;
}