.content{
    width: 980px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    padding: 20px 20px 20px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 16px #CCCCCC;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
    /*background: #fff;*/
    background:url('../images/login-box-back.jpg') right bottom no-repeat;
    /*background-position: 300px 300px;*/
}
section#main hgroup{
    width: 980px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
section#main hgroup h2{
    padding: 0;
    margin: 0;
    font-size:1.1em;
    text-transform: uppercase;
}
/*  Inner login box */
/*  Inner Login Box content */
section#main section#inner_box .login_content{
    width: 980px;
    height: 430px;
    margin-top: 10px;
    behavior: url(css/PIE.htc);
    background: #fff;
}
section#main section#inner_box .login_content .col_1{
    float: left;
    width: 290px;
    padding: 15px;
    margin-right: 10px;
    height: 400px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 8px 2px #CCCCCC;
    -moz-box-shadow: 2px 2px 8px 2px #CCCCCC;
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_1  .login_controls{
    width: 290px;
    height: auto;
}
section#main section#inner_box .login_content .col_1  .login_controls #alert{
    color: #ff0000;
    font-size: 0.8em;
    height: 30px;
    line-height: 30px;
    margin-left: 65px;
    width: 220px;
}
section#main section#inner_box .login_content .col_1  .login_controls #alert img{
    float: left;
    margin-right: 5px;
    width: 25px;
    height: 20px;
    position: relative;
    top: 5px;
}
/* section#main section#inner_box .login_content .col_1  .login_controls #alert span {
    display: none;
} */
section#main section#inner_box .login_content .col_1 .login_controls #row{
    width: 290px;
    height: 30px;
    margin-top: 10px;
}
section#main section#inner_box .login_content .col_1 .login_controls #row #txt{
    color: #526C5A;
    float: left;
    font-family: 'arial narrow';
    font-size: 0.86em;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 55px;
}
section#main section#inner_box .login_content .col_1 .login_controls #row #control{
    float: left;
    width: 225px;
    height: 30px;
}
section#main section#inner_box .login_content .col_1 .login_controls #row #control .inputbox{
    width: 215px;
    height: 24px;
    padding-left: 5px;
    background: linear-gradient(to bottom, #EBEBEB 0%,#ffffff 100%);
    background: #EBEBEB;
    background: -webkit-gradient(linear, to bottom, #EBEBEB 0%,#ffffff 100%);
    background: -webkit-linear-gradient(to bottom, #EBEBEB 0%,#ffffff 100%);
    background: -moz-linear-gradient(to bottom, #EBEBEB 0%,#ffffff 100%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;    
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_1 .login_controls #row #control .inputbox:focus{
    box-shadow: 0 1px 0 #8AA292 inset, 0 -1px 0 #8AA292 inset, 1px 0 0 #8AA292 inset, -1px 0 0 #8AA292 inset, 0 0 4px rgba(35,146,243,0.5);
    -webkit-box-shadow: 0 1px 0 #8AA292 inset, 0 -1px 0 #8AA292 inset, 1px 0 0 #8AA292 inset, -1px 0 0 #8AA292 inset, 0 0 4px rgba(35,146,243,0.5);
    -moz-box-shadow: 0 1px 0 #8AA292 inset, 0 -1px 0 #8AA292 inset, 1px 0 0 #8AA292 inset, -1px 0 0 #8AA292 inset, 0 0 4px rgba(35,146,243,0.5);
    behavior: url(css/PIE.htc);
    outline: none;
    background-color: #FFFFFF;
}
section#main section#inner_box .login_content .col_1 .login_controls #row_2{
    width: 225px;
    height:40px;
    margin-left: 65px;
    font-family: 'arial narrow';
    font-size: 0.86em;
    color: #666666;
    line-height: 30px;
}
section#main section#inner_box .login_content .col_1 .login_controls #row_2 a{
    display: block;
    width:71px;
    height: 35px;
    border-radius: 4px;
    background-image:url('../images/login-btn-strip.png');
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.9em;
    line-height: 35px;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 8px 2px #CCCCCC;
    -moz-box-shadow: 2px 2px 8px 2px #CCCCCC;   
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_1 .reclaim_controls{
    width: 290px;
    height: 110px;
    margin-top: 15px;
    padding: 10px 0;
    background: #DDD;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 8px 2px #CCCCCC;
    -moz-box-shadow: 2px 2px 8px 2px #CCCCCC;*/
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_1 .reclaim_controls #row{
    width: 290px;
    height: 30px;
    margin-top: 10px;
}
section#main section#inner_box .login_content .col_1 .reclaim_controls #row #txt{
    color: #526C5A;
    float: left;
    font-family: 'arial narrow';
    font-size: 0.86em;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 55px;
}
section#main section#inner_box .login_content .col_1 .reclaim_controls #row #control{
    float: left;
    width: 225px;
    height: 30px;
}
section#main section#inner_box .login_content .col_1 .reclaim_controls #row #control .inputbox{
    width: 195px;
    height: 24px;
    padding-left: 5px;
    background: linear-gradient(to bottom, #EBEBEB 0%,#ffffff 100%);
    background: #EBEBEB;
    background: -webkit-gradient(linear, to bottom, #EBEBEB 0%,#ffffff 100%);
    background: -webkit-linear-gradient(to bottom, #EBEBEB 0%,#ffffff 100%);
    background: -moz-linear-gradient(to bottom, #EBEBEB 0%,#ffffff 100%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;    
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_1 .reclaim_controls #row #control .inputbox:focus{
    box-shadow: 0 1px 0 #8AA292 inset, 0 -1px 0 #8AA292 inset, 1px 0 0 #8AA292 inset, -1px 0 0 #8AA292 inset, 0 0 4px rgba(35,146,243,0.5);
    -webkit-box-shadow: 0 1px 0 #8AA292 inset, 0 -1px 0 #8AA292 inset, 1px 0 0 #8AA292 inset, -1px 0 0 #8AA292 inset, 0 0 4px rgba(35,146,243,0.5);
    -moz-box-shadow: 0 1px 0 #8AA292 inset, 0 -1px 0 #8AA292 inset, 1px 0 0 #8AA292 inset, -1px 0 0 #8AA292 inset, 0 0 4px rgba(35,146,243,0.5);
    behavior: url(css/PIE.htc);
    outline: none;
    background-color: #FFFFFF;
}
section#main section#inner_box .login_content .col_1 .reclaim_controls .btn {
    width: 225px;
    height:40px;
    margin-left: 65px;
    color: #666666;
}
section#main section#inner_box .login_content .col_1 .reclaim_controls .btn a {
    background-image: url("../images/btn-strip.png");
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 2px #cccccc;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0.74em;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    width: 200px;
}
section#main section#inner_box .login_content .col_1  .register_controls{
    width: 290px;
    height: 38px;
}
section#main section#inner_box .login_content .col_1 .register_controls #row{
    width: 290px;
    height: 30px;
    margin-top: 10px;
}
section#main section#inner_box .login_content .col_1 .register_controls #row #txt{
    float: left;
    font-family: 'arial narrow';
    font-size: 0.86em;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
    width: 225px;
    font-weight: bold;
}
section#main section#inner_box .login_content .col_1 .register_controls #row #txt a {
    text-decoration: none;
    color: #00F;
}
section#main section#inner_box .login_content .col_1 .register_controls #row #control{
    float: left;
    width: 125px;
    height: 30px;
}
section#main section#inner_box .login_content .col_1 .register_controls #row #control .btn a{
    display: block;
    width:120px;
    height: 35px;
    border-radius: 4px;
    background-image:url('../images/login-btn-strip.png');
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.9em;
    line-height: 35px;
    font-weight: bold;
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_2{
    float: left;
    width: 290px;
    padding: 15px;
    /*margin-left: 10px;*/
    margin-right: 10px;
    height: 400px;
    /*background:url('../images/login-register.png') center bottom no-repeat;*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 8px 2px #CCCCCC;
    -moz-box-shadow: 2px 2px 8px 2px #CCCCCC;
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_1 .title, section#main section#inner_box .login_content .col_2 .title, section#main section#inner_box .login_content .col_3 .title{
    font-family: 'arial narrow';
    font-weight: bold;
    width: 290px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: none;
    background: none;
    color: #666666;
    font-size: 0.84em;
}
section#main section#inner_box .login_content .col_2 .login_txt2 {
    clear: both;
    color: #666;
    font-size: 0.8em;
    height: auto;
    text-align: justify;
    z-index: 27;
}
section#main section#inner_box .login_content .col_2 #row{
    width: 290px;
    height: 40px;
    margin-top: 10px;
}
section#main section#inner_box .login_content .col_2 #row #txt{
    color: #526C5A;
    float: left;
    font-family: 'arial narrow';
    font-size: 0.86em;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
    width: 55px;
}
section#main section#inner_box .login_content .col_2 #row #control{
    float: left;
    width: 225px;
    height: 30px;
}
section#main section#inner_box .login_content .col_2 #row #control input {
    width: 100px;
    height: 24px;
    padding-left: 5px;
    background: linear-gradient(to bottom, #EBEBEB 0%,#ffffff 100%);
    background: #EBEBEB;
    background: -webkit-gradient(linear, to bottom, #EBEBEB 0%,#ffffff 100%);
    background: -webkit-linear-gradient(to bottom, #EBEBEB 0%,#ffffff 100%);
    background: -moz-linear-gradient(to bottom, #EBEBEB 0%,#ffffff 100%);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    float: left;
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_2 #row #control .btn a{
    display: block;
    width:100px;
    height: 21px;
    border-radius: 4px;
    background-image:url('../images/btn-strip.png');
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.74em;
    line-height: 21px;
    font-weight: bold;
    margin-top: 2px;
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_2 .oderStatus{
    width: 290px;
    height: 262px;
    /*margin-top: 15px;
    padding: 20px 10px;
    background: #DDD;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;*/
    behavior: url(css/PIE.htc);
    color: #526C5A;
    /*font-weight: bold;*/
    font-size: 0.8em;
    /*text-align: center;*/
    /*line-height: 25px;*/
}
section#main section#inner_box .login_content .col_2 .oderStatus span {
    /*font-weight: bold;*/
    height: 40px;
    line-height: 17px;
    position: absolute;
    text-align: right;
    text-transform: capitalize;
    width: 80px;
    left: 35px;
}
section#main section#inner_box .login_content .col_3 .btn a {
    display: block;
    width: 200px;
    height: 35px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image:url('../images/login-btn-strip.png');
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.74em;
    line-height: 35px;
    font-weight: bold;
    margin-top:10px;
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_3{
    float: left;
    width: 290px;
    padding: 15px;
    margin-right: 0;
    height: 400px;
    background:url('../images/login-patient.png') center bottom no-repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 8px 2px #CCCCCC;
    -moz-box-shadow: 2px 2px 8px 2px #CCCCCC;
    behavior: url(css/PIE.htc);
}
section#main section#inner_box .login_content .col_3 .login_txt2{
    clear: both;
    color: #666;
    /*font-family: 'arial narrow';*/
    font-size: 0.8em;
    /*font-weight: bold;*/
    height: 305px;
    text-align: justify;
}
section#main section#inner_box .login_content div.headz {
    width: 280px;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background: #8AA292;
    font-size: 0.9em;
    margin-bottom: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 8px 2px #CCCCCC;
    -moz-box-shadow: 2px 2px 8px 2px #CCCCCC;
    behavior: url(css/PIE.htc);
}
div.bottomTextz {
    float: left;
    width: 290px;
    margin-top: 35px;
    margin-right: 10px;
    margin-bottom: 12px;
    height: auto;
}
div.bottomTextz .login_txt2 {
    clear: both;
    color: #aaa;
    font-size: 0.9em;
    font-weight: bold;
    height: auto;
    margin-bottom: 20px;
    line-height: 25px;
    text-align: left;
}
div.bottomTextz .btn a {
    display: block;
    width:130px;
    height: 35px;
    border-radius: 4px;
    background-image:url('../images/login-btn-strip.png');
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    float: left;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.9em;
    line-height: 35px;
    font-weight: bold;
    behavior: url(css/PIE.htc);
}
span.helpCall {
    color: #666;
    float: left;
    font-size: 0.84em;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: right;
    width: 270px;
}