/* CSS Document */

html,body{margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif;}
#main{position:absolute; top:0px;}
#contact{ position:absolute; bottom:100px; right:510px; width:490px; height:120px; text-align:right; direction:rtl;}
.send{display:inline-block;border:1px solid #BE1E2D; color:#BE1E2D;  font-size:18px; -moz-border-radius: 3px; border-radius: 3px; height:30px; direction:ltr; margin-right:7px;}
.send .arr{display:inline-block; width:34px; height:18px; padding:0px 0px; background:url(../images/arr.png) no-repeat center top; border-right:1px solid #BE1E2D; vertical-align:middle;}
.send .txt{display:inline-block; min-width:100px; direction:rtl; text-align:center; height:30px; line-height:30px; color: #BE1E2D; vertical-align:middle;}
.send:hover{background-color:#BE1E2D; color:#ffffff;}
.send:hover .txt{color:#ffffff;}
.send:hover .arr{background:url(../images/arr.png) no-repeat center bottom;}

input{border:1px solid #BE1E2D; font-size:18px; -moz-border-radius: 3px; border-radius: 3px; height:26px; padding:2px 5px; direction:rtl; text-align:right; outline: none; width:308px; margin-bottom:10px;}
input:focus{border:1px solid #000000;}
#img{}
#div_input_ok,#div_input_empty{ width:100%; height:100%; font-size:18px;vertical-align:middle; position:absolute; top:0px;}
