#loginContent
{	
	width:91%;
	margin:15px auto;
}
.memberBox
{
	border:1px solid #cecece;
	width:42%;
	height:420px;
	min-height:420px;
	float:left;
	padding:10px 15px 0px 15px;
}
.loginBox
{
	border:1px solid #cecece;
	width:48%;
	height:420px;
	min-height:420px;
	float:right;	
	padding:10px 15px 0px 15px;
}
.errorDiv
{
	width:40%;	
	float:left;
	margin-right:8%;
}
.itemRow
{
	
}
.itemRow .image
{
	width:8%;
	float:left;
}

.itemRow .text
{
	width:90%;
	float:left;
	margin-bottom:15px;
}
.line
{
	border-top:1px solid #cecece;
	padding:2% 0%;
}
.alertWarn {
    color: #FF0000;
    font-size: 7.5pt;
    font-family: verdana;
    padding: 2px 0px 2px 20px;
    background: url('../image/warn.gif') no-repeat 0px 2px;
}
.tipDesc
{
	clear:both;
	margin-left:25%;	
}

.colCol{float: left;width: 10px; text-align:center;}
.bold{font-weight:bold;}
.blur{color:#888;}
