* 
{ 
    margin: 0; padding: 0; 
    line-height: 150%;
    font-style: none;
    font-weight: normal;
}



p, h1, h2, h3, h4
{
    margin-bottom: 0.3em;
}


.floatfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.floatfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .floatfix { height: 1%; }
.floatfix { display: block; }
/* End hide from IE-mac */

#feedback
{
    z-index: 999;
    position: absolute;
    padding: 10px;
    left: 35%;
    width: 30%;
    top: 200px;
    background: #FFF;
    border: 1px solid #666;
}