﻿/* style1
----------------------------------------------------------*/

.wrapper {
    padding: 10px;
    position: relative;
}

.wrapper .title {
    /*background-color: #e7ff7e;
    background-image: url("/Images/entrance/icon_2.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2em;
    border-left: 10px solid #e7ff7e;*/

    padding: 5px;
    padding-left: 15px;
    font-weight: bold;
    line-height: 1.2em;
}

.wrapper .title img {
    margin-top: -5px;
    margin-right: 8px;
    vertical-align: middle;
}

.wrapper .content {
    /*background: #e7e7ff;*/
    padding: 8px 15px;
    padding-left: 2em;
}