#registBoxTop
{
	width: 661px;
	background: url(/Image/Site/regist_box_top.gif) no-repeat;
	height: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

#registBoxContent
{
	padding-left: 10px;
	padding-right: 10px;
	width: 661px;
	background: url(/Image/Site/regist_box_bg.gif) repeat-y;
}

.registration input
{
	border-bottom: #7F9DB9 1px solid;
	border-left: #7F9DB9 1px solid;
	padding-bottom: 1px;
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	border-top: #7F9DB9 1px solid;
	border-right: #7F9DB9 1px solid;
	padding-top: 1px;
	height: 23px;
	width: 200px;
}

.registration select
{
	border-bottom: #7F9DB9 1px solid;
	border-left: #7F9DB9 1px solid;
	padding-bottom: 1px;
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	border-top: #7F9DB9 1px solid;
	border-right: #7F9DB9 1px solid;
	padding-top: 1px;
	height: 20px;
}

.registration input.checkbox
{
	width: 15px;
	border-style: none;
	height: 15px;
}

.checkboxSmallText
{
	height: 15px;
	font-size: 6px;
}

#registBoxBottom
{
	padding-left: 10px;
	padding-right: 10px;
	background: url(/Image/Site/regist_box_bottom.png) no-repeat;
	margin: 0px;
	width: 661px;
	height:15px;
}

.regHeader
{
	color: #0258CA;
	text-align: left;
}

.registration
{
	font-family: Trebuchet MS, Verdana;
}

div .registration h1
{
	color: #0258CA;
}

div .registration h2
{
	color: #0258CA;
}

div .registration h3
{
	color: #0258CA;
}


tr.gridHeader
{
	font-weight: bold;
	color: black;
	height: 20px;
	background-color: #D9E9F7;
	padding: 3px;
	font-family: Verdana;
	font-size: 5px;
}

tr.gridItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	vertical-align: baseline;
	padding-top: 4px;
	background-color: white;
	text-align: left;
	font-family: Verdana;
	font-size: 5px;
}
tr.gridAlternatingItem
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	vertical-align: baseline;
	padding-top: 4px;
	background-color: #EDF4FC;
	text-align: left;
	font-family: Verdana;
	font-size: 5px;
}

.registration input.phoneField
{
	width: 50px;
}

