﻿#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 40px;
}        

#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:#cc0000;
}

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 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 0;
}
#register-updates
{
    clear: left;
    padding: 10px 0 0px 30px;
}
#register-submit {
padding:10px 20px 12px 0;
}

#register-submit input
{
    margin-bottom: 10px !important;
    float: right;
}
.register-submit {
padding:10px 30px 0 0;
}

.register-submit input
{
    float:right;
}


#panel-campaigns li
{
    list-style: none;
}
.campaign-group
{
    margin: 5px 0 0 0;
    float: left;
    width: 32%;
}
.campaign-group div
{
    margin: 0 0 15px 0;
}

/* Forms */

.boxform 
{
    background: #e7decf url(../images/form.gif) no-repeat 0 0;
    width: 532px;  
}

.boxform .wrapper 
{
    background: url(../images/form.gif) no-repeat -532px 100%;
    padding: 30px 30px 30px 30px;    
    min-height: 100px;
}



.bigboxform 
{
    background: #e7decf url(../images/formbig.gif) no-repeat 0 0;
    width: 700px;  
}

.bigboxform .wrapper 
{
    background: url(../images/formbig.gif) no-repeat -710px 100%;
    padding: 30px 30px 30px 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 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 0;
	padding: 0;
    width: 200px;
	float:left;
}

#login .fields 
{   
    text-align: center;
}

#login .fields dl 
{
    width: 300px;
    margin: 0 auto; 
}

/* Client Custom Forms */


#customform fieldset
{
    display: block;
    border: 0;
    margin-bottom: 1em;
}

#customform div.field 
{
    display: block;
    width: 28%;
    float:left;
    display: inline; 
    font-weight: bold;
    padding-top: 2px;
    text-align: right;
}

#customform div.value 
{
    margin-left: 30%;
}

#customform fieldset input, 
#customform fieldset label 
{
    margin: 0;
}

/* Text boxes */

#customform fieldset.text input,
#customform fieldset.textarea textarea 
{
    width: 85%;    
}

/* Single checkboxes */

#customform fieldset.checkbox input 
{
    float: left;
    display: inline;
}

#customform fieldset.checkbox label 
{
    width: auto;
    margin-left: 18px;
    display: block;
    float: none;
    zoom: 1;
}

/* Radio and checkbox lists */

#customform ul,
#customform ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

#customform ul li 
{
    margin-bottom: 0.2em;
}

#customform ul 
{
    display: block;
    padding-top: 2px;
}

#customform ul input 
{
    float: left;
    display: inline;
}

#customform ul label 
{
    width: auto;
    margin-left: 18px;
    display: block;
    float: none;
    zoom: 1;
}

/* Headings and stuff */

#customform hr 
{
    margin:1em 0 1em 0;
    display:none;    
}

#customform .hr 
{
    margin:1em 0 0.5em 0;
    background:url(../images/line_brown.gif) no-repeat -200px 0;
}

#customform h2, #customform h3 
{
    margin: 0.5em 0 1em 0;
    font-size:1.166em;
    color:#ee3224;
}

#customform h3 
{
    font-size: 1em;    
}

/* Captcha */

#customform .captcha img 
{
    margin-top: 10px;
}

/*
#customform {
    
}
.requirednote 
{
    font-size:0.916em;
    padding:0;
    margin:0 0 1em 0;
}


#customform fieldset 
{
    border:0px;
    margin:0;
    padding:0;
    clear: both;
    display:block;
}
    .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 .fieldset-checkbox 
    {
        padding-left: 28%;
        margin: 0 0 0 10px;
    }

    #customform .fieldset-checkbox label 
    {
        width: auto;
        float: left;
        margin-left: 20px;
        text-align: left;
        font-weight: normal;
    }
    
    #customform .fieldset-checkbox input 
    {
   
    }
    
    #customform .fieldset-checkbox fieldset 
    {
        display: inline;  
        float: left;
    }
    
    #customform hr 
    {
        margin:1em 0 1em 0;
        display:none;
        
    }
    #customform .hr 
    {
        margin:1em 0 0.5em 0;
        background:url(/images/line-squig-brown.gif) no-repeat 0 0;
    }
    #customform h2, #customform h3 
    {
        margin:0 0 5px 0;
        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;
       height:20px;
       margin:0 10px 0 5px;
       font-weight:normal;
       padding:0;
       text-align:left;
    }
    #customform fieldset fieldset div
    {
       float:left;
       width:23%;
       margin:0 0 3px 0;
       
    }
        #customform fieldset.captcha 
    {
        height:70px;
        
    }
    #customform fieldset.captcha input 
    {
        margin:0.5em 0 0.5em 0;
        width:107px;
        
    }
    #customform fieldset.captcha img 
    {
        display:block;
        
    }
    #customform #formsubmit 
    {
        margin:1em 0 0 0   
    }
    #customform #formsubmit input 
    {
        width:auto;   
    }
    
*/