@charset "utf-8";
/* CSS Document */
/* RESET */
*{margin: 0;padding: 0; outline:0;}
/* END RESET*/
.btn{cursor:pointer;}
.page{display:none;}
.current{display:block;}
.hide{display:none;}
.latin{direction:ltr;}

body{font-family:arial; overflow:hidden; background: black;}
#top_wrapper{background:url("../images/bg.jpg");width:1920px;height:1080px;margin:0 auto;background-repeat:no-repeat;display: none;direction:rtl;/*position:absolute;*/}
.ie8 #top_wrapper{display:block;}

/*form*/
#container_form{position:absolute; top: 135px;width: 330px;height: 840px;background-image: url(../images/form.png);background-repeat: no-repeat;left: 250px;}
.formField{padding: 5px 2px;font-size: 18px;outline: none;border: none;position:absolute;right: 54px;width: 231px;box-shadow: inset 1px 2px 7px black;}
#fullname{top: 209px;}
#cityList{top: 292px;width: 233px;}
#phone{top: 373px;}
#email{top: 458px;}
#divurCB{ position: absolute; top: 529px; right: 58px; }
#errors_msg{ position: absolute; top: 564px; left: 45px; width: 230px; color: red; font-size: 16px; font-weight: bold; text-align: center;}
.submit-btn{ position: absolute; top: 585px; left: 46px; width: 232px; height: 59px;  border: none;}
.selectricWrapper{width: 200px; font-size: 1em;}
.selectricWrapper.city-select{position: absolute; top:289px;width:232px; box-shadow: inset 1px 2px 7px black; direction: rtl; text-align: right;}
.selectric .label{font-size: 16px;}
.selectricItems ul, .selectricItems li{font-size: 16px;}

/*#txt_play{background:url("../images/play_sound.png");background-repeat:no-repeat;position: absolute;width: 139px;top: 317px;height: 38px;right: 903px;}*/

#thankyou{background:url("../images/thank.png");position: absolute;top: 135px;left: 250px;width: 324px;height: 829px;}