﻿.textbox 
{
border:2px solid #456879;
border-radius:5px;
height: 18px;
font-size: 14pt;
text-align:center;
direction: rtl;
font-family: Tahoma;
background-color: #e5eeff;
}
.myButton
 {
background-color:#0E1D2E;
-moz-border-radius:28px;
-webkit-border-radius:28px;
border-radius:15px;
border:2px solid DarkGray;
display:inline-block;
cursor:pointer;
color:White;
font-family:Tahoma;
font-size:12px;
padding:5px 5px;
text-decoration:none;
text-align:center;
}
.myButton:hover 
{
background-color:#2A394A;
color:Silver;
font-weight:bold;
}
.myButton:active 
{
position:relative;
top:1px;
}





