.page-wrapper {
    margin: 10px auto 0;
    width: 1030px;
}

.content-wrapper .bordered15 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 white !important;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #D0D1D2;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 15px;
    width: 100%;
}

.startBellowTop {
    background: url(/images/design/pop_top.png) no-repeat;
    margin: 0;
    padding: 0;
    text-align:center;
}

.startBellowBottom {
    background-color: #f4f4f4;
    background: url(/images/design/pop_bottom.png) no-repeat;
    height:55px;
    margin: 0;
    padding: 0;
}

.twoMinutes,
.time-to-create-an-ad,
.time-to-checkout {
    clear: both;
    color:#1d1d1d;
    font: bold 18px Arial,Helvetica,sans-serif;    
}

.time-to-checkout {
    background: transparent url(/images/design/reg_wizard/time_to_checkout.jpg) no-repeat;
    height:50px;
    line-height: 50px;
    margin: 10px 0 0 15px;
    padding: 0 0 0 45px;
}

.time-to-create-an-ad {
    background: transparent url(/images/design/reg_wizard/time_to_create_an_ad.jpg) no-repeat;
    height:50px;
    line-height: 50px;
    margin: 10px 0 0 25px;
    padding: 0 0 0 5px;
    
}

.startBellow {
    clear: both;
    color:#ee7400;
    font: bold 20px Arial,Helvetica,sans-serif;    
}

.navFaq {
    background: url(/images/design/reg_wizard/faq_button.png) no-repeat;
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    text-align: center;
    width: 86px;
}

.navFaq a,
.navFaq a:visited,
.navFaq a:hover {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration:none;
}

.navFaq:hover {
    background-position: 0 -38px;
}

.navFaq:hover a {
    color: #fff;
}

.content .content {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    height: 150px;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.content .content .title {
    font-size: 14px;
    font-weight: 700;
}

.content .content .content {
    font-size: 12px;
    line-height: 1.3em;
    width: 100%;
}

.content .content .content strong {
    font-size: 12px;
}

.content .content .content ol {
    padding: 0;
}

.login-form-header td {
    background-color: transparent;
    background-image: url(/images/design/login-header.gif);
    background-repeat: no-repeat;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 301px;
}

.login-form-header td a {
    color: #fff;
    text-decoration: underline;
}

.login-form-footer td {
    background: #fff url(/images/design/login-footer.png);
    height: 8px;
    padding: 0;
}

.login-form-fields td {
    background: #fff url(/images/design/login-body.png);
    color: #000;
    font-size: 11px;
    font-weight: bold;
    height: 154px;
    text-align: right;
    vertical-align: middle;
}

.login-form-fields input {
    border: 1px solid;
    border-color: #898989;
    margin-right: 15px;
}

.loginField input {
    height: 25px;
    width: 170px;
}

.login-form-fields span.label {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 50px;
}

.login-form-fields .login-button {
    display: inline;
    float: left;
    margin-right: 5px;
    text-align: right;
}

.loginSignIn {
    display: inline;
    float: left;
}

.loginHz {
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
}

.login-form-fields {
    color: #f00;
    font-size: 8pt;
    font-weight: bold;
    margin-right: 95px;
    text-decoration: none;
}

.forgot{
    display: inline;
    float: left;
    margin-left: 20px;
    margin-top: 16px;
}

.forgot a {
    color: #b0645a;
    font-size: 8pt;
    font-weight: bold;
    margin-right: 5px;
    text-decoration: none;
}

.login-form-fields .login-button input {
    border: 0;
    padding: 5px;
    width: 130px;
}

.login {
    overflow: hidden;
    width: 100%;
}

.login-left {
    width: 634px;
}

.login-right {
    float: right;
}

.powered-by {
    color: #606060;
    font-family: Arial;
    font-size: 8pt;
    text-align: right;
}

.login-right .powered-by {
    text-align: right;
}

.login-right .powered-by img {
    vertical-align: text-bottom;
}

.logout-right {
    text-align: right;
}

.logout-right .powered-by {
    padding: 5px;
}

.logout-right .sign-out{ 
    font-size: 12px;
    padding: 5px;
}

.logout-right .sign-out a:visited,
.logout-right .sign-out a:hover,
.logout-right .sign-out a{ 
    color: #00f;
}

.bold {
    font-weight: bold;
}

/* BEGIN: Registration Users Menu Navigation */
.registration .user-faqs {
    display:none;
}

.registration .user-navigation {
    height: 20px;
}

.registration .user-navigation li a {
    font-size: 12px;
    height: 20px;
    padding: 0 10px;
}

.steps_wrapper{
    margin: 20px 0 10px;
}

.advertiser_data_grid table.grid td.cpm input[type="text"] {
    width: 50px;
}

.advertiser_data_grid table.grid td.cpm a {
    display: inline;
    padding: 0 3px;
}

.advertiser_data_grid table.grid td.cpm div.result {
    float: right;
    width: 45%;
}

.brand-header {
    margin: 50px auto 0;
    width: 1030px;
}
