@charset "UTF-8";
/* CSS Document */

#content .left_content {
	float:right;
	margin:0;
	padding:0;
	width:210px;
	}
.left_content .member {
	height:140px;
	background:url(../img/member_bg.png) no-repeat top;
	}
	.left_content .member FIELDSET {
		padding:40px 0 0 25px;
		border:none;
		}
	.left_content .member FIELDSET P {
		clear:left;
		margin:0;
		padding:0;
		border:none;
		}
	.left_content .member LABEL, .left_content .member INPUT {
		float:left;
		margin:0 0 5px 0;
		font-family:Arial, Tahoma, Verdana;
		font-size:0.75em;
		}
	.left_content .member LABEL {
		clear:left;
		width:60px;
		}
	.left_content .member INPUT {
		margin:0;
		padding:0;
		border:solid 1px #999;
		width:100px;
		}
	.left_content .member .submit {
		clear:left;
		margin-left:60px;
		width:50px;
		background:#333333;
		color:#ccc;
		}
	.left_content .member .link {
		clear:left;
		padding:10px 15px 0 0;
		font-family:Arial, Tahoma, Verdana;
		font-size:0.7em;
		text-align:right;
		}
		.left_content .member P  A {
			color:#0066cc;
			}
	.left_content .member .login {
		padding:32px 0 0 30px;
		}
		.left_content .member .login P {
			margin:0;
			padding:0;
			font-family:Arial, Tahoma, Verdana;
			font-size:0.7em;
			text-align:left;
			color:#000;
			}
			.left_content .member .login P SPAN {
				display:block;
				margin:0 0 0 10px;
				color:#000;
				}
		.left_content .member .login .btn {
			margin:3px 20px 0 0;
			text-align:right;
			}
