.edit_div
{
border  : 1px solid black ;
text-align : center;
background-color : aqua;
position: fixed;
top: 60px;
left : 350px;
padding : 7px;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
-moz-border-radius : 12px;
z-index:100;
}
.loading
{
background-image:url(loading.gif);
background-position:center center;
background-repeat:no-repeat;
color:black;
direction:rtl;
display:none;
height:60px;
margin:auto;
text-align:center;
width:1050px;
position:fixed;
top:240;
}
input, select, textarea {
background-color:#F3F3F3;
border:1px solid #808080;
font-family:tahoma;
font-size:12px;
}
