.player_gender_box{
	width: 32px;
	height: 32px;
	float: left;
	margin: 0px 30px ;
	cursor: pointer;
}
.player_gender_box_selected{
	border-bottom: 5px solid #faa53b;
	background-color: #33AA33 !important;
}

.privacy_check_button
{
	 width:150px;
	 height:25px;
	 background: url("../images/deny.png") no-repeat;
	 color:#d93130;
	 cursor:pointer;
	 margin:10px 50px;
}
.privacy_check_button_click
{	
	color:#87c518;
	background: url("../images/allow.png") no-repeat; !important;
}

#player_birthday_box_image{
	background-color: #00ff00;
	font-size: 10px;
	padding-left:40px;
	padding-top:10px;
	width: 96px;
	height:32px;
	margin-left: 30px;
	cursor: pointer;
	background: url("../images/calendar-date.png") no-repeat;
}
#parent_birthday_box_image{
	background-color: #00ff00;
	font-size: 10px;
	padding-left:40px;
	padding-top:10px;
	width: 96px;
	height:32px;
	margin-left: 30px;
	cursor: pointer;
	background: url("../images/calendar-date.png") no-repeat;
}
#player_adress
{
	left: 343px;
	top: 220px;
}
#parent_information{
	display:  none;
	height: 350px;
}
#parent_lastname
{
	left: 343px;
	top: 43px;
}
#parent_birthday_fs
{
	left: 0px;
	top: 120px;
}
#parent_birthday_box{
	background-color: #00ff00;
	font-size: 15px;
	text-align: center;
	width: 150px;
	padding: 10px;
	margin-left: 30px;
	margin-top: 30px;
	cursor: pointer;
}
#parent_nation
{
	left: 0px;
	top: 225px;
}
#parent_fiscal
{
	left: 343px;
	top: 155px;
}
#team_information
{
	height: 280px;
}
