.container{
    position: relative;
}
.ciacho2-wrap-container{
    color: #323232;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22px;
    z-index: 10001;
    background: rgb(255,255,255);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                filter: alpha(opacity=80);
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
                opacity: 0.8;
}
.ciacho2-wrap-container .ciacho2-inner-container {
    background: none repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0px;
    border: 0;
    width: 980px;
}
.ciacho2-wrap-container .ciacho2-inner {
    background: none repeat scroll 0 0 transparent;
    padding: 0px;
    position: relative;
}
.ciacho2-wrap-container .ciacho2-inner #exit{
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid #999;
    padding: 0px;
    font-size: 13px;
}
.ciacho2-wrap-container .ciacho2-inner h1,
.ciacho2-wrap-container .ciacho2-inner h2, 
.ciacho2-wrap-container .ciacho2-inner h3{
    color: #222;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 40px;
    padding-top: 0px;
}
.ciacho2-wrap-container .ciacho2-inner .ciacho2_text,
.ciacho2-wrap-container .ciacho2-inner .ciacho2_text2{
    width: 90%;
}
