
/* CSS Document */
body{
    direction:rtl;
    font-family:Tahoma;
    font-size:11px;
    color:#666;
    line-height:15px;
    margin:0px;
    padding:0px;
}
a{text-decoration:none; outline:none; color:#006;}
a:hover{ color:#770000}

ul, li{list-style:none; margin:0 5px 0 0; padding:0px; float:right; overflow:hidden;}

.news_box{ width:390px; padding:0px; background:#FFF; margin:0 5px 0 0; border:0px; overflow:hidden;}
.news_box ul{ width:390px;}
.news_box ul li ,.news_box2 ul li{ display:block;width:375px;background:url(images/tik.gif) no-repeat right top; padding:0 15px 0 0 ;margin:2px; font-size:12px; 
    overflow:hidden; height:15px;  cursor:pointer;}
.input{
    font-family:Tahoma;
    font-size:12px;
}

input , select , textarea{font-family:tahoma; font-size:0.88em; color:#777;border-radius:5px;-moz-border-radius:5px;}
input[type=submit]{cursor:pointer; margin:0px; height:28px; padding:0 15px;}
input[type=text]:focus , select:focus , textarea:focus ,input[type=password]:focus{ outline:none; background:#ffd;}
    