#maincontent, #completeform {
  width: 100%;
  display: block;
}

#email-icon {
  display: block;
  float: right;
}

#regForm .submit button { 
    float: right; 
    padding: 6px 10px; 
    height: 30px; 
    border-top: 1px solid #000; 
    border-bottom: 1px solid #000; 
    border-left: 1px solid #000; 
    border-right: 1px solid #000; 
    border-radius: 5px; 
    color: #FFF; 
    font: bold 13px Arial, Tahoma, sans-serif; 
    box-shadow: 0 1px 3px #202020; 
    -moz-box-shadow: 0 1px 3px #202020; 
    -webkit-box-shadow: 0 1px 3px #202020; 
    background: -moz-linear-gradient(top,  #616161 0%, #0D0D0D 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#0D0D0D)); 
    background: -webkit-linear-gradient(top,  #616161 0%,#0D0D0D 100%); 
    background: -o-linear-gradient(top,  #616161 0%,#0D0D0D 100%); 
    background: -ms-linear-gradient(top,  #616161 0%,#0D0D0D 100%); 
    background: linear-gradient(top,  #616161 0%,#0D0D0D 100%); 
    cursor: pointer; 
    text-shadow: 0 -1px rgba(0,0,0,0.15); 
    outline: none; 
}

form #email {
  width: 300px;
  background-color: #fff;
  border: 1px solid #80a1c1;
  color: #80A1c1;
  font-size: 10px;
  padding: 2px 6px 1px;
  margin-bottom: 15px;
  box-shadow: inset 0 1px 2px #d0d0d0;
  -moz-box-shadow: inset 0 1px 2px #d0d0d0;
  -webkit-box-shadow: inset 0 1px 2px #d0d0d0;
}

span#error {
  display: none;
  font-size: 8px;
  color: #9f4343;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 8px;
  margin-top: -8px;
}

span.msg { 
  font-weight: bold;
  color: #719dc8;
  font-size: 8px;
  line-height: 1.4em;
  margin-bottom: 8px;
  margin-top: -8px;
}



.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


#sort_country {
padding: 6px 10px; 
    height: 30px; 
    border-top: 1px solid #000; 
    border-bottom: 1px solid #000; 
    border-left: 1px solid #000; 
    border-right: 1px solid #000; 
    border-radius: 5px; 
    color: #FFF; 
    font: bold 13px Arial, Tahoma, sans-serif; 
    box-shadow: 0 1px 3px #202020; 
    -moz-box-shadow: 0 1px 3px #202020; 
    -webkit-box-shadow: 0 1px 3px #202020; 
    background: -moz-linear-gradient(top,  #FC990A 0%, #EB5600 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FC990A), color-stop(100%,#EB5600)); 
    background: -webkit-linear-gradient(top,  #FC990A 0%,#EB5600 100%); 
    background: -o-linear-gradient(top,  #FC990A 0%,#EB5600 100%); 
    background: -ms-linear-gradient(top,  #FC990A 0%,#EB5600 100%); 
    background: linear-gradient(top,  #FC990A 0%,#EB5600 100%); 
    cursor: pointer; 
    text-shadow: 0 -1px rgba(0,0,0,0.15); 
            outline: none;
}

div.spoiler {
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  z-index:1;
  }
div.spoilerTitle {
  position:relative;
  display:block;
  z-index:2;
  text-align:center;
  }
div.spoilerCont {
  position:relative;
  display:none;
  z-index:3;
  padding:2px;
  }
div.spoilerTitle:active + div.spoilerCont, div.spoilerCont:hover {
  display:block;
  margin-top:-20px;
  }

