
/* stylesheet for the template item */


/* text */

.text {
    padding: 10px 15px 10px 15px;
    float:left;
    
    color: #444444;
    font-size: 12px;
    text-align: justify;
    width: 660px;
    
}



.text h2 {
    color: #ffb137;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.text input.button {
    border: 1px solid #fff;
    padding: 5px 10px 5px 10px;
    background-color: #ffb137;
    color: #fff;
    font-weight: bold;
    width: 100px;
}

.text a,
.text a:visited {
    color: #ccb137;
    text-decoration: none;
}

.text a:hover,
.text a:visited:hover {
    text-decoration: underline;
}





