#lft, #rgt {
	float:left;
	height:1%;
	margin:0px;
}

#lft {	
  position: absolute;
  left: 10px;
	padding:0px;	
	width:170px;	
}

#rgt {
  position: relative;
  left: 170px;
	width:700px;
	padding:0px 30px;
}

#ori-n-result {
	padding: 0;
	margin: 0;
}

.box {
	margin: 3px;
	padding: 5px;
	width: 320px;
	height: 270px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	background-color: #EEEEEE;
}

.step-num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.label-box {
  width: 160px;
  height: 17px;
  color: #000000;
	background-color: #FFCC66;
	font-weight: bold;
  text-decoration: underline;
}

.side-link a {
  font-weight: normal;
  line-height: 12pt;
  text-decoration: underline;
}
