html{

}

body{
	direction: rtl;
  margin: 0;
  padding: 0;

font-family: Arial, Helvetica, sans-serif;
}

h2{
font-size: 20px;
color: #363131;
padding: 8px;
font-weight: normal;
border: 1px solid #DBDBDB;
}

#shdow{
position: fixed;
z-index: 5;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
top: 0;
bottom: 0;
display: none;
}
#frame{
position: fixed;top: 30px;right: 25%;z-index: 9;display: none;border: 3px solid black;background: white;
box-shadow: 0 0 15px #292929;
-moz-box-shadow: 0 0 15px #292929;
-webkit-box-shadow: 0 0 15px #292929;
}

.speeda{
margin: 5px;
display: inline-block;
background: #E9E9E9;
padding: 5px;
border: 1px solid #C2C2C2;
text-decoration: none;
color: black;
font-size: 18px;
text-shadow: 2px 2px 1px rgba(105, 37, 143, 0.28);
}
.startspeed{
background: url('/images/startspeed.png') center;
width: 355px;
display: block;
font-size: 20px;
color: white;
text-decoration: none;
padding-top: 15px;
height: 44px;
margin: 0 auto;
text-align: center;
}
.startspeed:hover{
opacity: 0.7;
filter:alpha(opacity=70);
color: #FFD600;
}