/* 로그인 박스 스타일 시작 */
div.loginBox
{
	background-color: #f9f9f9;
	text-align: center;
}

div.loginBox .topBar
{
	padding: 0px;
	clear: both;
	background-color: #3e60a3;
	height: 5px;
}

div.loginBox hr
{
	display: none;
}

div.loginBox .title
{
	font-size: 18pt;
	font-weight: bold;
	color: #003366;
}

div.loginBox a
{
	color: #1c668b;
	font-weight: bold;
}

div.loginBox input.inputText
{
	font-size: 9pt;
	width: 150px;
}

div.loginBox input.submitButton
{
	background-color: #182d56;
	color: #FFF;
	border: outset 1px #B2B2B2;
	border: inset 1px #666666;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

input.button
{
	background-color: #182d56;
	color: #FFF;
	border: outset 1px #B2B2B2;
	border: inset 1px #666666;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

/* 로그인 박스 스타일 끝 */
