﻿.registerHeader
{
    color: #ffffff;
    height: 16px;
    font-size: 12px;
    padding: 8px;
    border-left: solid 1px #999999;
    width: 100%;
    background-color: #49494B;
}

.stepPanel
{
	padding-left:10px;
	padding-top:5px;
	color:#666666;
}

.registerPanel
{
    padding: 10px;
}

.registerPanelError
{
    padding: 10px;
}

.registerRequired
{
    font-size: 11px;
    color: #FFA500;
    padding-left: 10px;
}
.registerText
{
    font-size: 11px;
}
.registerTextError
{
    font-size: 11px;
    border: solid 1px red;
}
.registerSelectError
{
    font-size: 11px;
    border: solid 1px red;
    color: red;
    background: #FFE8E8;
}
.registerSection
{
    background-color: #ffffff;
    padding: 8px;
    width: 465px;
}
.registerSection input.registerInput
{
    width: 300px;
}

.registerSection input.registerInputError
{
    width: 300px;
    border: solid 1px red;
}

.registerSection .textareaAgreement
{
    width: 450px;
    height: 200px;
    font-size: 10px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px #cccccc;
}

.registerSection .textareaAgreementError
{
    width: 450px;
    height: 200px;
    font-size: 10px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px red;
    color: Red;
}


.registerSection .registerTextboxError
{
    width: 450px;
    font-size: 10px;
    border: solid 1px red;
}

.registerSection input.shortInput
{
    width: 100px;
}
.registerCheckboxError
{
    border: solid 1px red;
    background: #FFE8E8;
}

.registerSubmit
{
    margin-top: 0px;
    background: url(../images/advertisers/register/bottomnav.gif) no-repeat left top;
    height: 68px;
    width: 570px;
    font-size: 14px;
    color: #ffffff;
}

.registerInfo {
    padding-top:6px;
}