     div#intro {
                font-size: 14px;
                font-weight: bold;
                color: #666;
                line-height: 18px;
        }
        
        div#faqList {
                margin-left: 10px;
                font-family: verdana, sans-serif;
                font-size: 11px;
                color: #666;
        }
        
        div#faqList div {
                margin-bottom: 10px;
        }

        div#faqContainer {
                width: 500px;
                background-color: #fafafa;
                padding: 10px 10px 10px 14px;
                display: none;
                margin-top: 10px;
                margin-left: 100px;
                margin-right: 10px;
                margin-bottom: 10px;
					 border: 1px #999 solid;
        }

        div#question {
                width: 500px;
                font-size: 14px;
                font-weight: 600;
                color: #E28800;
                opacity: 0;
                filter: alpha(opacity=0);
        }

        div.answer {
                width: 480px;
                font-size: 12px;
                opacity: 0;
                filter: alpha(opacity=0);
        }
        
        div.stepHeadline {
                font-size: 16px;
                font-weight: bold;
                color: #0076BF;
                margin-top: 20px;
        }
        
        div.stepDetail {
                font-size: 12px;
                margin-top: 4px;
        }
        
        div.stepDetail img {
                margin-right: 10px;
        }

        div.stepDetail br {
                clear: both;
        }
        
        .bold {
                font-weight: bold;
        }