.good_wife, .warning{
    padding: 0px 30px 5px 125px;
    background: #FDEDFC url(../img/good_wife.gif) 10px 10px no-repeat;
    border: 1px dashed #C0CBD0;
    font-style: italic;
    min-height: 100px;
    margin: 20px 0px 20px 60px;
    font-size: 12px;
}

.warning{
    background: #FDEDFC url(../img/warning.gif) 10px 10px no-repeat;
}

.good_wife b, .warning b{
    line-height: 30px;
}

.good_wife pre, .warning pre{
    margin: 10px 0px 10px 0px;
}

.ps{
    padding: 5px 30px 5px 125px;
    background: #FDEDFC url(../img/romance.gif) 10px 10px no-repeat;
    border: 1px dashed #C0CBD0;
    font-style: italic;
    min-height: 132px;
    margin: 20px 0px 20px 0px;
    font-size: 12px;    
}

h3{
    padding: 30px 0px 15px 0px;
}

.test_chain{
    border: 1px dashed orange;
    width: 100%;
    height: 200px;
    background-color: yellow;
    margin: 10px 0px 10px 0px;
}

.test_elem{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: blue;
    margin-top: 180px;
}

#elem1_2{
    background-color: red;
    margin-left: 30px;
}

.hidden_code {
    margin: 10px 0px 10px 0px;
}

.code_body{
    display: none;
}

.code_title{
    background-color: yellow;
    cursor: pointer;
    text-decoration: underline;

}

.green_obj{
    background-color: green;
}