@charset "utf-8";
/* CSS Document */

.ok_klub_title{
	background-image: url(../registration/images/ok_klub_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
.ok_klub_title1{
	background-image: url(../registration/images/ok_klub_bg1.png);
	background-repeat: no-repeat;
	background-position: top;
}
.user_bg {
	background-image:url(../registration/images/1user.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pass_bg {
	background-image:url(../registration/images/2pass.png);
	background-repeat: no-repeat;
	background-position: center;
}
.name_bg {
	background-image:url(../registration/images/3name.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bday_bg {
	background-image:url(../registration/images/4bday.png);
	background-repeat: no-repeat;
	background-position: center;
}
.address_bg {
	background-image:url(../registration/images/5adress.png);
	background-repeat: no-repeat;
	background-position: center;
}
.phone_bg {
	background-image:url(../registration/images/6phone.png);
	background-repeat: no-repeat;
	background-position: center;
}
.email_bg {
	background-image:url(../registration/images/7email.png);
	background-repeat: no-repeat;
	background-position: center;
}
.sister_bg {
	background-image:url(../registration/images/8sister.png);
	background-repeat: no-repeat;
	background-position: center;
}
.age_bg {
	background-image:url(../registration/images/9age.png);
	background-repeat: no-repeat;
	background-position: center;
}
.character_bg {
	background-image:url(../registration/images/10character.png);
	background-repeat: no-repeat;
	background-position: center;
}
.family_bg {
	background-image:url(../registration/images/11family.png);
	background-repeat: no-repeat;
	background-position: center;
}
.padding{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding-left:120px;
	padding-top:50px;
}
.text{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding:20px;
	background-color:#e0e0e0;
	}
.text1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	}
	
.login_failed_bg{
	background-image:url(../images/login_failed_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
	
.formMsg{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	}
.reg_button{
	padding-left:20px;
	background-color:#e0e0e0;
	}
