@charset "utf-8";
/* CSS Document */
#username_result{
	font:10px Verdana, Geneva, sans-serif;
	line-height:20px;
}
#checking{
	background:url(../images/loading.gif) 0 0 no-repeat;
	color:#333;
	padding-left:20px;
}
#available{
	background:url(../images/ok.gif) 0 0 no-repeat;
	color:#3C6;
	padding-left:20px;
}
#notavailable{
	background:url(../images/nok.gif) 0 0 no-repeat;
	color:#F30;
	padding-left:20px;
}

