.content {
    padding: 9px 17px 17px 26px;
    font: italic 12px "Georgia", Times;
}
.name {
    font: bold 31px Helvetica Neue, "Arial", Helvetica, Geneva, sans-serif;
    display: block;
    position: relative;
}
.info2{
    width: 500px;
}
.info1{
}
h2 {
    font: bold 2.8em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    margin: 10px 0 9px;
}
a{
    color: #0099FF;
    text-decoration: none;
    font-weight: bold;
}
.light{
    color: #666666;
}
#networks {
    margin-top: 20px;
    margin-bottom: 33px;
}
.list li{
    list-style-type: none;
    position: relative;
    display: block;
}

.list {
    display: block;
    position: relative;
}

.list ul {
    margin: 0;
    padding: 0;
}

.list a{
    float: left;
    height: 12px;
    width: 88px;
    background: url(/images/network_bg.png) no-repeat left top;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: -3px;
}
.list a:hover{
    color: #fff;
    background: url(/images/network_over.png) no-repeat left top;
}
.first a{
    background-image: url(/images/network_bg_first.png);
    clear: both;
}
.first a:hover{
    background-image: url(/images/network_first_over.png);
}
h3, h4 {
    margin-top:3px;
    margin-bottom:3px;
}

div.notice, div.error {
    background: #ccc;
    padding: 10px;
    border: 1px solid #000;
    text-align: center;
    font-weight: bold;
}

div.notice {
    background-color: #75c697;
    border-color: #0b5421;
    color: #0b5421;
}

div.error {
    background-color: #c68079;
    border-color: #75231b;
    color: #75231b;
}

.top-links {
    text-align: right;
}

input.text_field {
    padding: 5px;
    border: 1px solid #888;
    color: #666;
}

input.text_field:focus {
    color: #000;
}

input.short {
    width: 100px;
}

input.shorter {
    width: 80px;
}

input#openid_url {
    background: url(http://openid.net/login-bg.gif) no-repeat;
    background-color: #fff;
    background-position: 0 50%;
    color: #000;
    padding-left: 18px;
    width: 200px;
}

.clear {
    clear: both;
}

.gray {
    color: #888;
}

#edit-zone {
    border: 1px solid #888;
    width: 400px;
    padding: 10px;
}

.droppable-active {
    background: #ffff99;
}

.droppable-hover {
    background: #b2d8f1;
}

fieldset {
    margin: 10px 0;
    display: inline;
    border: 1px solid #ccc;
}

legend {
    color: #888;
}

.errorExplanation {
    background: #ff9999;
    border: 1px solid red;
    padding: 10px;
    width: 450px;
}

.errorExplanation h2 {
    font-size: 1.4em;
}
