.nxtBtn2 
{
    padding: 5px 7px;
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    border: solid 1px #63c026;
    background: #58b01e;
    background: -webkit-gradient(linear, left top, left bottom, from(#74cd3a), to(#409707));
    background: -moz-linear-gradient(top, #74cd3a, #409707);
    filter: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #999;
    -moz-box-shadow: 0 1px 1px #999;
    box-shadow: 0 1px 1px #999;
    text-shadow: 0 -1px -1px #555555
}

.nxtBtn2:hover 
{
    text-decoration: none;
    border: solid 1px #63c026;
    background: #6dc633;
    background: -webkit-gradient(linear, left top, left bottom, from(#9aef63), to(#4baa0c));
    background: -moz-linear-gradient(top, #9aef63, #4baa0c);
    filter: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #999;
    -moz-box-shadow: 0 1px 1px #999;
    box-shadow: 0 1px 1px #999;
    text-shadow: 0 -1px -1px #555555
}

#mainContent
{
	max-width: 490px; 
	margin: auto;
	text-align: center;
}

#title
{
	color: #666666;
	font-size: 24px;
}

.content
{
	color: #333333;
	font-size: 12px;
}

.cookiesInfo
{
	color: #333333;
	font-size: 12px;
}

@media screen and (max-width: 480px) {
	.content
	{
		font-size: 16px;
	}

	#title
	{
		padding: 0px 30px;
	}

	.content
	{
		padding: 0px 27px;
	}
}

.nxtBtn2 a
{
    color: inherit;
    text-decoration: none;
}