/*
    Document   : inside.css
    Created on : 18 mai 2009, 13:23:37
    Author     : Killian EBEL
*/

/*******************************************************************************
            FAQ
*******************************************************************************/

#addquestion {
    background: url('../../images/faq_addquestion_background.png') no-repeat;
    margin: 15px 0 0 0;
    width: 246px;
    height: 90px;
}

#addquestion dt {
    font-size: 0.7em;
    padding: 15px 0 0 20px;
    text-transform: uppercase;
    color: #fff;
}

#addquestion dd {
    padding: 25px 0 0 20px;
}

#addquestion dd a {
    text-decoration: none;
    background: url('../../images/inside_faq_pages_background.gif') repeat-x;
    display: block;
    height: 20px;
    line-height: 18px;
    border: 1px solid #ffbfa0;
    color: #4e4e4e;
    font-size: 0.7em;
    width: 195px;
    text-align: center;
}

#addquestion dd a:hover {
    background: url('../../images/inside_faq_pages_background_hover.gif') repeat-x;
    color: #fff;
}

#selectcategory {
    background: url('../../images/selectcategory_background.png') no-repeat;
    margin: 15px 0 0 0;
    width: 246px;
    height: 206px;
}

#selectcategory dt {
    font-size: 0.7em;
    padding: 15px 0 0 20px;
    text-transform: uppercase;
    color: #fff;
}

#selectcategory dd {
    padding: 25px 10px 0 20px;
    font-size: 0.7em;
    color: #fff; 
}

#selectcategory dd .buttonHolder {
    margin: 10px 0 0 0;
}

#inside fieldset.captcha input {
    width: 25%;
}

#inside fieldset.captcha label {
    width: 67%;
    text-align: right;
    padding-right: 2.2%;
}