body {
	color: #000;
	background: #CCC;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
}
div#template { 
	width: 498px;
	height: 398px;
	border: 1px solid #D4D0C8; 
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	background: #D4D0C8; 
	position: absolute; top: 50%; 
	margin-top: -200px;
	left: 50%; margin-left: -250px; 
	z-index: 2;
}
div#inside {
	border: 1px solid #FFF;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	width: 492px; 
	height: 392px;
	padding: 2px;
}
h4 { 
	padding: 2px 0 0 4px;
	height: 16px;
	line-height: 14px;
	font-size: 11px;
	background: #0A246A;
	color: #FFF;
	margin: 0;
	cursor: default;
}
div#header {
	margin-top: 1px;
	background: url(_img/layout/login-header.gif);
	height: 100px;
}
div#bar {
	margin-top: 1px;
	height: 5px;
	font-size: 0;
	background: url(_img/layout/login-bar.gif);
}
div#login { 
	padding-bottom: 1em; 
}
div#getpw { 
	width: 235px; 
	float: right; 
}
div#register { 
	width: 235px; 
	float: left; 
}
div#registerb { 
	padding-bottom: 1em; 
}
form { 
	margin: 0; 
}
form input[type="text"], 
form input[type="password"] {
	color: #000;
	background: #FFF;
}
	form input[type="text"]:focus,
	form input[type="password"]:focus {
		background: #FFC;
	}
form input,
form select,
form textarea {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 13px;
}
form label { 
	display: block; 
	width: 6em; float: left; 
	padding: 0.25em 0 0 0.25em;
}
form fieldset { margin: 0.5em 0.5em 0 0.5em; padding: 0.5em; }
form legend { 
}
	input#userlogin, input#userpw { 
		width: 300px; 
	}
	div#registerb input#userlogin, 
	div#registerb input#userpw { 
		width: auto; 
	}
	input#useremail,
	input#registeremail {
		width: 115px;
	}
	div#registerb input#registeremail { 
		width: 300px; 
	}
div#status { 
	padding: 0.5em;
}
div#status h4 { 
	margin-top: 0; 
	color: #000; 
	background: none; 
}
div#status span { 
	color: #A00; 
}
div#status pre { 
	border: 1px dotted #666; background: #B9B5AE; 
	text-align: left; 
	padding: 0.5em; margin: 0; 
	font-size: 12px; 
}

