#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-bottom:20px;
	color:#C24EB3;
	
}

.close_win
{
	float:right;
	width:12px;
	text-align:center;
	background:#C24EB3;
	color:#fff;
	border:1px solid #DCD8D8;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

#username_check_aj_div
{
	width:200px;
	height:140px;
	position:absolute;
	border:1px dashed #4B73A4;
	background:#E3EBF7;
	padding:7px;
	z-index:1000;
	color:#4B73A4;
	right: 0px;
}

.check_error_message,
.check_text,
.check_suc_message
{
	font-size:11px;
	letter-spacing:1px;
	text-align:center;
	line-height:18px;
}

.check_suc_message
{
	color:green;
	padding-bottom:10px;
}

.check_error_message
{
	color:red;
	padding-bottom:10px;
}