#after_registration
{
	bor der: 4px double #ff9500;
	width: 90%!important;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	back ground: rgb(0, 0, 0, 0.5);
	box-shadow: 0px 0px 40px rgb(0, 0, 0, 0.5);
	padding: 15px;
}

#after_registration th
{
	background: rgb(0, 0, 0, 0.3);
	width: 30%!important;
	font-weight: bold;
	color: silver;
	text-align: right;
	padding: 10px;
	vertical-align: middle;
}
 
#after_registration th:hover
{
	background: rgb(0, 0, 0, 0.4) !important;
}

#after_registration td
{
	background: rgb(0, 0, 0, 0.1);
	color: #ff9500;
	text-align: left;
	padding: 10px !important;
	vertical-align: middle !important;
}

#after_registration td:hover
{
	background: rgb(0, 0, 0, 0.2) !important;
}

#after_registration input
{
	background: rgb(0, 0, 0, 0.2);
	border-radius: 3px;
	border: 1px solid rgb(0, 0, 0, 0.5);
	width: 90%;
	display: block;
	margin: auto;
	color: silver;
	padding: 3px;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.2em;
}

#after_registration input[type="submit"]
{
	height: 100px !important;
	width: 100%;
	col or: gray;
	font-size: 1em !important;
	display: block;
	
	transition: all 0.2s;
}

#after_registration input[type="submit"]:hover
{
	color: #ff9500 !important;
	letter-spacing: 5px;
	
	border-radius: 10px;
	text-shadow: 0px 0px 100px #ffd190 !important;
	font-size: 2em !important;
	
}

#after_registration input[type="submit"]:active
{
	color: #33CCFF !important;
	
	text-shadow: 0px 0px 100px #33CCFF !important;
	font-size: 1.9em !important;
}

#last div
{
	vertical-align: middle;
	background-image: url("../gFX/delete_account.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10px!important;
	background-origin: padding-box;
	height: 18em;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0,0,0,0.8);
}

#last div:hover
{
	box-shadow: 0px 0px 4px #dc143c;
}

#last img
{
	width: 250px;
	vertical-align: middle;
	transition: all 0.2s;
	text-align: center;
	
}

#last:hover img
{
	width: 225px;
	
}

#last img:hover
{
	width: 275px;
	
}



#last div>p
{
	text-align: center;
	font-variant: normal;
	color: silver;
	font-weight: 900;
	transition: all 0.2s;
	background: rgb(0, 0, 0, 0.3);
	
}

#last:hover p
{
	color: #dc143c !important;
	border-radius: 10px;
	text-shadow: 0px 0px 100px #dc143c !important;
	font-size: 2em !important;
	letter-spacing: 5px;
	
}

#delete_account table
{
	margin: auto;
	height: 170px;
}

#delete_account td
{
	width: 210px;
	
}

#delete_account a
{
	font-size: 2em;
	color: gray;
	font-weight: 900;
	width: 100px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 50px;
	border: 3px inset rgb(0,0,0,0.5);
	border-radius: 10px;
	transition-duration: 0.1s;
	box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.8);
	background: rgb(0,0,0,0.3);
}

#delete_account a:hover
{
	border: 2px inset rgb(0,0,0,0.5);
	box-shadow: 0px 0px 3px rgb(0, 0, 0, 0.8);
	color: #259dc5;
	text-shadow: 0px 0px 20px #259dc5;
}

#delete_account a:active
{
	color: #33ccff;
	text-shadow: 0px 0px 30px #33ccff;
	border: 3px inset #33ccff;
}

