.cooper {
  position: relative;
  background: #fff;
  width: 100%;
  border-top: solid 1px #fff; /* firefox 2 */
  font-size: 12px;
}

.cooper .error {
  	padding: 5px;
	background: #fff;
	line-height: 18px;
	width:400px;
}

.cooper .headline {
	font-size: 13px;
	font-weight: bold;
  line-height: 20px;
  /*color: #E6ACB8;*/
 color: #fff;
  width: 370px;
  padding: 10px 0 5px 0;
}

.cooper .button_ {
	 position:relative;
	 top: 20px;
	 left: 10px;
	 width: 104px;
	 height: 31px;
	 background: url(../../_img/special/alice_cooper/button.png) no-repeat;
}

.cooper .image-top {
  position: relative;
  width: 950px;
  height: 601px;
  background: url(../../_img/special/alice_cooper/background.jpg) no-repeat;
}

.cooper .image-bottom {
  position: relative;
  width: 950px;
  height: 188px;
  background: url(../../_img/special/alice_cooper/button2.png) no-repeat;
}

.cooper .text-box {
  position: absolute;
  width: 340px;
  height: 200px;
  left: 60px;		/*470px*/
  top: 280px;
  padding: 10px;
  /*color: #E6ACB8;*/
  color: #fff;
  z-index: 5;
}

.cooper .interactive {
	position: absolute;
	left: 440px;
	top: 280px;
	width: 430px !important;
	width: 440px;
	height: 180px;
	padding: 20px !important;
	padding: 10px;
	color: #fff;
	/*color: #000;*/
	z-index: 5;

}
.cooper input.entry {
	border: 1px solid #030101;
	/*background: #EEECEC;*/
	background: #EEECED;
	color: #9F9E9E;
	width: 142px;
  padding-bottom: 0.2em;
	padding-left: 4px;
	font-size: 18px;
	font-family: arial;
}
.cooper .step-headline {
  color: #fff;
 /*color: #000;*/
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 15px 0;
}
.cooper .step-text {
  line-height: 16px;
}


.reg_input {
  width: 200px;
  border: 1px solid #ccc;
  }
.reg_select {
  width: 70px;
  }
.form_lb_left {
  display: block;
  }
.form_lb_right {
  display: block;
  }
.form_ip_left {
  margin: 2px 0 3px 0;
  padding: 2px;
  }
.form_ip_left_error {
  margin: 2px 0 3px 0;
  border: solid 1px #d00;
  display: block;
  }
.form_ip_right {
  margin: 2px 0 3px 0;
  padding: 2px;
  }
.form_ip_right_error {
  margin: 2px 0 3px 0;
  border: solid 1px #d00;
  display: block;
  }
