/* CSS Document */
body{
	padding:0; margin:0 0 26px 0; background-color:#e4e4e4; background-image: url(images/bg.jpg) no repeat ; color:#720000; font-family: Arial, Helvetica, sans-serif;
}
div, p, ul, li, form, h2, img, textarea, h3, li{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
.blank{
	font-size:0; clear:both; line-height:0;
	}
/*---------------main body------------*/
#mainBody{
	width:400px; 
	font-size:0;
    position: relative;
	left:50%;
	margin-left:-200px;
}
/*----------------member login---------*/
#member{
	width:352px; margin:0; background-color:#FFFFFF; color:#000000; padding:0; font-size:0;
	}
#member p{
	background:url(/images/form_top.gif) no-repeat left top #FDFDFE; color:#313131; height:14px; width:352px; display:block;
	}
#member p.bottom{
	background:url(/images/form_buttom.gif) no-repeat left bottom #FDFDFE; color:#313131; height:14px; width:352px; display:block;
	}

#member form{
	width:323px !important; 
	width:352px;

	border-left:#b50202 1px solid; border-right:#b50202 1px solid; padding:0px 0 0 27px; font-size:0; height:85px;
	margin:0;
	}
#member form h2{
	background:url(/images/member_icon.gif) no-repeat 0 4px #FDFDFE; font:normal 17px/20px Arial, Helvetica, sans-serif;
	color:#910000; padding:0 0 0 19px; width:150px; display:block; height:22px; margin:0; text-indent:0px;
	}
#member form label{
	font-size:10px; line-height:14px; color:#313131; text-transform:uppercase; background-color:#FDFDFE; display:block; 
	float:left; padding:0 122px 0 0
	}
#member form label.re{
	font-size:10px; line-height:14px; color:#313131; text-transform:uppercase; background-color:#FDFDFE; display:block; 
	float:left; padding:2px 0 0 0; margin:5px 0 0 0;
	}
#member form input{
	background:url(/images/input_box.gif) no-repeat 0 0 #c7c7c7; color:#000000; border:none; float:left; height:22px;
	padding:0 1px 0 1px; display:block; width:142px; margin:4px 16px 0 0;
	}
#member form input.checkbox{
	 width:20px; height:10px; margin:9px 5px 0 0; padding:0 0 0 0; float:left;
	}
#member form input.login{
	background:url(/images/login_bu.png) no-repeat 0 0; float:left; margin:7px 0 0 262px; width:40px; height:20px;
	cursor:pointer; border:none; font-size:0; 
	}
