/* other css */

#span{
}
.notice {
	font-size:medium;
	font-weight:bold;
	color: #ff0000;
}
.errorMsg {
	color: #ff0000;
}

div.errorMsgBox
{
	border:solid 1px #FEC090; 
	margin:20px 50px 10px 50px;
	padding:5px 5px 5px 5px;
	background-color:#FFEBDC;
	background-position:left top;
	background-repeat:no-repeat;
}

div.loginTitleBox
{
	width:40px;
	float:left;
}

