.information{
	padding-bottom:20px;
}

.registration a.button{
	display:block;
	width:250px;
	height:80px;
	padding:20px;
	margin:5px 12px 10px;
	background:#6185A2;
	color:#fff;
	text-align:center;
	font-size:18px;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
	text-decoration:none;
}
.registration a.button:hover{
	background:#FF9900;
	color:#000;
}


.registration a.button p{
	font-size:12px;
	color:#fff;
}

.reg_but .register{
  display:block;
  background:url("/img/button_orange1.png") no-repeat center center;
  width:160px;
  height:45px;
  margin-left:230px;
  font-family:Tahoma,Verdana,Arial;
  font-size:20px;
  color:#fff;
  text-decoration:none;
  padding-top:20px;
  text-align:center;
}

#please_select{
  width:100%;
  font-size:20px;
  color:#fff;
  background:#f00;
  padding:20px;
  text-align:center;
}

#inotcompany,
#icompany{
	margin:10px 0 30px 250px;
	display:block;
	float:left;
	text-decoration:none; border-bottom-width:1px; border-bottom-style:dashed;
}
#inotcompany{
	margin-left:200px;
}

.registration .error .err_err{
	width:100%;
	padding:10px 0;
	text-align:center;
	border:1px solid red;
	font-size:16px;
}