html body {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    overflow:hidden;
    font-family: "tahoma", verdana,arial,sans-serif;
    font-size:10px;
    color:#6e6e6e;
    background-color:#FFF}

#preview-frame {
    width:100%;
    background-color:#fff}


.warning {width:100%; background-color:#000;text-align:center;display:none;border-bottom: 4px solid #535353;height: auto;}
.warning p {font-size:14px;color:#fff;padding:10px 0;}
.warning p span
{
	font-size: 12px;
	color: #FFFF99;
	
}
.warning p a {color:#188EC4;}

.warning .warningClose {display:block;
                        text-indent:-9999px;
                        background: url("../images/temasatinal.jpg") no-repeat scroll 2px 1px transparent;
                        cursor:pointer;
                        height:52px;
                        width:144px;
                        float:right;
                        margin:0px 5px 0 0px;
                        }
                        
                        .warningClose:hover {
                        background: url("../images/temasatinalhover.jpg") no-repeat scroll 2px 1px transparent;
                   
                        
                        }
                        
                        .warning .warninglogo {display:block;
                        text-indent:-9999px;
                        background: url("../images/onizlemelogo.jpg") no-repeat scroll 2px 1px transparent;
                        cursor:pointer;
                        height:52px;
                        width:170px;
                        float:left;
                        margin:0px 0px 0 0;
                        }


.warning .geridon {display:block;
                        text-indent:-9999px;
                        background: url("../images/geridon.png") no-repeat scroll 2px 1px transparent;
                        cursor:pointer;
                        height:52px;
                        width:144px;
                        float:right;
                        margin:0px 15px 0 0;
                        }
