@charset "utf-8";
/* CSS Document */
table.layerpopup {
color:#ffffff;
font-size:12px;
width:500px;
border-collapse:collapse;
border-spacing: 0;
display: block;
font-family:"Century Gothic", Verdana, Tahoma, sans-serif;
}
table.layerpopup td {
	padding:0;
}
table.layerpopup {
	border:0;
	vertical-align:top;
}

td.layerpopup_middle h1{
	font-size:28px;
	color:#FF7804;
	text-align:center;
}
td.layerpopup_middle h2{
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	
}
td.layerpopup_middle h3{
	font-size: 18px;
	color:#ffd42a;
	font-weight:bold;
	text-align:center;
}

td.layerpopup_middle h2 > span.yellow2 img{
margin-top:30px;
}
td.layerpopup_middle p {
	font-size:bold;
	font-size:18px;
	padding:5px 60px 10px 60px;
	margin-top:-10px;
	text-align:center;
}
td.layerpopup_top {
	width:500px;
	height:30px;
	background: transparent;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/layerpopup_top.png);
	background-repeat:no-repeat;
}
td.layerpopup_middle{
	background: transparent;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/layerpopup_middle.png);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
}
td.layerpopup_middle_close{
	background: transparent;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/layerpopup_middle.png);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
}
td.layerpopup_middle_close p {
	text-align:right;
	vertical-align:top;
	margin: -5px 35px 0 0;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}
td.layerpopup_bottom{
	width:500px;
	height:30px;
	background: transparent;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/layerpopup_bottom.png);
	background-repeat:no-repeat;
}

a div.blue_bt_180_center
{
	color:#ffffff;
	float:left;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	webkit-border-radius: 5px; /*rounded corner*/
	width:180px;
	height:25px;
	font-family:"Century Gothic", Verdana, Tahoma, sans-serif;
	font-size:16px;
	display: block;	
	text-align:center;
	font-weight: bold;
	vertical-align:middle;
	padding:5px 0 0 0;
	margin-left:160px;
	margin-bottom:20px;
	margin-top:20px;
	background: #0db8f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #0db8f7 1%, #0922a8 63%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, 	color-stop(1%,#0db8f7), color-stop(63%,#0922a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0db8f7 1%,#0922a8 63%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0db8f7 1%,#0922a8 63%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0db8f7 1%,#0922a8 63%); /* IE10+ */
	background: linear-gradient(to bottom, #0db8f7 1%,#0922a8 63%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0db8f7', endColorstr='#0922a8',GradientType=0 ); /* IE6-9 */
}
td.layerpopup_middle > table.popupcentert 
{
	margin-left:60px;
	margin-bottom:30px;
}
a:hover div.blue_bt_180_center
{
	color: #fbad18;
}
a div.orange_bt_180_center {
	/*text-shadow: 1px 1px #000000;*/
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	webkit-border-radius: 5px; /*rounded corner*/
	width: 180px;
	height: 25px;
	font-family: "Century Gothic", Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 0 0;
	margin: auto;
	background: #e6000e; /* Old browsers */
	background: -moz-linear-gradient(top, #f56611 1%, #e6000e 63%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f56611), color-stop(63%, #e6000e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f56611 1%, #e6000e 63%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f56611 1%, #e6000e 63%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f56611 1%, #e6000e 63%); /* IE10+ */
	background: linear-gradient(to bottom, #f56611 1%, #e6000e 63%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56611', endColorstr='#e6000e', GradientType=0 ); /* IE6-9 */
}
a:hover div.orange_bt_180_center {
	color: #fbad18;
}
td.layerpopup_middle > table.popupcentert 
{
	margin-left:60px;
	margin-bottom:30px;
}


/*800layer Popup*/

table.layerpopup800 {
color:#ffffff;
font-size:12px;
width:800px;
border-collapse:collapse;
border-spacing: 0;
display: block;
font-family:"Century Gothic", Verdana, Tahoma, sans-serif;
}
table.layerpopup800 td {
	padding:0;
}
table.layerpopup800 {
	border:0;
	vertical-align:top;
}

td.layerpopup800_middle h1{
	font-size:28px;
	color:09bcf4;
	text-align:left;
	padding:0 50px 0 50px;
}
td.layerpopup800_middle h2{
	font-size:18px;
	color:#5ff8f3;
	font-weight:bold;
	text-align:left;
	padding:0 50px 0 50px;
	
}
td.layerpopup800_middle h2 > span.yellow2 img{
margin-top:30px;
}
td.layerpopup800_middle p {
	text-align:left;
	color:#ffffff;
	font-size:14px;
	padding:0 50px 0 50px;
	
}
td.layerpopup800_top {
	width:800px;
	height:30px;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/popup800_top.png);
	background-repeat:no-repeat;
}
td.layerpopup800_middle{
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/popup800_middle.png);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
}
td.layerpopup800_middle_close{
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/popup800_middle.png);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
}
td.layerpopup800_middle_close p {
	text-align:right;
	vertical-align:top;
	margin: 5px 45px 0 0;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}
form.agree {
	margin-left:47px;
}
td.layerpopup800_bottom{
	width:800px;
	height:30px;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/popup800_bottom.png);
	background-repeat:no-repeat;
}

td.layerpopup800_middle > table.popupcentert 
{
	margin-left:60px;
	margin-bottom:30px;
}
a div.blue_bt_150_c
{
	color:#ffffff;
	float:left;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	webkit-border-radius: 5px; /*rounded corner*/
	width:180px;
	height:25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	display: block;	
	text-align:center;
	vertical-align:middle;
	padding:5px 0 0 0;
	margin-left:300px;
	margin-top:30px;
	margin-bottom:30px;
	background: #0db8f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #0db8f7 1%, #0922a8 63%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, 	color-stop(1%,#0db8f7), color-stop(63%,#0922a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0db8f7 1%,#0922a8 63%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0db8f7 1%,#0922a8 63%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0db8f7 1%,#0922a8 63%); /* IE10+ */
	background: linear-gradient(to bottom, #0db8f7 1%,#0922a8 63%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0db8f7', endColorstr='#0922a8',GradientType=0 ); /* IE6-9 */
}
a:hover div.blue_bt_150_c
{
	color: #fbad18;
}
div.blueglow700_80 {
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/700_80.png);
	width:710px;
	height:75px;
	margin: -5px 0 0 42px;

}
div.blueglow700_80 h4 {
	padding:30px;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}

table.request {
	width:620px;
	margin:auto;
border-collapse:collapse;
border-spacing: 0;
display: block;
font-family:"Century Gothic", Verdana, Tahoma, sans-serif;
border:0;
vertical-align:top;
}
td.request_top {
	width:620px;
	height:30px;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/620_top.png);
	background-repeat:no-repeat;
	padding:0;
}
td.request_middle {
	width:620px;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/620_middle.png);
	background-repeat:repeat-y;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
td.request_middle h2 {
	color:#5ff8f3;
	font-size:18px;
	font-weight:bold;
}
td.request_bottom {
	width:620px;
	height:50px;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/620_bottom.png);
	background-repeat: repeat-y;
	padding:0;
}
/*popup 700*/
table.layerpopup700 {
color:#ffffff;
font-size:12px;
width:700px;
border-collapse:collapse;
border-spacing: 0;
display: block;
font-family:"Century Gothic", Verdana, Tahoma, sans-serif;
border:0;
vertical-align:top;
}

table.layerpopup700 td {
	padding:0;
	
}

td.layerpopup700_middle_close{
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/700_middle.png);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
}
td.layerpopup700_middle_close p {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}
td.layerpopup700_middle h1{
	font-size:28px;
	color:#09bcf4;
	text-align:left;
	vertical-align:text-top;
	padding:0 60px 10px 60px;
}

td.layerpopup700_top {
	width:700px;
	height:30px;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/700_top.png);
	background-repeat:no-repeat;
	padding:0;
}
td.layerpopup700_middle {
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/700_middle.png);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
}
td.layerpopup700_middle_close p {
	text-align:right;
	vertical-align:top;
	margin: -5px 35px 0 0;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}
td.layerpopup700_bottom{
	width:700px;
	height:40px;
	background-image:url(http://download.nttgame.com/www/kingdom/teaser/images/700_bottom.png);
	background-repeat:no-repeat;
	padding:0;
}

a div.blue_bt_180_center
{
	color:#ffffff;
	float:left;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	webkit-border-radius: 5px; /*rounded corner*/
	width:180px;
	height:25px;
	font-family:"Century Gothic", Verdana, Tahoma, sans-serif;
	font-size:16px;
	display: block;	
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	padding:5px 0 0 0;
	margin-left:160px;
	margin-bottom:20px;
	margin-top:20px;
	background: #0db8f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #0db8f7 1%, #0922a8 63%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, 	color-stop(1%,#0db8f7), color-stop(63%,#0922a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0db8f7 1%,#0922a8 63%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0db8f7 1%,#0922a8 63%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0db8f7 1%,#0922a8 63%); /* IE10+ */
	background: linear-gradient(to bottom, #0db8f7 1%,#0922a8 63%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0db8f7', endColorstr='#0922a8',GradientType=0 ); /* IE6-9 */
}
a:hover div.blue_bt_180_center
{
	color: #fbad18;
}
a div.orange_bt_180_center {
	/*text-shadow: 1px 1px #000000;*/
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	webkit-border-radius: 5px; /*rounded corner*/
	width: 180px;
	height: 25px;
	font-family: "Century Gothic", Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 0 0;
	margin: auto;
	background: #e6000e; /* Old browsers */
	background: -moz-linear-gradient(top, #f56611 1%, #e6000e 63%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f56611), color-stop(63%, #e6000e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f56611 1%, #e6000e 63%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f56611 1%, #e6000e 63%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f56611 1%, #e6000e 63%); /* IE10+ */
	background: linear-gradient(to bottom, #f56611 1%, #e6000e 63%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56611', endColorstr='#e6000e', GradientType=0 ); /* IE6-9 */
}
a:hover div.orange_bt_180_center {
	color: #fbad18;
}
td.layerpopup700_middle > table.popupcentert 
{
	margin-left:60px;
	margin-bottom:30px;
}
div.request_content {
	padding:0 20px 0 50px;
	margin:auto;
}

a.nou{
	text-decoration:none;
}





.round4{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
.round6{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
}



#popup_box { display:none;  position:absolute;  min-height:100px;  min-width:300px; top:200px; left:100px; z-index:10001;  }
#popup_container { display:none; position:absolute; left:0; top:0; background: #000000; width:100%; min-height:100%; height:500px; -ms-filter: alpha(opacity=70); filter: alpha(opacity=70); opacity:0.7; -moz-opacity:0.7; z-index:10000; }

#sp_pop { display:;  position:absolute;  min-height:100px;  min-width:300px; top:200px; left:100px; z-index:10001; height:500px; overflow:hidden }
#sp_pop_container { display:; position:absolute; left:0; top:0; background: #000000; width:100%; min-height:100%; height:500px; -ms-filter: alpha(opacity=70); filter: alpha(opacity=70); opacity:0.7; -moz-opacity:0.7; z-index:10000; }
