@charset "UTF-8";
body{
	background-image:url(../images/bg.jpg); 
	background-size:100% 100%; 
	background-repeat:no-repeat; 
	height:100%; min-width:800px; 
	height:800px;
	}
.pic_mid{
	width:50%;
	width:600px;
	display:block;
	margin:auto;
	margin-top:60px;}
.user_Box{
	width:230px;
	margin:auto;}
.userName{
	width:100%;
	background:white;
	overflow:hidden;
	border-radius:4px;
	border:2px solid #29a38e;
	margin-top:6px;
	}
.user_L{
	width:30px;
	height:30px;
	background:#aaded5;
	float:left;}
.user_L img{
	width:22px;
	margin-left:4px;
	margin-top:4px;}
.user_R{
	width:170px;
	float:right;
	margin-right:10px;
	line-height:22px;
	border:none;
	outline:none;
	margin-top:4px;
	color:#666}
.btn{
	width:100%;
	background-image:url(../images/01.jpg);
	background-repeat:repeat-x;
	height:30px;
	font-size:16px;
	color:white;
	text-align:center;
	line-height:30px;
	border-radius:4px;
	margin-top:10px;
	cursor:pointer;
	box-shadow:1px 1px 2px #19826d}

/* CSS Document */

