body {
    background: #000;
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    text-align: center;
}

.share {
    margin-top: 10px;
    font-size: 0.8em;
}
.share h4 {
    color: #3366cc;
    font-size: 1.1em;
    margin-bottom: 4px;
}

#dol-dialog {
    text-align: left;
}

#dol-dialog.loading {
    background: #fff url(/images/loading_indicator.gif) 50% 50% no-repeat;
}

a { 
    color: #3b5998;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

h2 {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin: 12px 0;
    padding: 6px 10px;
    background: #eceff5;
    border-bottom: 1px solid #94a3c4;
}

p {
    color: #000000;
    font-size: 12px;
}

.user-mail #address {
    width: 280px;
}

.user-mail #submit {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
