@charset "utf-8";
/* CSS Document */

.clear{
	clear:both;
}

.left{
float:left
}

.right{
float:right
}

.error_msg{
	color:#FF0000;
}
