* { margin:0; padding:0; }

body { font-size:85%; font-family:Helvetica, Arial, sans-serif; line-height:1.2em; color:#000; }

h1, h2, h3 {
  margin-bottom:1em;
  line-height:1.2em;
}

h1 { color:#D00000; font-size:2.2em; text-align:center; line-height:1.1em; }
h2 { font-size:1.3em; }
h3 { font-size:1.1em; }

p { margin-bottom:2.2em; }

a { color:#E92E2E; }

ul, ol { list-style-type:disc; margin:0 40px; font-size:12px; }
ul li, ol li { margin-bottom:14px; }

.underline { text-decoration:underline; }

.wrapper { width:900px; margin:10px auto; }
.footer { text-align:center; margin:60px 0 20px; }

#content { width:570px; float:left; margin-right:30px; margin-bottom:20px; }
#sidebar { width:300px; float:right; font-size:12px; line-height:1.3em; margin-top:70px; }
.arrow { margin-left:70px; }

#sidebar p { margin-bottom:10px; }

.submit-btn { margin-top:10px; }

.center { text-align:center; }

table td.label { padding-right:10px; }
.input-text { padding:2px; }


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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
