/* 
    Document   : BBoxComment
    Created on : Aug 17, 2009, 2:41:14 PM
    Author     : kalista
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.topComment
{
     background: url(../images/comment/top.png) no-repeat;
     padding-top:40px;
     width:500px;
}

.centerComment
{
    width:500px;
    padding-bottom:15px;
    background: url(../images/comment/center.png) repeat-y;
}


.bottomComment
{
    width:500px;
    padding-bottom:25px;
    background: url(../images/comment/bottom.png) no-repeat;
}

.topLongComment
{
     background: url(../images/comment/top_long.png) no-repeat;
     padding-top:40px;
      width:650px;
}

.topLongShortComment
{
     background: url(../images/comment/top_long_order.png) no-repeat;
     padding-top:30px;
      width:650px;
}

.centerLongComment
{
    width:650px;
    padding-bottom:15px;
    background: url(../images/comment/center_long.png) repeat-y;
}


.bottomLongComment
{
    width:650px;
    padding-bottom:25px;
    background: url(../images/comment/bottom_long.png) no-repeat;
}


.contentComment
{
    padding-left:26px;
    padding-right:5px;
}

.title_text
{
     color:#A39673;
     font-size:16px;
}

.we_call_you_back
{
    color:#A39673;
    font-size:14px;
    font-style:normal;
    font-weight:800;
    font-family:Arial;
}

.we_call_you_back:hover
{
    cursor:pointer;
}

/*
color:#53524B;
font-family:Arial;
font-size:12px;
font-style:normal;
font-weight:800;
*/
