#locales {
	float: right;
	margin-top: 16px;
}

#locales #toggle-locales {
	color: #333;
	padding: 0px 4px;
	text-decoration: underline;
}

#container {
	padding-top: 0px;
	margin-top: 0px;
}

#content {
	width: 1045px;
	min-width: 2px;
	margin: 48px auto 10px auto;
	padding-right: 0px;
	background-color: white;
}

#content.no-reg {
	width: 662px;
}

.no-borderradius #content {
	width: 1014px;
	min-width: 1014px;
}

.concept-form {
	width: 362px;
}

.concept-form-instructions {
	margin: 16px 0px;
}

.concept-form ul li {
	height: 44px;
}

#registration-form .concept-form {
	width: 317px;
	margin-bottom: 0px;
}

#registration-form .form-default {
	width: 282px;
}

#registration-form input {
	width: 264px;
}

#password-recovery {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: normal;
	color: #000066;
	margin-left: 8px;
}

#password-recovery:hover {
	text-decoration: underline;
	cursor: pointer;
}

button {
	margin: 16px 8px 0px 8px;
	height: 32px;
}

#login-message {
	min-height: 16px;
	margin: 4px;
}

#login-image, #login-main, #login-right {
	display: inline-block;
	vertical-align: top;
}

#login-image {
	width: 24%;
	height: 555px;
	margin: 5px;
	background-image: url(/HTML/images/login/login_image.png);
	background-repeat: no-repeat;
}

#login-main, #login-right {
	margin: 22px 8px;
}

#login-main {
	width: 37%;
}

#login-right {
	width: 33%;
}

#login-main .concept-form-title {
	font-weight: bold;
	font-size: 24px;
}

#oem-logo {
	text-align: center;
	height: 160px;
}

#oem-logo img {
	margin: 16px;
	max-width: 370px;
	max-height: 140px;
}

#registration-form {
	background-color: #ebebeb;
	display: inline-block;
}

#registration-title {
	padding: 16px 32px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

#login-error {
	margin: 8px 0px;
	text-align: left;
	font-weight: bold;
	height: 16px;
}

.ui-button, .ui-button.ui-state-default, .ui-dialog .ui-dialog-buttonpane button {
	height: 32px;
	margin: 16px 8px;
}

li .help-mark {
	margin: -4px 8px 0px 8px;
}

.ui-dialog-buttonset .ui-button-text-only .ui-button-text {
	padding: 3px 6px 4px 6px;
}

.ui-dialog-buttonset .ui-button, .ui-dialog-buttonset .ui-button.ui-state-default, .ui-dialog-buttonset .ui-dialog .ui-dialog-buttonpane button {
	height: 22px;
	margin: 0px 4px;
}

.form-message {
	margin: 8px 0px;
}

li#privacyPolicy_wrapper, li#termsOfService_wrapper {
  height: auto;
}