/*
  Theme name: Variation22
  Author: BANG! Media
  Template: pa
*/
body {
  background: #738ebd;
  color: #40332B;
}
#body {
  padding: 0;
  background: #f0e8da;
  border-top: 5px solid #4F6282;
}
#image_main {
  height: 840px;
  margin: 50px 0 0 0;
}
h1 {
  text-align: center;
  color: #40332B;
  padding: 50px 0 10px 0;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}
#footer {
  text-align: center;
  color: #4F6282;
  padding: 40px 0;
  border-top: 5px solid #4F6282;
}
.button_primary_wrapper {
  -webkit-border-radius: 6px;
  border-radius: 6px;  
} 
.button_primary {
  color: #f0e8da;
  border: none;
  background: #222;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.button_primary:hover {
  background: #333;
}
.selectBox {
  -webkit-box-shadow:  0px 0px 6px 2px #EEE;
  box-shadow:  0px 0px 6px 2px #EEE;
}  
#rules li span {
  width: 307px;
  text-align: left;
}
.divider {
  border-top: 2px dashed #CFC8BC;
}
.selectBox-dropdown, .selectBox.selectBox-menuShowing, .selectBox-dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #CFC8BC;
  -webkit-border-radius: 0;
  border-radius: 0;  
  background: #FFF;
  color: #40332B;
}
.selectBox-dropdown-menu {
  border-top: none;
}
.selectBox-options li.selectBox-hover a, .selectBox-options li.selectBox-selected a {
  background: #EDE5D8;
}
.selectBox-dropdown-menu li:last-child a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.text_l {
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 19px;
  line-height: 25px;
  font-family: Times;
  font-weight: bold;
}
.div {
  position: relative;
}
.country_image {
  position: absolute;
  top: 25px;
  left: 0;
  width: 80px;
  height: 80px;
}
.country_image:nth-child(2) {
  left: auto;
  right: 0;
}
#agree_area {
  border: 2px dashed #CFC8BC;
  background: #F5F0E9;  
  padding: 60px;
  text-align: center;
  margin: 0 0 40px 0;
}
#rules {
  font-size: 12px;
  line-height: 16px;
}
#rules li span.bullet {
  color: #f0e8da;
}