﻿.createEmailAlertHeader
{
    background-image: url('../images/create_title.jpg');
    background-repeat:no-repeat;
    height:27px;
    width:318px;
    margin-top:20px;
    margin-left:15px;
}

.createEmailAlertTop
{
    background-image: url('../images/table_top.gif');
    background-repeat:no-repeat;
    width:650px;
    height:12px;
}

.createEmailAlert
{
    background-image: url('../images/table_middle.gif');
    background-repeat:repeat-y;
    width:650px;
    overflow:hidden;
}

.createEmailAlertBottom
{
    background-image: url('../images/table_bottom.gif');
    background-repeat:no-repeat;
    width:650px;
    height:12px;
}

.descriptionTopAlignment
{
    margin-top:10px;
}

.box1
{
    background-image: url('../images/form_1.gif');
    background-repeat:no-repeat;
    width:232px;
    height:87px;
    margin: 20px 0px 0px 15px;
    float:left;
}

.companyNameBox
{
    padding: 15px 0px 0px 35px;
}

.formTypeBox
{
    background: url('../images/form_type_bg.gif') no-repeat;
    height: 84px;
    width: 155px;
    margin: 23px 0px 10px 10px; /* margin: 23px 0px 0px 10px; */
    padding: 11px 0px 0px 15px;
    float:right;
    width: 185px;
}

.formLabel
{
    font-size: 14px;
    color: #2e5474;
    font-weight: bold;
    font-family: verdana;
}

.continueButton
{
    margin: 35px 10px 0px 10px;
    float:right;
}

.formHintsText
{
    font-size: 10px;
    font-family: verdana;
    color: #999;
    margin-top:6px;
    margin-left:4px;
}

#step2
{
    display:none;
    color: #32526b;
    font-family: Verdana;
}

.registerLeft
{
    width: 290px;
    float:left;
    margin:30px 0 0 25px;
}

.registerRight
{
    width: 290px;
    float:right;
    margin-top:25px;
}

#step2 h3
{
    font: bold 16px Verdana;
    line-height:inherit;
}

#step2BoxTop
{
    width: 250px;
    height: 33px;
    background: url('../images/form_top.gif') no-repeat top left;
}

#step2BoxMiddle
{   
    width:249px;
    background: url('../images/form_strip.gif') repeat-y;
    padding-left:45px;
}

#step2BoxBottom
{
    width:249px;
    height: 4px;
    background: url('../images/forms_bottom.gif') no-repeat top;
}

#step2BoxForm
{
    position:relative;
    top:-8px;
}

#step2BoxMiddle input
{
    color: #32526b;
    width:175px;
    margin-bottom:7px;
    padding:2px;
}

.imgCreateBtn
{
    padding-left:29px;
    padding-bottom:15px;
}

.registerList li
{
    font-size:14px;
    line-height: 1.5;
}

.checkBoxLabel, .checkBoxLabel a
{
    color:#9aa4ad;
}