.registration-form fieldset {
	width: 50%;
}

/* Registration */

#wrapper { 
	padding-top: 8px;
}

.main {
	margin-right: 340px !important;
}

.col-1 {
	width: 300px;
	float: left;
	margin: 0 !important;

}

.col-2 {
	clear: right;
	padding-left: 320px;
	margin-right: -340px;
}

.col-1 img {
	float: left !important;
	margin-bottom: 1em;
}

.col-1 hr {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 0;
}

.form-wrapper {
	clear: right;
}

.form-container {
	background: #f5efc9 url(../img/registration/register-form-container-top-left.gif) top left no-repeat;
	width: 100% !important;
	margin: 10px 0 5px 0;
	position: relative !important;
	clear: right;
	position: relative;
}

.form-container form {
	clear: right;
	background: transparent url(../img/registration/register-form-container-top-right.gif) top right no-repeat;
	padding: 20px; 	
}

.form-container form a,
.form-container form a:link,
.form-container form a:visited {
	text-decoration: underline !important;
}

.form-container form a:hover,
.form-container form a:active {
	text-decoration: underline;
}

.form-container h3 {
	clear: right;
	margin: 0 !important;
	padding: 0 1em 1em 1em !important; 
	color: #333;
	float: left;
	width: 50%;
}

.form-container h4.login-prompt {
	float: right;
	clear: right;
	margin: -0.4em 0 0 0 !important;
	padding: 0 1em 1em 26px !important; 
	color: #333;
	font-size: 0.9em !important;
	font-weight: bold;
	line-height: 1em;
	background: transparent url(../img/registration/icon-arrow-upper-left.gif) 0 2px no-repeat;
}

.form-container h4.login-prompt span {
	font-size: 1em !important;
	font-weight: normal;
}

.form-footer-wrap {
	height: 10px;
	background: transparent url(../img/registration/register-form-container-bottom-left.gif) top left no-repeat;
}

.form-footer { 
	height: 10px;
	background: transparent url(../img/registration/register-form-container-bottom-right.gif) top right no-repeat;
}

.form-container br.clear {
	clear: left;
}

.form-container form fieldset {
	border: 0;
	float: left;
	clear: right;
	padding: 0 0 0 20px !important;
	color: #758656;
	font-weight: bold;
	text-align: left;
	margin: 0 !important;
}

.form-register {
	min-height: 6em;
	padding-top: 1em;
}

.form-register .form-row {
	position: relative;
	text-align: left;
	clear: left;
	min-height: 30px;
}

.form-register label {
	float: left;
	width: 12em;
	clear: left;
}

.form-register input,
.form-register select {
	float: left;
	clear: right;
	height: 1.4em;
	font-size: 1em;
	margin: 0 0.5em 0 0;
}

.form-register fieldset.wide {
	width: 100%;
}

.form-register h4 {
	color: #333;
	font-size: 1.2em !important;
	font-weight: normal;
	line-height: 1em;
}

.form-register h4 span,
.form-register span {
	font-size: 0.8em !important;
	color: #666 !important;
	font-weight: normal !important;
	line-height: 1.2em !important; 
	padding: 0 !important;
}

.form-register input.register-input {
	width: 20em;
	border: 1px solid #c0c0c0;
	float: left;
}

.form-register input.register-input.narrow {
	width: 10em;
}

.form-register input#register-terms {
	float: left;
	margin-top: 0.4em;
	margin-right: 1em;
}

.form-register label.form-checkbox {
	float: left;
	clear: right;
	width: 90%;
}

.form-register div.hidden {
	display: none;
}

.form-register div.form-note, 
.form-register div.form-error,
.form-register div.form-success {
	font-weight: normal;
	background: transparent url(../img/registration/register-info.gif) no-repeat scroll 1px 1px;
	font-size: 85%;
	padding: 0 2em;
	line-height: 1.5em;
	clear: left;
	margin: 0 0 0.5em 0;

}

.form-register div.form-error {
	background: transparent url(../img/registration/register-error.gif) no-repeat scroll 1px 1px;
	font-weight: bold;
}

.form-register div.form-success {
	background: transparent url(../img/registration/register-success.gif) no-repeat scroll 1px 1px;
}

.form-register div.tip {
	height: 40px;
	line-height: 40px;
	position: absolute;
	background: transparent url(../img/registration/register-input-tip-bg.gif) top left no-repeat;
	color: #455c1c;
	z-index: 10;
	padding: 0 0 0 2em;
	margin: -0.5em 0 0 30em;
	text-align: left;
	width: 220px;
	clear: left;
}

.form-register div.tip.narrow {
	margin: -0.5em 0 0 20em;
}

.form-container form input.narrow {
	width: 90%;
	border: 1px solid #c0c0c0;
}

.form-container form input.submit {
	font-size: 1em;
	height: 2em;
	line-height: 2em;
	color: #333;
	margin: 1em 1em 0 0 !important;
	padding: 0 1em;
	clear: right;
}

.form-container form input.checkbox {
	width: 1em;
	height: 1em;
}

.form-container form a,
.form-container form a:link,
.form-container form a:visited {
	color: #758656;
	text-decoration: none;
	height: 2em;
	line-height: 2em;
}

.form-container form a:hover,
.form-container form a:active {
	text-decoration: underline;
}

input.button {
	height: 1.8em;
	margin: 0 1em 0 0 !important;
	font-size: 1em !important;
	line-height: 1.8em !important;
}

.login-prompt {
	float: right;
	clear: right;
}
