@charset "utf-8";
/* CSS Document */

#body-wrapper {
	background-image: url(/images/framework/2-column-bg.gif);
	background-repeat: repeat;
	position: relative;
	width: 1000px;
	margin-top: 10px;
	float: left;
}

.article-hl {
	font-stretch: extra-condensed !important;
	font-family: Helvetiker !important;
	font-size:21px;
	color: #2e81ad;
	margin-bottom: 8px;
	line-height: 21px;
}

.blue-hl {
	color: #2e81ad;
	font-weight: bold;
}
.article-txt {
	font-size: 12px;
	text-align: justify;
}


.artical-cr {
	font-size: 9px;
	margin-left: 5px;
	margin-top: 3px;
}
.article-link {
	margin-top: 8px;
	text-align: right;
	margin-right: 8px;
	font-size: 12px;
}
.dot-box {
	background-color: #F8F8F8;
	border: 1px dotted #CCC;
	padding: 10px;
	margin-top: 5px;
}

.box-hl {
	font-weight: bold;
	font-size: 14px;
	color: #2e81ad;
}
.box-sub-hl {
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
	margin-left: 8px;
	color: #666;
}
.box-item {
	margin-left: 16px;
	margin-top: 3px;
	margin-right: 5px;
}
.box-spacer {
	height: 15px;
}

.register-button {
	text-align: center;
	padding-top: 25px;
	
}


fieldset {
	background-color: #F2f2f2;
	border: 1px solid #CCC;
	margin-top: 25px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding: 10px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: #7B7B7B;
}
fieldset ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.required-text {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
.required {
	color: #900;
	font-size: 12px;
}
.fields {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #B7B7B7;
	font-size: 12px;
}
.form-button {
	font-size: 12px;
	background-image: url(/images/framework/blue_button_bg.jpg);
	background-position: center center;
	border: 1px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
.fifty-layer {
	width: 50%;
	position: relative;
}
.Reg-Date {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

