*
{
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
img
{
    border: none;
    white-space: nowrap;
    display: block;
}
input:focus
{
    outline: none;
}
ul, ol
{
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul li, ol li
{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
iframe, object, embed
{
    max-width: 100%;
}
.clearfix:before, .clearfix:after
{
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
/*//// highlighted text selected ////*/
::-moz-selection
{
    background: #333;
    color: #fff;
    text-shadow: none;
}
::selection
{
    background: #333;
    color: #fff;
    text-shadow: none;
}
