#main{
    background-color:#eceff5;
    padding-bottom: 80px;
}
#column{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    color: #303030;
    background-color: white;
    font-size: 14px;
    line-height: 1.8;
}
#innerLeftColumn{
    padding: 10px 30px;
}
#innerRightColumn{
    margin: 0;
    padding: 10px 30px;
}
#pageName h1{
    text-shadow: 0 1px 0 rgba(255,255,255,1);
    -moz-text-shadow: 0 1px 0 rgba(255,255,255,1);
}
#column h2{
    font-size: 15px;
    margin-bottom: 5px;
}
#column p{
    margin-bottom: 8px;
}
.section{
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
#column .last{
    border-bottom: none;
    margin-bottom: 0;
}
#column .divider{
    border: none;
}

#options{
    border: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}
#options tr{
    vertical-align: top;
}
#options td{
    padding: 20px 10px;
    text-align: center;
}
#options td.yahoo{
    border-right: 1px solid #e5e5e5;
}
#options td.diigo{
    
}
#signInEntry{
    text-align: right;
    font-size: 13px;
    color: #606060;
}
.tips{
    font-size: 12px;
    color:#007000;
}
td.diigo div{
    position: relative;
}
td.diigo .or{
    position: absolute;
    display:block;
    background-color: #f5f5f5;
    color: #808080;
    font-weight: bold;
    left: -30px;
    top: 3px;
}