@charset "utf-8";
/* CSS Document */

body{
	margin:0;padding:0;
	background:#f3f3f3;
}

#container{
	width:1000px;
	margin:0 auto;
}

#header{
	margin-top:10px;
	background:url(../../images/main_site/logo.png) no-repeat;
	height:140px;
	margin-bottom:10px;
	border:#787878 1px solid;
	border-bottom:#828282 2px solid;
	border-right:#828282 2px solid;
}

#content{
	margin-top:5px;
	margin-bottom:5px;
	border:1px #dedede solid;
	padding:1px;
	outline:1px solid #a0a0a0;
}

#login_left{
	width:60%;
	float:left;
	border-right:1px #ababab solid;
	padding:10px 0 10px 10px;
}

#login_right{
	width:35%;
	float:right;
	padding:50px 10px 10px 0;
}