﻿body,div {
  margin:0;
  padding:0;
  direction:rtl;
}
body,html,table {
  font-family:Tahoma;
  font-size:12px;
}
a {
  color:#000000;
  text-decoration:underline;
  text-decoration:none;
}
h4 {
  font-size:12px;
  font-weight:bold;
  display:inline;	
}

.block-body {
  background:#FAFAFF;	
  border:1px solid silver;
  padding:10px;
}

.block-body:hover {
  color:black;	
  background:#f1f2f6;
}

.block-div {
  border:1px solid lightblue;
  margin-top:10px;
  background:#FFFFFF;
  padding:10px;	
}

.button {
  width:160px;
  height:50px;
  background:url(images/btn1.png);
  border:none;
  font-family:tahoma;
  font-size:13px;
  cursor:pointer;
  color:white;
  text-shadow:0px 0px 5px black;
  padding-right:10px;
  padding-bottom:10px;
}

.button:hover {
  background:url(images/btn2.png);
}

.input {
  direction:ltr;
  width:100%;
  color:gray;	
}

.opt {
  font-family: Tahoma;
  font-size:9pt;
  height:22px;
  padding:2px;
  width:230px;
}