/*
 * voting.css
 *
 * @description  Style sheet for the voting module.
 * @author       Razvan Nastase <contact@bonsoftware.com>
 * @version      1.0
 * @created      2008/05/01 09:00:00
 * @modified     2008/05/01 09:00:00
 * @copyright    Copyright (c) 2009, Bon Media Software - All Rights Reserved
 *
 * No part of this document may be reproduced and you may not modify or use this
 * document for any other purposes (including other projects) without written
 * consent from the author. Please see http://www.bonsoftware.com/license for
 * more information.
 */


img.captchaImg {
    border: 1px solid #EFEFEF;
}

input.captchaText {
    border: 1px solid #EAEAEA;
    width: 50px;
    position: absolute;
}

img.voteImg {
    padding-right: 2px;
}
