﻿#main {
	padding-left: 20px;
}
.clear {
	clear: both;
	display: hidden;
}
/*Login form */

.panel-login {
	background: url(../images/form.gif) no-repeat 0 0;
	min-height: 240px;
	width:532px;
}
.panel-login .panel-login-wrap {
	background: url(../images/form.gif) no-repeat -532px 100%;
	padding: 30px 20px 15px 20px;
}
.panel-login-wrap p {
	margin:0;
	padding:0;
}
.forgotemail {
	width: 200px;
}
/* Login form */

#login-form {
	width: 532px;
}
#login-form a:link,
#login-form a:visited,
#login-form a:hover,
#login-form a:active {
	color: #EC2030;
}
/* Register Form */

#register {
	width: 532px;
}
#register .input {
	clear: left;
}
#register .error {
	display: block;
	padding: 5px 0;
}
#register .fright {
	float: right;
	padding: 12px 6px;
}
#register p {
	margin-left: 2px;
}
.panel-register {
	background: #e7decf url(../images/form.gif) no-repeat 0 0;
	min-height: 200px;
	width: 532px;
}
.panel-register .panel-register-wrap {
	background: url(../images/form.gif) no-repeat -532px 100%;
	padding: 40px 40px 50px;
}
#register-fields label,
#register-preferences .label {
	/*float: left;*/
    clear: both;
	text-align: right;
	font-weight: bold;
	margin:5px 20px 0 0;
	width: 100px;
}
#register-fields label span {
	color: #e1081e;
}
.panel-register dl dt {
	text-align: right;
}
.panel-register dl dt label {
	padding-right: 15px;
}
div.form-pairs dl dt {
	width:140px !important;
	font-weight:bold !important;
}
div.form-pairs dl dt span {
	color:#c00;
}
div.form-pairs dl dd {
	margin-left:160px !important;
}
#register-main input {
	width:230px;
}
#register-fields span.error {
	float:left;
	padding-left: 5px;
	font-weight:bold;
}
#register-fields input,
#register-preferences .input {
	float: left;
	width: 180px;
	margin: 5px 0 0;
}
#register-preferences {
	clear: both;
	background:url(/images/line-squig-brown.gif) no-repeat 0 0;
	margin: 0 10px 0 0;
	padding: 30px 0 0;
}
#register-updates {
	clear: left;
	padding: 10px 0 0 30px;
}
#register-submit {
	overflow:hidden;
}
#customform #register-submit input {
	margin: 10px 218px 10px  0;
	float: right;
	width: 110px;
	height: 30px;
}
.register-submit {
	padding:10px 30px 0 0;
}
.register-submit input {
	float:right;
}
#panel-campaigns li {
	list-style: none;
}
.campaign-group {
	margin: 5px 0 0;
	float: left;
	width: 32%;
}
.campaign-group div {
	margin: 0 0 15px;
}
/* Forms */

.boxform {
	background: #e8eeee url(../images/form.gif) no-repeat 0 0;
	width: 532px;
}
.boxform .wrapper {
	background: url(../images/form.gif) no-repeat -532px 100%;
	padding: 30px;
	min-height: 100px;
}
/* Registration form */

#register div.form-pairs dl dt {
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}
input#ctl00_PageHolder_ContentHolder_Main_user_details_fldPassword,
input#ctl00_PageHolder_ContentHolder_Main_user_details_fldReEnterPassword {
	width: 180px;
}
#login dl {
	clear: left;
	margin: 0;
	padding: 3px 0;
}
#login dl dt {
	float: left;
	margin: 5px 0 0;
	padding: 0;
	width: 90px;
	text-align: left;
}
#login dl dd {
	margin:0;
	padding: 0;
	margin-left: 100px;
}
#login dl dd input {
	margin: 5px 0 0;
	padding: 0;
	width: 200px;
	float:left;
}
#login .fields {
	text-align: center;
}
#login .fields dl {
	width: 300px;
	margin: 0 auto;
}
/*Client Custom Forms */

.requirednote {
	font-size:0.916em;
	padding:0;
	margin:0 0 1em;
}
#customform fieldset {
	border:none;
	margin:0 0 5px;
	padding:0;
}
.fieldset-textarea {
	height:100px !important;
}
.fieldset-single {
	height:20px !important;
}
#customform label {
	width:28%;
	float:left;
	font-weight:bold;
	text-align:right;
	padding:0 1em 0 0;
}
#customform input,
#customform textarea {
	width:60%;
}
#customform textarea {
	height:7em;
}
#customform hr {
	margin:1em 0;
	display:none; /*Hides normal HR for styling - see replace below */
}
#customform .hr {
	margin:1em 0 0.5em;
	background:url(/images/line-squig-brown.gif) no-repeat 0 0;
}
#customform h2,
#customform h3 {
	margin:0 0 5px;
	padding:0;
	line-height:2em;
	font-size:1.1em;
	color:#ee3224;
}
#customform fieldset fieldset {
	margin:0;
	padding:0;
	height:auto;
}
#customform fieldset fieldset input {
	width:auto;
	float:left;
	height:20px;
	margin:0;
	padding:0;
}
#customform fieldset fieldset label {
	width:auto;
	margin:0 10px 0 5px;
	font-weight:normal;
	padding:0;
	text-align:left;
}
#customform fieldset fieldset div {
	float:left;
	margin:0 0 3px;
	width:160px;
}
#customform fieldset.captcha {
	height:70px;
}
#customform fieldset.captcha input {
	margin:0.5em 0;
	width:107px;
}
#customform fieldset.captcha img {
	display:block;
}
#customform #formsubmit {
	margin:1em 0 0;
}
#customform #formsubmit input {
	width:auto;
}

