﻿#bodyContent #formPane {
	margin-top:30px;
}

#bodyContent #loading {
	display:none;
	padding-left:20px;
	margin-left: 10px;
	background-image: url(/Content/Shared/ajax-loader.gif);
	background-repeat: no-repeat;
}

#bodyContent .field {
	position:relative;
	width:800px;
	margin-bottom:10px;
}

#bodyContent .field .validationImage {
	margin-top:4px;
	float:left;
}

#bodyContent .field .validationMessage {
	position:absolute;
	left:540px;
	top:3px;
	width:180px;
}

#bodyContent .field label {
	display:block;
	font-weight:bold;
	padding-top:3px;
	margin-left:40px;
}

#bodyContent .field .fieldValue,
#bodyContent .field select {
	position:absolute;
	left:270px;
	top:0;
}

#bodyContent .field label {
	width:200px;
}

#bodyContent .terms {
	margin-top:140px;
}

#bodyContent #termsAndConditions {
	display:inline;
	position:relative;
	width:60px;
}

#bodyContent .terms label {
	display:inline;
	font-weight:bold;
	padding-top:3px;
	margin-left:0px;
}

#bodyContent .field input {
	width:250px;
}

#bodyContent .field #quantity {
	width:50px;
}

#bodyContent #formPane {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
}

#bodyContent #formPane .submitField p {
	margin-left:230px;
}

#bodyContent .resellerNote {
	font-size:8pt;
	margin-left:40px;
}

#bodyContent .important {
	color:Red;
	font-weight:bold;
}

#bodyContent .footer {
	margin-left: 40px;
	margin-top:30px;
}

#bodyContent #licenseUpgradeDialog {
	display:none;
	position:absolute;
	top:20px;
}

#bodyContent #licenseUpgradeDialog h1 {
	margin-top:0;
	font-size:14pt;
}

#bodyContent .field .upgradeOptions input {
	width:30px;
}

#bodyContent .field .upgradeOptions {
	position:absolute;
	left:260px;
	top:0;
}

#bodyContent #typeOfPurchaseField {
	height:90px;
}

#bodyContent #upgradeSelectionField {
	height:100px;
}

#bodyContent #upgradeSelectionField #licenseDisplayText {
	margin-top:0px;
}

#bodyContent #upgradeSelectionField #changeSelectionButton a
{
    margin-top:5px;
    margin-left:0px;
}

#bodyContent #registrationKeyIdsToUpgrade {
	display:none;
}

#bodyContent #licenseDisplay {
	position:absolute;
	left:270px;
	top:0;
}

#bodyContent #licenseDisplayText {
	font-weight:bold;
	color:red;
}

#bodyContent #licenseDisplayText.success {
	font-weight:bold;
	color:green;
}

#bodyContent #numberOfDevelopersField #quantity {
	margin-top:12px;
}

#bodyContent #captchaResponse 
{
    position:relative;
    display:block;
    left:0px;
    margin-top:10px;
}

#bodyContent #submitButtonContainer
{
    text-align:center;
}