#license_no {
    padding: 5px;
    font-size: 140%;
}


#identify-wrapper {
    margin: 0 auto;
    min-height: 300px;
}


#account-identify {
}

#account-identify h4 {
    font-size: 1.2em;
}

#account-identify-left input[type="password"],
#account-identify-left input[type="text"] {
    font-size: 1.5em;
    margin-right: 5px;
}



#account-identify-left {
    border: 1px solid #CCC;
    box-shadow: 0 0 5px #CCC;
    margin-bottom: 15px;
}

#account-identify-left table {
    width: 100%;
}

#account-identify-left td {
    line-height: 28px;
    padding: 5px 8px;
}

#account-identify-left label {
    color: #666;
    font-weight: bold;
}

#account-identify-left h3 {
    margin: 0;
}

#account-identify-left h4 .step {
    color: #666;
}

#account-identify-left .banner {
    border-bottom: 1px solid #CCC;
}

#account-identify-right {

}

#account-identify-right blockquote {
    background-image: url('/images/home/bg-quotes.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #6C6C6C;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}

#account-identify-right cite {
    color: #A2A2A2;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    text-align: right;
    font-style: italic;
}

#mobileVerificationTable {
}

#mobileVerificationBox {
    background-color: white; 
    height: 100%; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    border-radius: 8px; 

    -webkit-box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    padding: 15px;
}