@CHARSET "UTF-8";
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100.1%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 16px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}
.clearfix {*display: inline-block;}

body {
    background: url("/images/root/bg.jpg") repeat-x #fff;
    color: #424242;
    font-family: Arial, sans-serif;
    font-size: 100.1%;
    line-height: 1.5em;
    
}
a {
    color: #424242;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3 {
    font-family: Trebuchet MS, serif;
    font-size: 200%;
    padding: 1em 0 0.25em 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #424242;
}
h2 {
    font-size: 150%;
}
p {
    padding-bottom: 0.5em;
}
p.center {
    text-align: center;
}
#page {
    width: 500px;    
    margin: 0 auto;
    padding-top: 50px;
}
label {
    display: block;
}
input, textarea {
    display: block;
    margin-left: 20px;
    width: 250px;
    padding: 3px;
    font-family: Trebuchet MS, serif;
    margin-bottom: 1em;
    border: 1px solid #cfcfcf;
}
