#username_input_cont
{
	float:left;
	width:210px;
}

#username_check_div
{
	float:left;
	width:50px;
	height:20px;
	position:relative;
}


/* SubStyles */
.form_heading
{
	font-size:14px;
	text-align:center;
	float:left;
	padding-left:5px;
}

.close_win
{
	float:right;
	width:12px;
	text-align:center;
	background:#fff;
	color:#000;
	border:1px solid #616161;
	font:11px Arial;
	cursor:pointer;
	margin-right: 3px;
}

#username_check_aj_div
{
	width:200px;
	height:140px;
	position:absolute;
	background: #000;
	z-index:1000;
}

.check_error_message,
.check_text,
.check_suc_message
{
	font-size:11px;
	text-align:center;
	line-height:18px;
}

.check_suc_message
{
	color:#59fb1a;
	padding-bottom:10px;
}

.check_error_message
{
	color:#fa6969;
	padding-bottom:10px;
}