body { 
	  color: #333;
      font: 16px 'PT Sans', sans-serif;
	  background-color: #ECF0F1;
	  padding:0; 
	  margin:0; 
	  line-height:18px;
}
  
img { 
	margin-left: 12px; 
	margin-right: 4px
}
#centerLayer { 
	width: 700px;  
}

.head {
	padding: 20px 0 10px 30px;
	font-size: 20px;
	color: #333;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	border-bottom:1px solid #d0d0d0;
	position:relative;
	text-align:center;
}

p {
	margin-top: 0px;
	margin-bottom: 4px;
}

#container {
    width:800px;
    min-height:430px;
    margin:0 auto;
    overflow:visible;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-400px;
    margin-top:-300px;
    background:#fff;
	background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-align:left;
}
.main {
    height:100%;
}
.main_in_main {
    height:100%;
}
.content {
    padding:0 0 20px 0;
}
a {
    color: #08c;
	text-decoration: none;
}	

a:link, a:visited {
color: #0857A6;
text-decoration: none;
}

a:hover {
font-weight: normal;
text-decoration: underline;
color: #E74C3C;
}

input#upload {
    font-size: 16px;
    background: #5bb75b;
    text-align: center;
    height: 40px;
    line-height: 38px;
    width: 128px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .2s,box-shadow .2s;
    position: relative;
    outline: none;
    overflow: hidden;
    -webkit-appearance: none;
    box-shadow: none;
    box-sizing: border-box;
    padding: 1px 0 0;
	text-weight:normal;
}

input#upload:hover{background:#51a351}

tr.t_files td {
	border-bottom:1px solid #d0d0d0;
	margin-bottom:12px;
}
td {
	padding:10px 4px;
	text-align:left;
}

table>tbody>tr:nth-child(odd)>td, 
table>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.footer p {
	text-align:center;
	color:#959595;
}

.footer {
    width:800px;
    height:30px;
    margin:0 auto;
    overflow:visible;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-400px;
    margin-top:300px;
}

h3 {
	padding:0;
	margin:0;
	font-size:16px;
	font-weight: normal;
}

a.add-new {
	font-size:14px;
	margin-top:60px;
	text-align:center;
    font-weight:bold;
    width:120px;
	-webkit-box-shadow: 0 2px 0 #169d82;
	box-shadow: 0 2px 0 #169d82;
	border-radius: 4px;
	color: #fff;
	display: block;
	height: 38px;
	line-height: 40px;
	text-decoration: none;
	background: #1abc9c;
	box-sizing: border-box;
}

a.add-new:hover {
	background: #19b395;
}
