@charset "utf-8";
.m_bg {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.small_txt {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	color: #3F4096;
}
.thanks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.verify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
