div#registerContractInfo {
	text-align:left;
	border: none;
	width: 99%;
}
div#contractInfo {
    width: 450px;
}
div#contractInfo #packageWrapper {
    text-align: right;
}
div#registerContractInfo #info {
	border-top:none;
	margin: 0em .5em;
	padding: .5em 0em;
	padding-left: 10px;
}
div#registerContractInfo .LabelInfo a{
	background-color: #dfddd9;
	color:#ffffff;
	border: solid #000000 1px;
	padding-left: 5px;
	padding-right: 5px;	
}
div#registerContractInfo .LabelInfo a:hover{
	background-color: #dddd00;
	color: ffffff;
	border: solid #000000 1px;
	padding-left: 5px;
	padding-right: 5px;	
	text-decoration: none;
}
div#registerContractInfo .ActiveLabelInfo {
	background-color: #ff9600;
	color: #ffffff;
	border: solid #000000 1px;
	padding-left: 5px;
	padding-right: 5px;	
	cursor: default;
}
div#registerContractInfo label.Text{
	font-weight:bold;
	color:#FF9400;
}
div#registerContractInfo select{
	border: 1px solid #CCCCCC;
	margin: 0em .5em;	
}
div#registerContractInfo .CommandWrapper {
	margin-top: 10px;
	margin-bottom: 5px;
}
div#registerContractInfo #nextWrapperButton {
	text-align: right;
	margin-right: 42px;
	_margin-right: 40px;
}
div#registerContractInfo p.Description {
	margin: 10px;
}
div#registerContractInfo p.Label {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#registerContractInfo #packageSelectBox {
	width: 300px;
}
div#registerContractInfo #contractInfo #licensseAgreement{
	margin-left: 87px;
}
div#registerContractInfo #contractInfo span#licenseAgreementLabel{
	font-weight: bold;
	cursor: pointer;
}
div#registerContractInfo #contractInfo span#licenseAgreementLabel:hover{
	font-weight: bold;
	cursor: pointer;
	color: #00367E;
}
div#registerContractInfo #contractInfo p.LabelForm {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

