/* 
    Document   : social
    Created on : 2010-03-02, 12:27:11
    Author     : miron
    Description:
        Purpose of the stylesheet follows.
*/


.socialList{
    margin-bottom: 10px;
    padding-top: 4px;
}

dl{
    width: 565px;
    float: left;
}
dt{
    text-align: right;
    margin-bottom: 5px;
    width: 130px;
    float: left;
    font-weight: bold;
    clear: both;
}
dd{

    width: 430px;
    margin-left: 4px;
    float: left
}

dd.author{
    font-size: 11px;
    margin-bottom: 5px;
}

dd.desc{
    color: #000;
    font-weight: bold;
}
.form{
    margin-top: 20px;
}
.input.textarea.box2 label{
    color: #000;
    font-weight: bold;
}

