@charset "utf-8";

.pop_up_lnk{
	 padding: 0 18px 0 0 !important;
}

ol.stepList {
	width: 680px;
	clear: both;
	overflow: hidden;
}

ol.stepList li {
	float: left;
	width: 185px;
}

ol.stepList li.arrow {
	width: 238px;
	background-image: url("../img/arrow.gif");
    background-position: 212px center;
    background-repeat: no-repeat;
}

ol.stepList .stepList_box {
	width: 185px;
	min-height: 185px;
	background-color: #f0f8f1;
	border: 1px dotted #00a99d;
	padding: 0 8px;
}

ol.stepList .stepList_box h5 {
    padding: 15px 0 10px;
    font-size: 1.25em;
	font-weight: bold;
    color: #00a99d;
	font-family: "Lucida Console", Monaco, monospace;
}

ol.stepList .stepList_box p {
	padding-bottom: 15px;
}
