/**
 * default.css
 *
 * CSS-file with default styles
 *
 * @since 16.12.2006
 * @author Denis Barushev <barushev@gmail.com>
 * @version $Id$
 */

html, body, ul, ol, dl, li, dt, dd, p, h1, h2, h3, h4, h5, table, tr, td, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #a7a7a7;
    color: black;
}

img {
    border: 0;
    vertical-align: baseline;
}

ul {
    list-style-type: none;
}

select, input {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.right {
    text-align: right;
}

a {
    color: black;
}

form {

}

textarea {
    font-size: 11px;
    font-family: Verdana;
}

img.newGood {
    margin: 8px 0 0 0;
}