.new-design-form.form .field-group {
	padding: 24px;
	margin-top: 10px;
	background: white;
	border-radius: 20px;
	border: 2px solid #E6E6E6;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.new-design-form.form .form-row.validation-error .field {
	background: none;
}
.new-design-form.form .button-row {
	padding: 0;
}
.new-design-form.form .form-row {
	margin: 4px 0 21px;
}
.new-design-form.form .form-row.last-row {
	margin-bottom: 0;
}
.new-design-form.form .form-row .label {
	padding: 0;
	float: none;
	width: auto;
	color: #4D4D4D;
}
.new-design-form.form .form-row .label label {
	font-weight: bold;
}
.new-design-form.form .form-row.validation-error {
	margin-bottom: 6px;
}
.new-design-form.form .form-row .field {
	padding: 0;
	float: none;
}
.new-design-form.form .form-row .field-error {
	margin: 0;
	color: #FF0000;
}
.new-design-form.form input.text {
	width: 242px;
	height: auto;
	background: white;
	padding: 3px 3px 3px 3px;
	border: 1px solid #999999;
}
.new-design-form.form textarea.text {
	width: 242px;
	height: auto;
	background: white;
	padding: 3px 3px 3px 3px;
	border: 1px solid #999999;
}
.new-design-form.form input:focus,
.new-design-form.form input.iefocus,
.new-design-form.form textarea:focus,
.new-design-form.form textarea.iefocus {
	box-shadow: none;
	background: white;
	border-color: #416DA4;
}
.new-design-form.form select.text {
	width: 250px;
	border: 1px solid #999999;
}
.new-design-form.form input.error,
.new-design-form.form select.error,
.new-design-form.form textarea.error {
	border-color: #ED1C24;
}
.new-design-form.form .selector, .new-design-form.form .checker, .new-design-form.form .radio-button {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}
.new-design-form.form div.selector,
.new-design-form.form div.selector div,
.new-design-form.form div.checker span,
.new-design-form.form div.radio-button span {
	background-repeat: no-repeat;
	background-image: url(../img/register/controls.png);
}
.new-design-form.form .selector, .new-design-form.form .selector *, 
.new-design-form.form .checker, .new-design-form.form .checker *,
.new-design-form.form .radio-button, .new-design-form.form .radio-button * {
	margin: 0;
	padding: 0;
}
.new-design-form.form div.selector {
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	position: relative;
	background-position: 0 -5px;
}
.new-design-form.form div.selector div {
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-position: right -39px;
}
.new-design-form.form div.selector.disabled {
	color: #B3B3B3;
	background-position: 0 -73px;
}
.new-design-form.form div.selector.disabled div {
	background-position: right -107px;
}
.new-design-form.form div.selector.error {
	background-position: 0 -141px;
}
.new-design-form.form div.selector.error div {
	background-position: right -175px;
}
.new-design-form.form div.selector div span {
	height: 24px;
	display: block;
	overflow: hidden;
	line-height: 24px;
	white-space: nowrap;
	padding: 0 26px 0 5px;
}
.new-design-form.form div.selector select {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
	height: 24px;
	border: none;
	padding: 0 !important;
	background: none;
	position: absolute;
	filter: alpha(opacity:0);
}
.new-design-form.form div.checker {
	width: 13px;
	height: 13px;
	margin-right: 5px;
}
.new-design-form.form div.checker span {
	width: 13px;
	height: 13px;
	text-align: center;
  	display: inline-block;
	background-position: -28px -209px;
}
.new-design-form.form div.checker span.checked {
	background-position: -5px -209px;
}
.new-design-form.form div.checker.disabled span {
	background-position: -74px -209px;
}
.new-design-form.form div.checker.disabled span.checked {
	background-position: -51px -209px;
}
.new-design-form.form div.checker input {
	opacity: 0;
	width: 13px;
	height: 13px;
	background: none;
	text-align: center;
	display: inline-block;
	filter: alpha(opacity:0);
}
.new-design-form.form div.radio-button {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	position: relative;
}
.new-design-form.form div.radio-button span {
	width: 15px;
	height: 15px;
	text-align: center;
  	display: inline-block;
	background-position: -30px -232px;
}
.new-design-form.form div.radio-button span.checked {
	background-position: -5px -232px;
}
.new-design-form.form div.radio-button input {
	opacity: 0;
	width: 15px;
	height: 15px;
	background: none;
	text-align: center;
	display: inline-block;
	filter: alpha(opacity:0);
}
.new-design-form.form div.selector {
	width: 250px;
}
.new-design-form.form div.selector.styled-with-width {
	width: 124px;
}

.new-design-form .short-field-group {
	float: left;
	width: 655px;
}

.new-design-form.form .signup-confirmation h2 {
	margin-top: 50px;
}
.new-design-form.form .signup-confirmation input.text,
.new-design-form.form .signup-confirmation textarea.text {
	width: 635px;
	padding-left: 10px;
	padding-right: 10px;
}
.new-design-form.form .signup-confirmation textarea.text {
	padding-top: 5px;
	padding-bottom: 5px;
}
.new-design-form.form .signup-confirmation .form-row .referral-link {
	padding: 0 10px;
	margin-bottom: 5px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	vertical-align: middle;
	background: #D8E2EC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.new-design-form.form .signup-confirmation .form-row #submit-indicator {
	vertical-align: bottom;
}
.new-design-form.form .signup-confirmation .form-row .share-hint {
	margin-left: 20px;
	line-height: 20px;
	vertical-align: middle;
}