div#registerPersonalInfo {
	text-align:left;
	border: none;
}
div#registerPersonalInfo #info {
	border-top:none;
}
div#registerPersonalInfo .LabelInfo a {
	background-color: #dfddd9;
	color:#ffffff;
	border: solid #000000 1px;
	padding-left: 5px;
	padding-right: 5px;	
}
div#registerPersonalInfo .LabelInfo a:hover {
	background-color: #dddd00;
	color: ffffff;
	border: solid #000000 1px;
	padding-left: 5px;
	padding-right: 5px;	
	text-decoration: none;
}
div#registerPersonalInfo .ActiveLabelInfo {
	background-color: #ff9600;
	color: #ffffff;
	border: solid #000000 1px;
	padding-left: 5px;
	padding-right: 5px;	
	cursor: default;
}
div#registerPersonalInfo #info #personalInfo{
	margin-left: 20px;
}
div#registerPersonalInfo #info #loginInfo{
	margin-left: 20px;
	margin-bottom: 30px;
}
div#registerPersonalInfo .TextBox{
	width: 420px;
	_width: 410px;
}
div#registerPersonalInfo label.Text {
	font-weight: bold;
	color:#FF9400;
}
div#registerPersonalInfo select {
	border: 1px solid #CCCCCC;
}

div.CommandWrapper {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
div#registerPersonalInfo #nextWrapperButton {
	text-align: right;
}
div#registerPersonalInfo p.Description {
	margin: 10px;
}
div#registerPersonalInfo p.LabelForm {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
div#registerPersonalInfo .SelectBox {
    width: 421px;
    _width: 415px;
}
div#registerPersonalInfo .Follow {
    width: 11em;
}

