
/*
body{
    background:url('/img/timg.jpg');
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
}*/
a{font-size:14px;color:white }
a:hover{color:white}
.div_center{
	margin: 0 auto;
	width: 60%
}
.txt_alert{
	font-size: 26px;
	color: #e3284b;
}
.inner_header{
	background:url('/img/header.jpg');
	width: 100%;
	height: 125px;
}
.inner_title{
	text-align: center;
	margin-top: 30px;
	font-size: 48px;
	color: white;
	
}
.inner_user{
	text-align: right;
	margin-right: 45px;
	padding-right: 41px;
	font-size: 14px;
	color: white;
}
.inner_footer{
	text-align: center;
	margin-bottom: 10px;
	line-height: 25px;
	
}
.mainBtn{
	width: 200px;
	margin-top: 10px;
}
.inner_txt{
    text-align: left;
   	line-height: 37px;
   	font-size: 16px;
   	font-weight: bold;
   	color: red;
}
.inner_txt_n{
    text-align: left;
   	line-height: 37px;
}
.inner_txt_n{
    text-align: left;
   	line-height: 37px;
}
.inner_file_img{
	width: 200px;
	height: 200px;
	border: 1px solid;
	border-color: #ccc
}
.inner_file_title{
	width: 130px;
}
.inner_info_title{
	width: 130px;
}
.inner_img_del{
	margin: 0px 5px 0px 5px;
}


