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

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

.submit-button {
    cursor: pointer;
}

/*========================== HEADER-BODY-WRAPPER ==========================*/
#header-body-wrapper {width:100%;  min-height:1000px;  height:100% !important;  position:relative; clear:both; float:left; margin:0; padding: 0 0 0 0; }
#header-closed-wrapper {width:100%;  min-height:800px;  height:100% !important;  position:relative; clear:both; float:left; margin:0; padding: 0 0 0 0; }
	
/*========================== HEADER ==========================*/
#header-wrapper {width:100%; min-width:900px; height:100% !important; float:left; margin:0 0 0 0; padding:0; background-color:#ececec;}
#header {width:900px;  height:550px; margin:0 auto; padding:0; text-align:center; }
.title{color: #7fbc3d; text-transform: uppercase; border-top: 1px solid #7fbc3d; border-bottom: 1px solid #7fbc3d; padding-top: 10px; padding-bottom: 10px; font-weight: bold; font-size: 20px;}

/*========================== REGISTER ==========================*/
#register-wrapper {width:100%;  min-width:800px;  height:100% !important; float:left; margin:0; padding:0; color:#ffffff;}
#register {width:523px;  height:1000px; 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:800px;  height:100% !important; float:left; margin:0; padding:0; color:#ffffff;}
#body {width:800px;  min-height:1700px; margin:0 auto; padding:0 0px; font-size:14px; background-color:#ffffff;}
#closed-wrapper {width:100%; min-width:800px;  height:100% !important; float:left; margin:0; padding:0; color:#ffffff;}
#closed {width:800px;  min-height:600px; margin:0 auto; padding:0 0px; font-size:14px; background-color:#ffffff;}
#body-register {width:800px;  min-height:1000px; 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;}
#greenbreak {width:150px; height:1px; margin:0 auto; background-color:#7fbc3d;}

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:#7fbc3d;}
#footer {width:800px; height:125px; margin:0 auto; padding:0 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:#fafef5; margin:5px 0; border:2px; border-style:solid; border-color:#81c936; 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:#81c936; padding:6px; font-size:14px; font-style:italic; color:#000000; height:37px;   background:#fafef5; }
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: #7fbc3d; text-transform: uppercase; color: #ffffff; 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: #6eb22f;
	padding: 25px;
	font-size: 11px;
}
#timer span {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}
.upload-ra-wrapper div#header-body-wrapper {
    height: auto !important;
    min-height: unset;
}
.upload-container:before {
	background: url(../images/ajax-loader.gif) no-repeat;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 32px;
	display: none;
	height: 32px;
  }
  .label-wrapper label {
	color: #000;
	font-weight: 700;
  }
  
  .upload-container {
	padding: 100px 0;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: center;
	position:relative;
  }
  
  .upload-container form {
	display: inline-block;
	margin: auto;
	text-align: left;
  }
  .error-msg {
	color: #f00;
  }