@charset "utf-8";

#wrapper{
	width: 700px;
	height: auto;
	margin: 15px auto 10px;
	padding-bottom: 20px;
	font-size: 90%;
}

#wrapper h2 {
	margin-bottom: 40px;
}

#wrapper h3{
	background-color: #8cc3d8;
    border-left-color: #2d6084;
    border-left-style: solid;
    border-left-width: 5px;
    color: #fff;
    font-size: 135%;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
	}


#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.5em;
	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;

}