/*--------------------------------------------------
* Basic Layout
* Define the basic template: header, footer, etc.
---------------------------------------------------*/
#main{
    border-top: 1px solid #fff;
}
/*-------------------------------------------------------------
* Generic Classes
* Define styles for simple things like floating to the sides,
* removing a bottom margin on elements, etc.
--------------------------------------------------------------*/
h1{
    color: #ff6600;
    font-size: 24px;
}
h2, h3{
    font-size: 18px;
    font-weight: 400;
}
h4{
    font-size: 13px;
    font-weight: 700;
}
/*--------------------------------------------------
* Etc
* Continue to define the other sections one by one.
---------------------------------------------------*/
#congrats{
    margin-bottom: 40px;
    position: relative;
    width: 500px;
}

#congrats #arrow{
    background: url(/images/ff-allow-arrow.png) 0 50% no-repeat!important;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ff-allow-arrow.png',sizingMethod='scale');
    height: 65px;
    position:absolute;
    right:0;
    text-indent: -999px;
    top: -40px;
    width: 75px;
}


/*--------------------------------------------------
* Override webFormA
---------------------------------------------------*/
.webFormA{
    margin-bottom: 20px;
}
.webFormA fieldset{
    border-color: #ddd;
    padding: 10px 20px;
}
.webFormA legend{
    font-size: 15px;
    padding: 0 2px;
}
.webFormA .tailTip{
    color: #666;
    font-size: 12px;
}
/*--------------------------------------------------
* Login Form
---------------------------------------------------*/
#openID{

}
#openID form .firstIBtn{
    width: 150px;
}
#openidUrl{
    width: 340px;
}
#diigoLogin{

    margin-bottom: 20px;
}
#diigoLogin h4{
}
#loginForm label{
    display:block;
    margin-top: 1.2em;
}
#loginForm .firstIBtn{
    width: 100px;
}

#loginHelp{margin-top:8px;}
#loginHelp ul{margin-left: 20px;list-style-type:disc;color:#666;}
#loginHelp ul li{margin-bottom: 5px;}
#bottomBtn{margin-top: 1em;}