﻿body { direction: rtl
}
.frm {list-style-type: none; }
.frm li {position: relative; height: 26px}
.frm label{ width: 120px;position: absolute;}
.frm  li input, .frm li textarea { position: absolute; right: 130px}
.frm li textarea{ width: 300px; height: 100px}
.frm li.txtArea{ height: 120px}
.frm li span{position: absolute; right: 400px}
     .hdn {
           visibility: hidden;
       }
.frmIn {
    position: fixed;
    top: 150px;
    z-index: 10;
    background-color: white;
    padding: 5px 20px 20px 0px;
    margin-left: 50%;
    margin-right: 50%;
    width: 360px;
    height: 200px;
}
.frmEx {opacity: 0.8;
filter: alpha(opacity=80);
position: fixed;
background-color: #333333;
width: 100%;
z-index: 1;
height: 100%;
left: 0px;
top: 0px;
}
}