/* Author:  */
.rounded{-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}

body {background-color:#efefef; font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif; margin:0; }

/*========================== HEADER-BODY-WRAPPER ==========================*/
#header-body-wrapper {width:100%;  min-height:auto;  height:100% !important;  position:relative; clear:both; float:left; margin:0; padding: 0 0 0 0; }
#header-closed-wrapper {width:100%;  min-height:823px;  height:100% !important;  position:relative; clear:both; float:left; margin:0; padding: 0 0 0 0; }
	
/*========================== HEADER ==========================*/
#header-wrapper {width:100%; /*min-width:960px;*/ height:100% !important; float:left; margin:0 0 0 0; padding:0; background-color:#efefef;}
#header {/*width:800px;*/ height:823px; margin:0 auto; padding:0; text-align:center; }

.title{color: #207244; text-transform: uppercase; border-top: 1px solid #207244; border-bottom: 1px solid #207244; padding-top: 10px; padding-bottom: 10px; font-weight: bold; font-size: 20px;}

/*========================== REGISTER ==========================*/
#register-wrapper {width:100%;  min-width:600px;  height:100% !important; float:left; margin:0; padding:0; color:#ffffff;}
#register {width:523px;  height:400px; margin:0 auto; padding:0 0px;  text-align:center;}
#register img {padding:0; margin:0; position:relative; border:0; float:left;}

/*========================== BODY ==========================*/
#body-wrapper {width:100%; /*min-width:960px;*/  height:100% !important; margin:0; padding:0; color:#dac0b1;}
#body {width:800px;  min-height:400px; margin:0 auto; padding:0 0px; font-size:14px; background-color:#dac0b1;}
#closed-wrapper {width:100%; /*min-width:960px;*/  height:100% !important; float:left; margin:0; padding:0; color:#dac0b1;}
#closed {width:800px;  min-height:400px; margin:0 auto; padding:0 0px; font-size:14px; background-color:#dac0b1;}
#body-register {width:800px;  min-height:500px; margin:0 auto; padding:0 0px; font-size:14px; background-color:#ffffff;}
#menu {width:615px; height:32px; padding:0 171px 0 173px; display:block;}
#menu img {padding-right:0; margin:0; position:relative; border:0; float:left;}

#text {width:650px; margin:0 auto; padding:10px 0; display:block;font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif; line-height:12px; font-size:10px; color:#ffffff; text-align:left;}

iframe {border:5px solid #ffffff; }


/*========================== FOOTER ==========================*/
#footer-wrapper {width:100%; min-width:800px; height:100% !important; float:left; margin:0 0 0 0; padding:0; background-color:#efefef;}
#footer {width:800px; height:125px; margin:0 auto; padding:0px;  text-align:center;}
#footer img {padding:0; margin:0; position:relative; border:0; float:left;}



/*========================== FORM ==========================*/
form { margin:9px 0 0 0; }
input, textarea {font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;background-color:#efefef; margin:5px 0; border:2px; border-style:solid; border-color:#207244; padding:8px; font-size:14px; font-style:italic; color:#000000;}
select {font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif; margin:5px 0; border:2px; border-style:solid; border-color:#207244; padding:6px; font-size:14px; font-style:italic; color:#000000; height:37px;   background:#efefef; }
option { margin:5px 0; border:0;}
option:first-child {color: #000000;}
.left {float:left; width:290px;}
.right{ float:right;  width:290px;}
.submit-button{ width:154px; height:52px; background: #aa9c95; text-transform: uppercase; color: #fff; font-weight: bold; border-radius: 5px; border-style:none; font-size: 18px;}
div.submit{margin: 0px auto; text-align: center; display: inline-block; width: 100%;}

::-webkit-input-placeholder { color:#000000; }
::-moz-placeholder { color:#000000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000000; } /* ie */
input:-moz-placeholder { color:#000000; }
input.address:-ms-input-placeholder { color: #000000; } /* ie9+ */

/*========================== FORM ==========================*/
#timer {
	position: fixed;
	top: 300px;
	background: #ffffff;
	padding: 25px;
	font-size: 11px;
	color: #23252b;
}
#timer span {
	font-size: 28px;
	font-weight: bold;
	color: #23252b;
}


/*========================== POPUP ==========================*/

#mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background: #000000 url("../images/bg-popup.jpg") repeat-x scroll 50% 50%;
  /*display: none;*/
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 400px;
  height: 200px;
  padding: 0px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  font-size: 14pt;
}
#dialog p.popup-text{ font-size: 14px; padding: 20px;}

#popupfoot {font-size: 16pt;position: absolute;width: 100%;}
#popupfoot a.close, .ui-dialog .ui-dialog-buttonpane button{background:#aa9c95 !important; border-radius:5px; border: 0px !important; color: #fff !important; font-weight: bold !important; padding: 5px !important; text-transform: uppercase !important; text-decoration: none !important; }


.ui-dialog .ui-dialog-buttonpane{border-width: 0px !important;}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{ float: none !important;}
.ui-dialog .ui-dialog-buttonpane{ text-align: center !important;}
.ui-widget-header{background: none !important; border: 0px !important;}
.no-close .ui-dialog-titlebar-close {display: none;}
.ui-widget-overlay{background: #000000 !important; opacity: 0.6 !important;}
.ui-dialog.ui-widget{max-width: 90%; min-height: 95%;}
.ui-dialog,.ui-dialog,.ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {background:#2a404c !important; color: #fff !important;text-align: center !important; padding-left: 40px !important;
    padding-right: 40px !important;}​
.ui-widget-content{color: #fff !important; }
