
.newsletter_title {
    margin-top:15px;
    margin-bottom:15px;
    padding-left: 10px;
    font-weight:bold;
    font-size: 12px;
    color:#394E61;
    border-bottom: 1px solid #cccccc;
    width: 180px;
}

.newsletter_inputtext {
    border: 1px solid #cccccc;
    width: 160px;
}

.subscribe_form{
    width: 100%;
}

.subscribe_title{
    padding-left: 4px;
    font-weight:normal;
    font-size: 11px;
    text-transform: uppercase;
    color:#ffffff;
    width: 176px;
    background-image: url(images/modul_bg.png);
    margin-bottom:4px;

}

.subscribe_mailaddress{
    width: 100%;
    height: 17px;
    line-height: 17px;
    background-color: #666666;
    text-align: left;
    border: none;
    vertical-align:top;
    padding: 0px;
}

.subscribe_mailaddress input[type="text"]{
    width:90%
    height: 16px;
    line-height: 16px;
    color: #CCCCCC;
    background-color: #666666;
    text-align: left;
    border: none;
    vertical-align:top;
    margin: 0 5px;
}

.subscribe_buttonarea{

}

.subscribe_buttonarea div{
    width: 100%;
    background-color: #019AFF;
    background-image: url(images/menu.png);
    vertical-align: middle;
    text-align: left;
    border: none;
    margin-top: 4px;
}

.subscribe_buttonarea div:hover{
    background-image: url(images/menu_hover.png);
}

.subscribe_buttonarea span{
    text-transform: uppercase;
    height: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0 5px;
}

.result{
    width:70%;
    border: 1px solid #019AFF;
    color: #FFFFFF;
    background-color: #666666;
    padding: 5px;
    margin: 10px auto;
}





