#PageTitle {
	background-position: 10px -288px;
}

#CONTAINER {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	min-height: 300px;
	padding-top: 20px;
}
table tr th {
	background-color: #FF4800;
	background-image: url(../images/stroke_title-line.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 28px;
	font-size: 15px;
	font-weight: lighter;
	color: #FFF;
	white-space: nowrap;
}
table tr th:nth-last-child(1) {
      	background-image: none;
}
table tr td {
	background-image: url(../images/stroke_td-line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 20px;
	font-size: 13px;
	font-weight: lighter;
	color: #000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFBFBF;
}
table tr td:nth-last-child(1) {
      	background-image: none;
}

.left-td {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.SLink  {
	text-decoration: none;
	color: #000;
}
.SLink:hover {
	text-decoration: underline;
	color: #FF4800;
}

#th-left {
	background-color: #FF4800;
	height: 100%;
	width: 100%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: url(../images/stroke_title-line.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#th-right {
	background-color: #FF4800;
	height: 100%;
	width: 100%;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ApplyBut {
	background-image: url(../images/stroke_pic.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 29px;
	width: 55px;
	cursor: pointer;
	font-size: 15px;
	color: #FFF;
	line-height: 27px;
	padding-right: 3px;
	display: block;
	text-decoration: none;
}
.ApplyBut:hover {
	background-position: 1px 1px;
	height: 28px;
	width: 56px;
	padding-top: 1px;
	padding-right: 2px;
}
