@charset "utf-8";

#wrapper{
	width: 700px;
	height: auto;
	margin: 15px auto 10px;
	padding-bottom: 20px;
}

#wrapper h2 {
	margin-bottom: 40px;
}

#wrapper h3{
	margin: 30px auto 20px;
	position: relative;
	padding: 8px 5px 5px 5px;
	padding-left: 21px;
	font-weight: bold;
	font-size: 135%;
	background-color: #8cc3d8;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
     
#wrapper h3:before{
	content:''; 
	height: 21px; 
	width: 2px; 
	display: block; 
	position: absolute; 
	top: 5px; 
	left: 8px; 
	background-color: #fff;
	border-left: 3px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

#wrapper p{
	margin: 10px 12px;
}

#wrapper ul {
	margin: 0 20px;
}

#wrapper ul li {
	list-style: inside disc;
}

.bold {
	font-weight: bold;
}

.pop_up_lnk{
     background: url(img/icon_01.gif) no-repeat right;
	 padding: 0 15px 0 3px ;
}

.img_s {
	text-align: center;
	margin: 20px 0 10px;
}

.clear {
     clear: both;
}

.stepList li.first {
	padding: 0;
	background: none;
}

.stepList li {
    display: block;
    width: 185px;
    float: left;
    padding-left: 50px;
    background-image: url("img/arrow.gif");
    background-position: 35px center;
    background-repeat: no-repeat;
}

.stepList li p span {
    display: block;
    padding: 15px 0 10px;
    font-size: 1.3em;
	font-weight: bold;
    color: #00a99d;
	font-family: "Lucida Console", Monaco, monospace;
	text-decoration: underline;
}

.stepList li p {
    width:185px;
    height: 210px;
	padding: 0 8px;
    line-height: 1.5;
	background-color: #f0f8f1;
	border: 1px dotted #00a99d;
  font-size:13px;

}