/* 
    Document   : comment_css
    Created on : 2013-6-28, 16:18:32
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/*Common*/
*
{
    margin: 0;
    padding:0;
}
/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/
ol, ul
{
    list-style: none;
}
div.clear
{
    float: none !important;
    clear: both;
}
.aligncenter
{
    text-align: center;
}
body{ margin:0; font-size:12px; font-family:"Arial", Helvetica, sans-serif; color:#000; background:#fff;}
img{
    border:0 none;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
b
{
    font-weight: bold;
}
input
{
    vertical-align: middle;
}
.width
{
    width: 1200px;
    margin: 0 auto;
}