.txt-reg
{
	width:650px;
	height:auto;
	margin:40px auto 0 auto;
	color:#fff;
	font-size: 17px;
	text-align: center;
}

.btn-reg
{
	width:550px;
	height:25px;
	margin:10px auto 0 auto;
	padding:10px 5px;
	background:#2ecc71;
	border:#2ecc71 1px solid;
	text-align: center;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;

}
.btn-reg a
{
	color:#fff;
	text-decoration: none;
}
.btn-reg:hover
{
	border:1px solid white;
	cursor:pointer;
}
.off1
{
	display:none;
}
.off2
{
	display:none;
}
.off3
{
	display:none;
}
.off4
{
	display:none;
}
.off5
{
	display:none;
}
.content-off2
{
	width:550px;
	padding:10px 5px;
	margin:0 auto;
	height:auto;
	background:#2ecc71;
	text-align: center;
	display: none;
	border:1px solid #2ecc71;


}
.content-off2 a
{
	color:#fff;
	font-style: italic;
}
.content-off2:hover
{
	border-right: 1px solid white;
	border-left: 1px solid white;

}