body {
    font-family:arial,helvetica,"sans serif";
    font-size:62.5%;
    margin:0;
    padding:0;
    text-align:center;
}

div {
    clear:none;
    display:inline;
    float:left;
}

form {
    margin:0;
    padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear:both;
    font-weight:bold;
}

hr {
background-color:#D2D2D2;
border:medium none;
color:#D2D2D2;
height:1px;
margin:0 0 15px;
padding:0;
}

img {
    border:none;
}

input {
    float:left;
}

label {
    display:inline;
    float:left;
}

p {
    clear:both;
    margin:0 0 15px;
    padding:0;
}

ul {
    margin:0 0 15px;
    padding:0 0 0 20px;
}

.clear {
    clear:both;
    float:none;
    font-size:0;
    height:0;
    line-height:0;
}

.hide {
    clear:none;
    left:-9999em;
    overflow:hidden;
    position:absolute;
    top:-9999em;
    width:0px;
}

.bookmark {
    clear:none;
    height:1px;
    left:-999px;
    overflow:hidden;
    position:absolute;
    top:-999px;
    width:1px;
}