html	{
	padding:0px;
	margin:0px;
}
body	{
	margin-left:auto;
	margin-right:auto;
	padding:0px 25px 0px 25px;
	background-color:#000000;
	background-image:url(imgs/bg/rocks.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
}
/*
a			{ color:#f83824; }
a:hover		{ color:#FF3333; text-decoration:none; }
a:link		{ color:#f83824; } 
a:visited	{ color:#f03028; }
*/

#yandex_account	{
	min-width:320px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

p	{
	margin-top:6px;
	margin-bottom:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:1.0em;
	line-height:133%;
	text-align:left;
}
ul	{
	margin:0px;
	padding:0px;
}

h1	{
	margin:5px 0px 5px 0px;
	color:#FFFFFF;
	font-size:2.25em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-align:center;
	text-shadow:#FFFFFF 0 0 23px;
	line-height:100%;
}
h2	{
	margin-top:6px;
	margin-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:1.75em;
	line-height:125%;
}
h3	{
	margin-top:4px;
	margin-bottom:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:1.5em;
	line-height:125%;
	font-weight:normal;
}
h4	{
	margin-top:4px;
	margin-bottom:4px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:1.25em;
	line-height:125%;
}
h5	{
	margin-top:4px;
	margin-bottom:2px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:1.1em;
	line-height:125%;
}
h6	{
	margin-top:2px;
	margin-bottom:1px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1.1em;
	line-height:125%;
}
.clear	{
	clear:both;
}

div.div_closed {
	display:none;
}
div.div_opened {
	display:block;
}

#invite	{
	min-width:360px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
#enter-box	{
	margin:10px;
	text-align:center;
}
.enter_button	{
	margin-top:10px;
	margin-bottom:10px;
	padding:9px 18px 9px 18px;
	color:#FFC999;
	background-color:#000000;
	font-size:1.33em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#FFCÑ9Ñ 0 0 5px;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 13px #909090;
	text-align:center;
	border:#303030 solid 1px;
	text-decoration:none;
}
.enter_button:hover	{
	color:#FFFFFF;
	background-color:#000000;
	cursor:pointer;
	border:#606060 solid 1px;
		box-shadow:0px 0px 37px #FFFFFF;
	transition: all .3s ease-out;
}
.exit_button	{
	margin-top:10px;
	margin-bottom:10px;
	padding:9px 18px 9px 18px;
	color:#A0A0A0;
	background-color:#000000;
	font-size:1.33em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 23px #909090;
	text-align:center;
	border:#303030 solid 0px;
	text-decoration:none;
}
.exit_button:hover	{
	color:#FFFFFF;
	background-color:#000000;
	cursor:pointer;
		box-shadow:0px 0px 37px #FFFFFF;
	transition: all .3s ease-out;
}
#dragon-face	{
	width:260px;
	height:260px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(imgs/bg/face_act.png);
	background-position:center;
	background-repeat:no-repeat;
	transition: all .5s ease-out;
}
#dragon-face:hover	{
	background-image:url(imgs/bg/face_sight.png);
	transition: all .5s ease-out;
}

.name_unit_field	{
	margin-top:10px;
	margin-bottom:10px;
	padding:6px 11px 6px 11px;
	color:#000000;
	background:#FFFFFF;
	font-size:1.25em;
	font-family: 'Philosopher', sans-serif;
	border:#FFFFFF solid 1px;
		-moz-border-radius:13px; -webkit-border-radius:13px; border-radius:13px;
		box-shadow:0px 0px 11px #FFFFFF;
	text-align:center;
}
.login_field	{
	margin-top:10px;
	margin-bottom:10px;
	padding:6px 11px 6px 11px;
	color:#000000;
	background:#FFFFFF;
	font-size:1.25em;
	font-family: 'Philosopher', sans-serif;
	border:#FFFFFF solid 1px;
		-moz-border-radius:13px; -webkit-border-radius:13px; border-radius:13px;
		box-shadow:0px 0px 11px #FFFFFF;
	text-align:center;
}
#username-box	{
	margin:10px;
	color:#D0D0D0;
	font-size:1.5em;
	font-family: 'Philosopher', sans-serif;
	font-weight:400;
	text-align:center;
}
#user-treasury	{
	margin-bottom:10px;
	color:#E88800;
	font-size:1.05em;
	font-family: 'Philosopher', sans-serif;
	font-weight:400;
	text-align:center;
	text-shadow:#C66600 0 0 3px;
}
.error_message	{
	padding:10px;
	color:#D00000;
	font-size:1.25em;
	font-family: 'Philosopher', sans-serif;
	text-align:center;
	text-shadow:#E00000 0 0 5px;
}
.express_msg	{
	padding:20px;
	color:#FFC033;
	font-size:1.25em;
	font-family: 'Philosopher', sans-serif;
	text-align:center;
	text-shadow:#FFC033 0 0 5px;
}
.warning_msg	{
	padding:20px;
	color:#F00090;
	font-size:1.25em;
	font-family: 'Philosopher', sans-serif;
	font-weight:400;
	text-align:center;
	text-shadow:#FF0900 0 0 5px;
}

#dragon-box	{
	min-width:480px;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	padding:2% 10%;
		-moz-border-radius:11px; -webkit-border-radius:11px; border-radius:11px;
	background-image:url(imgs/bg/black_50f.png);
	box-shadow:0px 0px 7px #333333;
}
#dragon-box:hover	{
	box-shadow:0px 0px 17px #CCCCCC;
	transition: all .3s ease-out;
}
.dragon_box	{
	width:440px;
	display:inline-block;
	margin:20px;
	padding:20px;
		-moz-border-radius:11px; -webkit-border-radius:11px; border-radius:11px;
	background-image:url(imgs/bg/black_50f.png);
	box-shadow:0px 0px 7px #333333;
}
.dragon_box:hover	{
	box-shadow:0px 0px 23px #999999;
	transition: all .3s ease-out;
}
.param_box	{
	margin-left:250px;
}
.drg_pic	{
	float:left;
	margin-right:auto;
	width:240px;
	min-height:180px;
	background-image:url(imgs/bg/white_05t.png);
	transition: all .5s ease-out;
}
.drg_pic:hover	{
	background-image:url(imgs/bg/white_10t.png);
	transition: all .5s ease-out;
}
.img_pers	{
	width:240px;
	min-height:180px;
	background-position:top left;
	background-repeat:no-repeat;
}
.drg_name	{
	color:#F9F9F9;
	font-size:1.75em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#FFFFFF 0 0 5px;
	text-align:left;
}
.drg_stat	{
	margin:0px 0px 5px 0px;
	text-align:left;
}
.drg_race	{
	float:right;
	width:36px;
	height:36px;
	margin-left:10px;
	background-position:top center;
	background-repeat:no-repeat;
}
.drg_level	{
	float:right;
	padding:2px 0px 0px 15px;
	color:#AAAAAA;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
}
.drg_rating	{
	float:left;
	padding:5px 15px 5px 0px;
	color:#F88800;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-align:left;
}
.drg_num_battles	{
	float:left;
	padding:5px 15px 5px 0px;
	color:#D0A0D0;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-align:left;
}
.drg_health	{
	padding:2px;
	color:#008040;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#109050 0 0 2px;
	border-bottom:1px solid #004020;
	text-align:left;
}
.drg_power	{
	padding:2px;
	color:#708010;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#708010 0 0 2px;
	border-bottom:1px solid #304000;
	text-align:left;
}
.drg_stamina	{
	padding:2px;
	color:#0080E0;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#0080E0 0 0 2px;
	border-bottom:1px solid #004080;
	text-align:left;
}
.drg_reaction	{
	padding:2px;
	color:#A050D0;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#A050D0 0 0 2px;
	border-bottom:1px solid #401050;
	text-align:left;
}
.drg_intellect	{
	padding:2px;
	color:#E02000;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#E02000 0 0 2px;
	border-bottom:1px solid #600000;
	text-align:left;
}
.drg_bonus	{
	padding:2px;
	color:#CCC000;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#CCC333 0 0 2px;
	text-align:left;
}
.drg_cost	{
	padding:20px 0px 5px 0px;
	color:#F88800;
	font-size:1.25em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#F99900 0 0 7px;
	text-align:center;
}
.drg_num_expa	{
	padding:2px;
	color:#3399CC;
	font-size:1.15em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#3399CC 0 0 3px;
	letter-spacing:0.05em;
	text-align:left;
}

.action_menu	{
	padding:15px 0px 0px 0px;
	text-align:center;
}
.but_fight	{
	padding:8px 21px 8px 19px;
	color:#F0F0F0;
	background-color:#C00000;
	font-size:1.4em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 17px #000000;
	text-align:center;
	border:#F00000 solid 0px;
	text-decoration:none;
}
.but_fight:hover	{
	color:#FFFFFF;
	background-color:#FF0000;
	cursor:pointer;
		box-shadow:0px 0px 31px #F00000;
	transition: all .3s ease-out;
}
.new_reg_but	{
	padding:8px 21px 8px 19px;
	color:#FCC999;
	font-size:1.2em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-align:center;
		text-shadow:0px 0px 17px #ÑÑÑÑÑÑ;
}
.new_reg_but:hover	{
	color:#FFFFFF;
		text-shadow:0px 0px 31px #FCC999;
}

#registration-box	{
	min-width:320px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	color:#FCC999;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:400;
		text-shadow:0px 0px 7px #FCC999;
	text-align:center;
}
#reg-invite {
	min-width:320px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
}
#new-user-reg-box	{
	min-width:320px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	color:#FCC999;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:400;
		text-shadow:0px 0px 7px #FCC999;
	text-align:center;
}
#reg_title	{
	color:#000000;
	font-size:2.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-align:center;
		text-shadow:0px 0px 17px #FFE66E;
}
#but-get-code	{
	margin-top:20px;
}
#code-box-submit	{
	margin-top:5px;
}

.email_field	{
	margin-top:10px;
	margin-bottom:10px;
	padding:6px 11px 6px 11px;
	color:#000000;
	background:#FFFFFF;
	font-size:1.25em;
	font-family: 'Philosopher', sans-serif;
	border:#FFFFFF solid 1px;
		-moz-border-radius:13px; -webkit-border-radius:13px; border-radius:13px;
		box-shadow:0px 0px 11px #FFFFFF;
	text-align:center;
}


#pre-buy-box	{
	padding:15px 0px 0px 0px;
	text-align:center;
}
#buy-box	{
	padding:15px 0px 0px 0px;
	text-align:center;
}

#select-new-drg-box	 {
	padding:20px;
	min-width:480px;
	margin-left:auto;
	margin-right:auto;
	color:#FCC999;
	font-size:1.25em;
	font-family: 'Philosopher', sans-serif;
	font-weight:400;
		text-shadow:0px 0px 7px #FCC999;
	text-align:center;
}
.drg_egg	{
	float:left;
	margin:15px;
	padding:10px;
	width:70px;
	color:#FFFFFF;
	font-size:0.75em;
	font-weight:400;
	font-family: 'Philosopher', sans-serif;
		-moz-border-radius:17px; -webkit-border-radius:17px; border-radius:17px;
	box-shadow:0px 0px 1px #333333;
}
.drg_egg:hover	{
	cursor:pointer;
	font-weight:700;
	padding:9px;
	border:1px solid #FFFFFF;
}
#new-dragon-name	{
	color:#FCC999;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:400;
		text-shadow:0px 0px 7px #FCC999;
	text-align:center;
}
.parametr_plus	{
	float:right;
}
.up_param	{
	padding:1px 3px 1px 3px;
	color:#000000;
	background-color:#F0A000;
	font-size:0.9em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
		box-shadow:0px 0px 13px #FFC033;
	text-align:center;
	border:#FFF000 solid 0px;
	text-decoration:none;
}
.up_param:hover	{
	background-color:#FFCF33;
		box-shadow:0px 0px 7px #000000;
	cursor:pointer;
}

#card-unit	{
	width:440px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
		-moz-border-radius:11px; -webkit-border-radius:11px; border-radius:11px;
	background-image:url(imgs/bg/black_50f.png);
	box-shadow:0px 0px 7px #333333;
}
#card-unit:hover	{
	box-shadow:0px 0px 17px #999999;
	transition: all .3s ease-out;
}

.but_fight_0	{
	padding:8px 21px 8px 19px;
	color:#F0F0F0;
	background-color:#C00000;
	font-size:1.4em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 17px #000000;
	text-align:center;
	border:#F00000 solid 0px;
	text-decoration:none;
}
.but_fight_0:hover	{
	color:#FFFFFF;
	background-color:#FF0000;
	cursor:pointer;
		box-shadow:0px 0px 31px #F00000;
	transition: all .3s ease-out;
}
.but_fight_1	{
	padding:8px 21px 8px 19px;
	color:#F0F0F0;
	background-color:#0080CC;
	font-size:1.4em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 17px #000000;
	text-align:center;
	border:#F00000 solid 0px;
	text-decoration:none;
}
.but_fight_1:hover	{
	color:#FFFFFF;
	background-color:#0090DC;
	cursor:pointer;
		box-shadow:0px 0px 31px #F00000;
	transition: all .3s ease-out;
}
.but_fight_2	{
	padding:8px 21px 8px 19px;
	color:#F0F0F0;
	background-color:#F06000;
	font-size:1.4em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 17px #000000;
	text-align:center;
	border:#F00000 solid 0px;
	text-decoration:none;
}
.but_fight_2:hover	{
	color:#FFFFFF;
	background-color:#FF6600;
	cursor:pointer;
		box-shadow:0px 0px 31px #F00000;
	transition: all .3s ease-out;
}
.but_fight_3	{
	padding:8px 21px 8px 19px;
	color:#F0F0F0;
	background-color:#775588;
	font-size:1.4em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 17px #000000;
	text-align:center;
	border:#F00000 solid 0px;
	text-decoration:none;
}
.but_fight_3:hover	{
	color:#FFFFFF;
	background-color:#876598;
	cursor:pointer;
		box-shadow:0px 0px 31px #F00000;
	transition: all .3s ease-out;
}
.but_fight_4	{
	padding:8px 21px 8px 19px;
	color:#F0F0F0;
	background-color:#009099;
	font-size:1.4em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 17px #000000;
	text-align:center;
	border:#F00000 solid 0px;
	text-decoration:none;
}
.but_fight_4:hover	{
	color:#FFFFFF;
	background-color:#10A0A9;
	cursor:pointer;
		box-shadow:0px 0px 31px #F00000;
	transition: all .3s ease-out;
}

#fighters	{
	min-width:400px;
	margin:0 auto;
	padding:0 50px;
	text-align:center;
}

.ftr_box	{
	display:inline-block;
	width:360px;
	height:360px;
	margin:20px;
	padding:16px;
	font-size:1.0em;
		-moz-border-radius:17px; -webkit-border-radius:17px; border-radius:17px;
	background-position:top center;
	background-repeat:no-repeat;
	box-shadow:0px 0px 3px rgba(255,255,255,0.3);
	text-align:center;
}
.ftr_box:hover	{
	box-shadow:0px 0px 23px rgba(255,255,255,0.5);
	transition: all .3s ease-out;
}
.ftr_name_box	{
	height:24px;
	font-size:1.25em;
	margin-right:50px;
	text-align:left;
}
.fighter_name	{
	color:#FCFCFC;
	font-size:1.5em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#FCFCFC 0 0 5px;
	letter-spacing:0.02em;
	text-decoration:none;
	text-align:left;
}
.x_ftr_name	{
	height:24px;
	margin-right:50px;
	color:#FCFCFC;
	font-size:1.5em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#FCFCFC 0 0 5px;
	text-decoration:none;
	text-align:left;
		letter-spacing:0.02em;
}
.fighter_name:hover	{
	color:#FFFFFF;
	transition: all .5s ease-out;
	text-shadow:#FFFFFF 0 0 3px;
}
.ftr_level_race	{
	float:right;
	width:48px;
	height:36px;
	padding-top:12px;
		-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	color:#FFFFFF;
	font-size:1.3em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-align:center;
	text-shadow:#FFFFFF 0 0 3px;
}
.ftr_stat	{
	height:22px;
	margin-top:8px;
	margin-right:50px;
}
.ftr_winrat	{
	float:left;
	margin-right:8px;
	color:#F88800;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-align:left;
}
.ftr_battles	{
	float:left;
	margin-right:8px;
	color:#D0A0D0;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-align:left;
}
.ftr_pic	{
	width:240px;
	margin-right:auto;
	height:240px;
	transition: all .5s ease-out;
	background-image:url(imgs/bg/black_10t.png);
	box-shadow:0px 0px 13px rgba(255,255,255,0.05);
}
.ftr_pic:hover	{
	transition: all .5s ease-out;
	background-image:url(imgs/bg/black_50t.png);
}
.fighter_img	{
	width:240px;
	height:240px;
	background-position:bottom left;
	background-repeat:no-repeat;
}
.ftr_basic_value_box	{
	float:right;
	width:112px;
	height:240px;
	margin-left:8px;
	font-size:1.0em;
}
.ftr_epxa_box	{
	margin-bottom:8px;
	color:#44BBEE;
	font-size:1.25em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		text-shadow:0px 0px 3px #44BBEE;
	text-align:left;
	letter-spacing:0.05em;
}
.value_bar	{
	width:112px;
	margin-bottom:8px;
	background-image:url(imgs/bg/white_10t.png);
	text-align:left;
	font-size:0.75em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
}
.health_bar	{
	background-color:#007050;
	box-shadow:0px 0px 5px #007050;
	font-size:1.25em;
	display:inline-block;
}
.power_bar	{
	background-color:#608000;
	box-shadow:0px 0px 5px #608000;
	display:inline-block;
}
.stamina_bar	{
	background-color:#0080E0;
	box-shadow:0px 0px 5px #0080E0;
	display:inline-block;
}
.reaction_bar	{
	background-color:#A050D0;
	box-shadow:0px 0px 5px #A050D0;
	display:inline-block;
}
.intellect_bar	{
	background-color:#E02000;
	box-shadow:0px 0px 5px #E02000;
	display:inline-block;
}
.bonus_bar	{
	background-color:#E07000;
	box-shadow:0px 0px 5px #E07000;
	display:inline-block;
}
.value_points	{
	padding:2px 3px 1px 3px;
	color:#FFFFFF;
	font-size:1.0em;
	font-family: 'Philosopher', sans-serif;
	text-shadow:0px 0px 3px #FFFFFF;
	letter-spacing:0.05em;
}
.fighter_menu	{
	margin-top:16px;
	text-align:center;
}
.ftr_mn_left	{
	display:inline-block;
	text-align:left;
}
.ftr_mn_right	{
	display:inline-block;
	text-align:right;
}
.ftr_mn_battle	{
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
}
.but_upgrade	{
	padding:8px 21px 8px 19px;
	background-color:#C77000;
	color:#F0F0F0;
	font-size:1.4em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 17px #000000;
	text-align:center;
	border:#C77000 solid 0px;
	text-decoration:none;
}
.but_upgrade:hover	{
	color:#FFFFFF;
	background-color:#D99000;
	cursor:pointer;
		box-shadow:0px 0px 31px #F00000;
	transition: all .3s ease-out;
}
.but_up_level	{
	padding:8px 21px 8px 19px;
	background-color:#009900;
	color:#F0F0F0;
	font-size:1.4em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 17px #000000;
	text-align:center;
	border:#008800 solid 0px;
	text-decoration:none;
}
.but_up_level:hover	{
	color:#FFFFFF;
	background-color:#00CC00;
	cursor:pointer;
		box-shadow:0px 0px 31px #00CC00;
	transition: all .3s ease-out;
}

.my_ftr_cost	{
	margin-top:10px;
	color:#F99900;
	font-size:1.5em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
	text-shadow:#FCCC00 0 0 3px;
	text-align:center;
}
.but_buy_ftr	{
	padding:8px 21px 8px 19px;
	color:#F0F0F0;
	background-color:#009900;
	font-size:1.4em;
	font-family: 'Philosopher', sans-serif;
	font-weight:700;
		-moz-border-radius:19px; -webkit-border-radius:19px; border-radius:19px;
		box-shadow:0px 0px 17px #000000;
	text-align:center;
	border:#009900 solid 0px;
	text-decoration:none;
}
.but_buy_ftr:hover	{
	color:#FFFFFF;
	background-color:#00CC00;
	cursor:pointer;
		box-shadow:0px 0px 31px #00CC00;
	transition: all .3s ease-out;
}
