﻿/*any login or password pages*/


#log-in-blocks
{
    margin:50px auto; 
    width:850px;
}

.image-login 
{
    padding: 10px 0 0px 0;
    height:661px;
    width:991px;
    margin:0 0 0 -4px;
}

.image-login #log-in-blocks 
{
    width:338px;
   
    margin: 20px 0 0 630px;

}

#enroll-wrapper .image-login #log-in-blocks 
{
    margin:70px 0 0 630px;
}

#enroll-wrapper .image-login #log-in-blocks .left-item 
{margin:0 0px 0 20px;
 
}

#enroll-wrapper .image-login #log-in-blocks .left-item h1 
{
    line-height:1em; 
}

#enroll-wrapper .image-login #log-in-blocks #search-by
{
    margin:0;
}

    
.left-item
{
    float:left;
    margin:0 55px;
    height:200px;
    width:280px;
    line-height:18px;
}
.left-item .textbox 
{
    width: 120px;
}

.main-login 
{
    margin:0 15px;
    width:200px;
    line-height:18px;
}

#login-create .left-item  
{
    width:270px;
    float:left;
    margin: 25px 170px 0 45px;
    _margin: 25px 170px 0 20px;
}

#login-create #ph_secure_CreateAccount, #login-create #ph_secure_ThankYouMessage
{
    width:465px;
    float:left;
    margin: 25px 0 0 0;
    min-height: 300px;
}

#ph_secure_CreateAccount input, #ph_secure_CreateAccount select
{
    margin:8px 0 8px 3px;
    
}

#ph_secure_CreateAccount hr 
{
    margin:5px 0;
}

#ph_secure_CreateAccount table.gender 
{
    display:inline-block;
    width:143px;
    margin:0;
    padding:0;
    height:30px;
    _height:30px;
    _width:100px;
    _float:left;
}

#ph_secure_CreateAccount input.left, #ph_secure_CreateAccount select.left 
{
    margin: 8px 50px 8px 3px;
}

#ph_secure_CreateAccount span.right 
{
    margin: 0 0 0 78px;
}

#ph_secure_CreateAccount table.gender tr
{
    display:inline;
    padding:10px 0 0 0;
}

#login-create h2 
{
    font-size:18px;
}



#password-requriments 
{
    font-size:10px;
    background:#f5f5f5;
    border:1px solid #ccc;
    float:right;
    width:270px;
    padding:10px;
    margin: 8px 0 0 0;
}

#password-requriments  ul 
{
    margin:5px 0 0 15px;
    padding:0;
}
 .right-item 
{
    border-left:1px dashed #CCCCCC;
    padding:0 0 0 100px;
   _padding:0 0 0 80px;
    margin:0!important;
    width:350px;
    height:200px;
    float:left;
}

.right-main-login
{
    border-left:1px dashed #CCCCCC;
    padding:0 0 50px 80px;

    margin:0;
    width:510px;
    height:300px;
    float:left;
    font-size:11px;
    }

.right-main-login img 
{
    margin:0 15px 10px 0;
    float:left;
}

.image-login .right-main-login 
{
 display:block;
 clear:both;   
 padding:0;
 margin: 65px 0 0 0;
}

.image-login .right-main-login strong 
{
    color:#ff6600;
}

.right-main-login p {margin:2px 0 0 0;}

.image-login  .right-main-login
{
    border-left: none;
    width:320px;
    padding: 0 0 0 15px;
}


/**************
Password pages
**************/

.password-wrapper {
    width:900px;
    margin:20px auto;
}

table#change-password {
    width:300px;
    margin:30px 0 0 80px; 
    float:left;
}

.password-right-block {


    margin:30px 0 0 30px;
    float:left;
    padding:10px 10px 0 10px;

}

.password-submit-btn { margin:5px 0 0 70px; }

.no-left-nav-wrapper {
    margin: 40px auto;
    width:750px;
}

/**************
Save-redirect page (Create web lead)
**************/

#ph_secure_CreateAccount .form-left 
{
    width:100px;
    text-align:right;
    display: inline;
    float: left;
    padding: 6px;
    position: relative;
    clear:left;
}
#ph_secure_CreateAccount .form-right 
{
    width:341px;
    display: inline;
    float: left;
    padding: 6px;
    position: relative;
}
#ph_secure_CreateAccount input, #ph_secure_CreateAccount textarea {
    font-family: Verdana;
    font-size: 12px;
}
#ph_secure_CreateAccount label 
{
    float:right;
    vertical-align: middle;
}

#ph_secure_CreateAccount input.inputerror {
    border: 2px solid #FF8582;
}
#ph_secure_CreateAccount .formerror {
    background: url("/includes/images/erroricon.png") no-repeat scroll 10px 50% #FEABAA;
    border-bottom: 1px solid #FF8582;
    border-top: 1px solid #FF8582;
    color: #B42B23;
    position:absolute;
    right: 0px;
    font-size: 0.95em;
    padding: 3px 6px 3px 30px;
    width: 135px;
}
#ph_secure_CreateAccount input[type="text"], #ph_secure_CreateAccount textarea, #ph_secure_CreateAccount select {
    border-color: #999999 #EEEEEE #EEEEEE #999999;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    font-family: Verdana;
    font-size: 12px;
    vertical-align: middle;
    margin: 0;
}
#ph_secure_CreateAccount input[type="text"] {
    width:155px;
    height:18px;
}
#ph_secure_CreateAccount select {
    width:158px;
}
#ph_secure_CreateAccount textarea {
    width:300px;
    line-height:1.4em;
}
#ph_secure_CreateAccount #ph_secure_Submit {
    clear:left;
    float:left;
    margin-left: 118px;
}
#ph_secure_CreateAccount .required-note 
{
    float:left;
    margin:15px 0 0 20px;
}
