﻿#registerBoxCont
{
	color:#000;
	margin:0 auto 0 auto;
	width:526px;
	height:326px;
	visibility:hidden;
	position:absolute;
	z-index:10000;
	top:100px;
	left:30%;
	}
#registerBoxTop
{
	background:url("../images/registerBackTop.png"); 
	width:100%;
	height:30px
	}
#registerBox
{
	background:url("../images/registerBackMid.png"); 
	width:100%
	}
#registerBox input
{
	width:200px
	}
#registerBoxBottom
{
	background:url("../images/registerBackBot.png"); 
	width:100%;
	height:30px;
	float:left
	}
#registerBox table
{
	margin:0 0 0 30px;
	width:470px;
	font-size:9pt
	}
#registerBox h2
{
	color:#000;
	font-size:14px;
	margin-bottom:10px
	}
#registerBox p
{
	margin-bottom:20px
	}
#close
{
	position:absolute;
	right:20px;
	top:12px;
	width:20px;
	height:20px
	}
#registerSubmitBtn
{
	width:89px;
	height:42px;
	background:url(img/submit.png) top left;
	float:right
	}
#registerBox td.noteText
{
	font-size:8pt
	}
