@charset "utf-8";
/* CSS Document */
body{
	background-color:#333;
	font-family: sans-serif, '微軟正黑體', Microsoft JhengHei;
	font-family:sans-serif,'微軟正黑體' !important;/*Firefox hack*/
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}
.layuot{
	width:849px;
	margin:0 auto;
}

.box{
	position:relative;
}
.btn,.btn2{
	position: absolute;
	width: 167px;
	height: 35px;
	}

.box .btn a{
	display:block;
	text-indent:-9999px;
	outline:none; 
	/*background-color:#1d0607;*/
	background-image:url(../images/spaceforIE.png);
	}

.box .btn2 a{
	display:block;
	font-weight:bold;
	background-color:#1d0607;
	line-height:32px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	outline:none;
	background: rgb(29,6,7);  /* Old browsers */
	box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	border:#FFFFFF 1px  solid ;
	transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	}
.box .btn2 a:hover{

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color: #000;
	box-shadow:0 0 8px #FFF;
	-moz-box-shadow:0 0 8px #FFF;
	-webkit-box-shadow:0 0 8px #FFF;
	text-shadow:1px 1px 3px #999;
	-moz-text-shadow:1px 1px 3px #999;
	-webkit-text-shadow:1px 1px 3px #999;
	}
