@charset "utf-8";
/* CSS Document */
#websp_login, #websp_login fieldset, #websp_login legend, #websp_login label, #websp_login input, #websp_login ul, #websp_login li, #websp_login2, #websp_login_signup
{
	margin: 0px;
	padding: 0px;
}
#websp_login
{
	width: 197px;
	height: 107px;
	position: relative;
}
#websp_login fieldset
{
	padding: 5px 10px;
	border: 1px solid #D6D9F1;
}
#websp_login fieldset legend
{
	color: #3F4C6B;
	font-weight: bold;
}
#websp_login label
{
	display: none;
	margin-top: 2px;
	padding-top: 10px;
	padding-right: 2px;
	width: 23px;
	height: 19px;
	text-align: right;
	float: left;
	clear: both;
}
#websp_login .websp_id
{
	margin-top: 2px;
	width: 118px;
	height: 20px;
	background: url(..//img/id_bg.gif) no-repeat center 50%;
	border: 1px solid #CCC;
}
#websp_login .websp_password
{
	margin-top: 2px;
	width: 118px;
	height: 20px;
	background: url(..//img/password_bg.gif) no-repeat center 50%;
	border: 1px solid #CCC;
}
#websp_login .websp_txt
{
	margin-top: 2px;
	width: 118px;
	height: 20px;
	color: #222;
	border: 1px solid #CCC;
}

#websp_login a
{
	color: #222;
}
#websp_login a:hover
{
	color: #C00;
}

#websp_login .login_btn
{
	height: 46px;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 7px;
}
#websp_login .websp_btn
{
	margin-top: 5px;
	padding-top: 3px;
	width: 56px;
	height: 46px;
}



#websp_login ul
{
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	list-style: disc;
}


#websp_login2
{
	width: 176px;
	height: 70px;
	padding: 10px;
	line-height: 15px;
	border: 1px solid #D6D9F1;
}
#websp_login2 span, #websp_login2 span a
{
	color: #63F;
	font-weight: bold;
	padding-bottom:10px;
}
#websp_login2 p
{
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #CCC;
}
#websp_login_signup
{
	text-align: center;
}

