@charset "utf-8";
/* common class */
.alignCenter{
	text-align:center;
}
.alignRight{
	text-align:right;
}
.alignLeft{
	text-align:left;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}
.clearBoth{
	clear:both;
}
.noMargin {
	margin:0 !important;
	padding:0 !important;
}
img {
	border:none 0;
}

.GA_Form_Caution {
	font-weight:bold;
	color:rgb(224,0,0);
}
.GA_Form_Note {
	font-size:12px;
	color:rgb(0,0,0);
}
.noWrap {
	white-space:nowrap;
}
.inLine {
	display:inline;
	margin:0;
	padding:0;
}
