/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #494949;
    background: #ccc;
}
h1, h2, h3, h4, h5, h6{
    color: #474747;
}
h1, h2, h3, h4, h5, h6, p, form, input{
    margin: 0px;
    padding: 0px;
}
a {
    color: #494949;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    margin:0px;
    padding:0px;
    list-style-type: none;
}
fieldset{
    border: none;
    padding: 0px;
    margin: 0px;
}
legend {
    display: none;
}
img {
    border: none;
    vertical-align:middle;
}
iframe {
    border: none;
}
input, select {
    font-family: Arial, Helvetica, sans-serif;
}
textarea:focus, input:focus{
    outline: none;
}
strong {
    font-weight: bold;
}
em {
    font-style:italic;
}
.hide {
    display: none;
}
.hidden{
    display: none;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.breaker{
    clear: both;
    height: 0;
    overflow: hidden;
}
.bg_none{
    background:none;
}
.bold{
    font-weight:bold;
}
.clear{
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.rte-bt {cursor: pointer;}