/* 
    Document   : faq
    Created on : Mar 11, 2010, 1:38:22 PM
    Author     : martin
    Description:
        Purpose of the stylesheet follows.
*/

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

.faq {
    width: 471px;
    height: 714px;
    margin-top:20px;
	margin-left:140px;
}
.faq-lis-atas{
    background-image: url(../images/faq/lis-atas.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 471px;
    height: 38px;
}
.faq-tengah{
    background-image: url(../images/BG-transparant-Red.png);
    width: 451px;
    padding: 10px;
    color: #fff;
}
.faq-lis-bawah{
    background-image: url(../images/faq/lis-bawah.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 471px;
    height: 38px;
    margin-bottom: 50px;
}
