@charset "UTF-8";

.intro {
	padding-bottom: 8px;
	font-weight: bold;
}

td.registerLabel {
	border-spacing: 0;
	text-align: right;
	margin: 0;
	padding: 2px 5px 2px 0;
	white-space: nowrap;
}


#LinkOptional {
	margin-top: 5px;
	padding: 4px 0 4px 8px;
	display: block;
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin-bottom: 0px

}
#Mandatory {
	width: 450px;
}

.agb {
	padding-top: 5px;
}

.expand {
	border-bottom: 1px solid #333;
	background: #333 url(../images/design/minus.png) no-repeat scroll center right;
}

.collapse {
	background: #333 url(../images/design/plus.png) no-repeat scroll center right;
}

#Actions {
	width: 460px;
	text-align: right;
}

.warning {
	width: 443px;
	margin-top: 3px;
}

