@charset "UTF-8";
/* CSS Document   */

.regWelcome {
}
.regWelcome p {
	font-size:14px;
	color:#f17213;
	padding:20px 0 0 10px;
	margin:0;
	font-weight:bold;
	width:20em;
	display:inline-block;
}
.regWelcome ul {
	float: left;
	width: 20em;
	margin:10px 0 0 0;
}
.regWelcome li {
	list-style:none;
	line-height:1.5em;
	height:1.8em;
}
.regWelcome ul li.personReg {
	list-style:none;
	line-height:1.5em;
	height:1.8em;
	font-weight:bold;
	color:#f17213;
}
.regWelcome .regContent {
	float: right;
	width: 55em;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #F17213;
}
.regWelcome .regContent p {
	font-size:14px;
	color:#f17213;
	padding:0;
	margin:0;
}
.regWelcome .regContent ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.regWelcome .regContent li {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.regWelcome .regContent  a {
	display: block;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.regWelcome .regContent .active a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #231C1B;
}
.regWelcome .regContent form {
	margin-top: 2em;
}
.regWelcome .regContent label {
	width: 6em;
	display: block;
	text-align: right;
	font-size: 12px;
	float: left;
	margin-right: 1em;
	color: #000000;
}
.regWelcome .regContent .hint {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	clear: both;
	margin-left: 7em;
	margin-bottom: 1em;
}
.regContent .nextStep {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	margin-top: 0px;
	display: block;
	width: 30%;
	line-height: 2.2em;
	background-color: #F17213;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F17213;
	border-left-color: #F17213;
	text-align: center;
}
.regContent .regContent a:hover {
	
	background-color: #33FF33;
}
/*ComReg*/


