html{
	height:100%;
	margin:0;
    padding:0;
}
body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #eee url(../images/5ofP_gcc.png) repeat top left;
	font-weight: 400;
	font-size: 18px;
	color: #391b27;
	height:100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin:0;
    padding:0;
}
.data{
	top: 50%;
	left: 50%;
	width: 640px;
	height: 450px;
	position: absolute;
	margin-left: -348px;
	margin-top: -308px;
	padding:20px;
	
	border:8px solid #fff;
	border-style: solid solid solid solid;
	background: #eee url(../images/bg_grid.png) repeat top left;
	box-shadow: inset 0 0 6px;
    -moz-box-shadow: inset 0px 0px 6px #000;
    -webkit-box-shadow: inset 0px 0px 6px #000;
    border-radius:20px 20px 20px 20px;
}
h2{
	position:relative;
	float:left;
	height:50px;
	width:100%;
	margin:0 0 30px 0;
	font-size:36px;
    font-weight: bold;
    color:#DD2020;
	text-shadow:1px 1px 1px #000;
    letter-spacing:-2px;
}
input[type=text], input[type=password], textarea {
	outline: none;
	padding: 7px;
	border: 1px solid #CCC;
	display: inline;
    position: relative;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color:#56b4ef;
	box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
}
a{
	color: #DD2020;
	text-decoration: none;
	text-shadow:1px 1px 1px #999;
	font-size:21px;
	letter-spacing:-1px;
}
.enter{
	height:50px;
	width:50px;
	position:relative;
	float:left;
	margin:0;
    border:2px solid #fff;
	border-style: solid solid solid solid;
	background: #DD2020 url(../images/Arrow-Left.png) no-repeat;
	background-size: 40px;
	background-position: 5px 5px;
	
	font-size:25px;
    font-weight: bold;
	color: #DD2020;
	text-shadow:1px 1px 1px #000;
    letter-spacing:-1px;
	
	box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    border-radius:26px 26px 26px 26px;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}
.enter:hover{
	width:200px;
}
.enter a{
	width:180px;
	display:block;
	position:relative;
	padding-top:8px;
	padding-bottom:23px;
	padding-left:70px;
	text-shadow:1px 1px 1px #000;
	font-size:25px;
	border-radius:40px 40px 40px 40px;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.enter a:hover{
	color: #fff;
}
.t_wid{
	width: 600px;
	margin-bottom:20px;
}
.first{
	width:300px;
	text-align: right;
}