.head {
	background: url(/images/backend/top.jpg) repeat-x;
}
.foot {
	background: url(/images/backend/bottom.jpg) repeat-x bottom;
}
body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0px;
}
.trHead {
	background: #AFD8D8;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.trLine {
	border-bottom: 1px solid #AFD8D8;
	border-top-color: #AFD8D8;
	border-right-color: #AFD8D8;
	border-left-color: #AFD8D8;
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	letter-spacing: 1px;
}

.trCell {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 13px;
	line-height: 25px;
	color: #000000;
	letter-spacing: 1px;
}

input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	line-height: 25px;
	color: #333333;
	height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}
textarea {
	line-height: 25px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
}
select {
	font-size: 13px;
	line-height: 28px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.content {

	line-height: 20px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.title {
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.menu-head {
	color: #777777;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

.menu-list {
	color: blue;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.input-td {
	border-top:1px solid black;border-bottom:1px solid black;border-left:1px solid black;border-right:1px solid black;
}

.index {
	border:1px solid black;
}

.label {
	font-size:11px;color:blue;
}