/* CSS Document */
.button-post-reply {
    width: 100px;
}

.button-post-reply a {
    background: url(./../images/lang_english/post_reply.png);
    padding: 4px 50px;
}

.button-post-reply a:hover {
    background: url(./../images/lang_english/post_reply_light.png);
}

.button-new-topic a {
    background: url(./../images/lang_english/new_topic.png);
    height: 20px;
    width: 100px;
}

.button-new-topic a:hover {
    background: url(./../images/lang_english/new_topic_light.png);
    height: 20px;
    width: 100px;
}

.button-new-pm a {
    background: url(./../images/lang_english/new_pm.png);
    height: 20px;
    width: 100px;
}

.button-new-pm a:hover {
    background: url(./../images/lang_english/new_pm_light.png);
    height: 20px;
    width: 100px;
}

.button-quick-reply a {
    background: url(./../images/lang_english/quick_reply.png);
    height: 20px;
    width: 100px;
}

.button-quick-reply a:hover {
    background: url(./../images/lang_english/quick_reply_light.png);
    height: 20px;
    width: 100px;
}

.button-locked a {
    background: url(./../images/lang_english/locked.png);
    height: 20px;
    width: 100px;
}

.button-locked a:hover {
    background: url(./../images/lang_english/locked_light.png);
    height: 20px;
    width: 100px;
}