body {
	background:url('/images/reg_bg.jpg') repeat-x;
}
form {
	margin:0px; padding:0px;
}
#header {
	margin-top:40px; text-align:center;
}
#main {
	background:url('/images/reg_main.jpg') no-repeat; width:635px; height:504px; margin-top:25px; margin-left:130px; padding-left:40px;
}
.holder {
	float: left;
	margin: 10px;
}
.scroll-pane {
	width:600px; height:430px;
	overflow: auto;
	float: left;
	text-align:left;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url('/images/scroll_bg.jpg') repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: url('/images/scroll_handle.jpg') no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.RegisterStatmentP {
	color:#35799c; font-weight:bold;
}
.RegisterStatmentP1 {
	color:#35799c
}
.space30 {
	clear:both; font-size:30px; line-height:30px;
}

#infoMain {
	padding-left:130px; padding-top:20px;
}
#infoMain .button {
	margin-top:10px; margin-left:300px;
}
.infoRegMain {
	background:url('/images/reg_main_info_bg.jpg') no-repeat left bottom; width:635px; padding:0px 20px;
}

.NoteFont1 {
	font-size: 12px;
	color:#777777;
}
.NotFont { 
	font-size: 12px;
	font-weight:bold;
	color:#0153A5;
}

.NotFont a { 
	font-size: 12px;
	font-weight:bold;
	color:#3A82D4;
	text-decoration:none;
}
.RegistFont1
{
	font-size: 12px;
	color: #31c9ff;
}

.RegistInput {
	border-right: #31c9ff 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	border-top: #31c9ff 1px solid;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #31c9ff 1px solid;
	padding-top: 0px;
	border-bottom: #31c9ff 1px solid;
	width: 80px;
	height: 16px;
	cursor: text;
}
	
.RegistSelect {
	border-right: #31c9ff 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	border-top: #31c9ff 1px solid;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #31c9ff 1px solid;
	padding-top: 0px;
	border-bottom: #31c9ff 1px solid;
	width: 80px;
	height: 16px;
	cursor: default;
}