.reg-container {
    width:1120px;
    height:755px;
    background:url(/images/main-container-background_newCharacterNoLogo.jpg) center top no-repeat;
    background-position-y: -79px;
}

.reg-dialog-title {
    margin-top: 30px;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    background: #567a76;
    height: 56px;
    border-radius: 15px;
    border: 3px solid #6aa397;
    line-height: 55px;
    width: 500px;
    margin: -17px auto;
    font-family: GROBOLD;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #0000008a;
}

.reg-dialog {
	position:absolute;
	margin-left:195px;
	margin-top:150px;
	width:724px;
	height:571px;
	background-repeat:no-repeat;
	font-family:Verdana;
    background-color: #f1ddbd;
    border: 3px solid #dfbe8c;
    border-radius: 10px;
}

.reg-dialog-content {
	width:600px;
	margin-left:60px;
	color:#685C53;
}

.reg-dialog-text {
	margin-top:30px;
	font-size:16px;
	line-height:25px;
}

.reg-dialog-advantages {
	border-radius: 10px;
	background: #ddc8ab;
	padding-left: 10px;
	padding-bottom: 10px;
}

.reg-button {
    width:205px;
    height:50px;
    background:url(/images/preregistration/register-off.png) center no-repeat;
    display:block;
    margin:auto;
}

.reg-button:hover{
    background:url(/images/preregistration/register-on.png) center no-repeat;
}

@font-face {
	font-family: GROBOLD;
	src: url('/css/GROBOLD.ttf');
}