body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td {
    margin: 0; padding: 0; border: 0; outline: none;
}
body {
    line-height: 1;
    font-size: 88%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    /*padding: .6em 0;
    margin: 0 15px;  */
}

input[type="text"]{
    border:0;
}

ul, ol {
    list-style: none;
}
a {
    color: black;
    text-decoration: none;
}

a:hover{
  cursor: pointer;
}


/* CLEARFIX
/* ----------------------------- */
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clear{
    clear: both;
    display: block;
    /*height: 0px;*/
}

.left{
    float: left;

}

.right{
    float: right;
}
