@charset "utf-8";
/* CSS Document */

body{
width:660px;
position:relative;
left:50%;
margin-left:-330px;
height:410px;
top:60px;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
}

#form{
width:255px;
position:absolute;
right:0px;
height:380px;
background:#eb372e;
color:#FFFFFF;
direction:rtl;
font-weight:bold;
}

#form p{
padding:0 18px;
text-align:center;
margin-bottom:40px;
margin-top:30px;
font-size:17px;
line-height:22px;
}

#bottom{
position:absolute;
bottom:0px;
left:0px;
}

form{margin-top:50px;}

label{
font-size:16px;
width:60px;
display:block;
float:right;
margin-right:40px;
}

input[type="text"]{
width:120px;
height:16px;
margin-bottom:5px;
border:0px;
direction:rtl;
}

input[type="submit"]{
width:93px;
height:30px;
background:url(submit.jpg);
text-indent:500px;
border:0px;
margin-right:135px;
cursor:pointer;
}

#text{
width:330px;
float:left;
direction:rtl;
margin-left:30px;
color:#eb372e;
font-weight:bold;
line-height:18px;
}

#text a {color:#eb372e;}

#text p{margin-bottom:25px;}

#arrow{
float:left;
margin-top:-10px;
margin-left:50px;
border:0px;
}

h1{
font-size:24px;
}

p.message {
  position: absolute;
  bottom: 42px;
  right: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 255px;
  text-align: center;
  direction: rtl;
  margin: 0;
  padding: 0;
  }