/* Basic page-wide styles */

/** Commenting this style out at the moment as its changing the list style on all the pages
ul, li {
    margin:0;
    padding:0;
    list-style-type:none;
}
*/

#container {
    position:relative;
}


input:focus {
    border:1px solid #b9d4e9;
    border-top-color:#b6d5ea;
    border-bottom-color:#b8d4ea;
    box-shadow:0 0 5px #b9d4e9;
}

#container span {

}

/* Styles for verification */
#pswd_info {
    position:absolute;
    bottom:-32px;
    bottom: -105px\9;
    left:170px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

/* Styles for verification */
#confirm_pswd_info {
    position:absolute;
    bottom:4px;
    bottom: -105px\9;
    left:170px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
#confirm_pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#confirm_pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

.invalid {
    background:url(../img/cross.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../img/tick.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}