/* COMMON STYLES*/
*{font-family: Tahoma;font-size:12px;}

BODY, FORM{margin:0; } 

html{
	height:100%;
	position:relative;
}
BODY{
	text-align:center;
	background:#C0C0C0/*url("../img/bg.gif")*/;
	height: 100%;
}

table.main{
	width:777px;
	border-left:1px solid black;
	border-right:1px solid black;
	height:100%;
	background:white;
}

#header{
	background:url("../img/1_pic.jpg") no-repeat;
	height:319px;
}

#left-bg{
	height:100%;
	background:url("../img/2_left_bg.gif") repeat-y;
}
#right-bg{
	height:100%;
	background:url("../img/2_right_bg.gif") repeat-y right;
}

#left-top-bg{
	height:100%;
	background:url("../img/2_left.gif") no-repeat;
}

#footer{
	background:url("../img/3_down.png") no-repeat;
	height:204px;
}

#menu{
	height:54px;
	line-height:54px;
	text-align:center;
}

#notice{
	height:90px;
	font-size:11px;
	text-align:center;
}
#notice *{
	font-size:11px;
}

#copyright{
	height:60px;
	text-align:center;
	color:#CCCCCC;
}

#menu .sep{
	margin:0px 7px;
}

#footer a{
	color:#0051AA;
}
#footer a:hover{
	color:#4C98EC;
}

#menu {
	color:#959595;
}

#left-form{
	width:50%;
	padding-left:90px;
	vertical-align:top;
}
#right-form{
	width:50%;
	padding-right:25px;
	vertical-align:top;
}
#form-sep {
	padding:10px 10px 0px 10px;
	height:100%;
}
#form-sep div{
	width:5px;
	height:100%;
	background:url(../img/2_sep.gif) repeat-y right;;
}
#form .caption{
	text-align:right;
	height:33px;
	padding-right:5px;
}

#form input,#form select{
	background:#FFF5CB;
	border:1px solid black;
	height:18px;
	padding:1px 2px;
}

#form input.image, #submit input.image{
	height:auto !important;
	width:auto !important;
	background:none !important;
	border:none;
}

#submit{
	text-align:center;
	padding:15px 0px 30px;
}
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 200px;
	height: 100px;
	left: 850px;
	top: 600px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}
