body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    outline: none;
}

body {  font-size:14px; /*line-height: 1;*/}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

h1,
h2,
h3 {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

body a.wfEditorMode {
    display: none;
}

body.wfEditorMode a.wfEditorMode {
    display: block;
    height: 1.3em;
    line-height: 1.3em;
    float: right;
    margin: 0;
    padding: 0 0.5em;
    background: white;
    color: #99ccff;
}

/* input placeholder */
::-webkit-input-placeholder {
    color: #c9c9c9;
    font-size: 14px
}

::-moz-placeholder {
    color: #c9c9c9;
    font-size: 14px
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #c9c9c9;
    font-size: 14px
}

/* ie */
input:-moz-placeholder {
    color: #c9c9c9;
    font-size: 14px
}