/* CSS Document */
body
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
.frm_table td
{
	vertical-align:top;
	font-size:8pt;
}
.error_label
{
	font-size:7pt;
	color:#c30;
}
.error_label_jp
{
	font-size:6pt;
	color:#c30;
}
h2
{
	margin:0 0 4px 0;
	color:#333;
	font-size:11pt;
	font-weight:normal;
}
.small_note
{
	font-size:7pt;
	color:#c60;
	margin-bottom:10px;
	display:block;
}
.form_area
{
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-top:20px;
	padding:20px;
}
hr
{
	border:none;
	border-bottom:1px solid #999;
	height:1px;
}

.terms
{
	border:1px solid #999;
	width:340px;
	height:200px;
	margin:0;
}
.bulletlist
{
	padding:0;
	margin:0;
	margin-bottom:6px;
	list-style:none;
	
}
.bulletlist li
{
	background-image:url(http://www.maxava.com/images/bullet_img.gif);
	background-repeat:no-repeat;
	padding-left:16px;
}
.bulletlist li ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.bulletlist li ul li
{
	
}
.tb
{
	margin-bottom:6px;
	width:200px;
}
.tb2
{
	width:200px;
}
.tb_small
{
	width:80px;
}
.tb_tiny
{
	width:50px;
	font-size:7pt;
}
.frm_lbl
{
	text-transform:uppercase;
	font-size:8pt;
	color:#666;
	width:100px;
}