.INPUT_Newsletter {
    width: 235px;
    height: 25px;
    margin:0px;
    padding-left:10px;
    padding-right:10px;
	border: 1px solid #d0d2d1;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #d0d2d1;
}
.INPUT_Login {
    width: 80px;
    height: 23px;
    margin:0px;
    margin-top:1px;
    padding-left:10px;
    padding-right:10px;
	border: 1px solid #d0d2d1;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #d0d2d1;
}
.INPUT_Ok {
    width: 33px;
    height: 27px;
    margin:0px;
    margin-left:4px;
    margin-right:4px;
    margin-top:1px;
    margin-bottom:0px;
    padding:0px;
    border:0px;
    border-radius:10px;
    background:linear-gradient(#f26522, #953c07);
    cursor:pointer;
    outline:none;
    color:#FFFFFF;
    text-align:center;
    line-height:27px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
.INPUT_Ok:hover {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:underline;
    background:linear-gradient(#953c07, #f26522);
}
.INPUT_Ok:active {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:underline;
    background:#953c07;
}
.INPUT_LoginBT {
    width: 80px;
    height: 27px;
    margin:0px;
    margin-left:4px;
    margin-right:4px;
    margin-top:1px;
    margin-bottom:0px;
    padding:0px;
    border:0px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    background:linear-gradient(#f26522, #953c07);
    cursor:pointer;
    outline:none;
    color:#FFFFFF;
    text-align:center;
    line-height:27px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
.INPUT_LoginBT:hover {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:underline;
    background:linear-gradient(#953c07, #f26522);
}
.INPUT_LoginBT:active {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:underline;
    background:#953c07;
}
.INPUT_Botao {
    min-width: 33px;
    height: 27px;
    margin:0px;
    margin-left:4px;
    margin-right:4px;
    margin-top:1px;
    margin-bottom:0px;
    padding-left:20px;
    padding-right:20px;
    border:0px;
    border-radius:10px;
    background:linear-gradient(#f26522, #953c07);
    cursor:pointer;
    outline:none;
    color:#FFFFFF;
    text-align:center;
    line-height:27px;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
}
.INPUT_Botao:hover {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:underline;
    background:linear-gradient(#953c07, #f26522);
}
.INPUT_Botao:active {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:underline;
    background:#953c07;
}
.INPUT_Formulario {
    width: 186px;
    height: 20px;
    margin:0px;
    padding-left:10px;
    padding-right:10px;
	border: 1px solid #d0d2d1;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #d0d2d1;
    resize:none;
}
.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
    background-color:#953c07;
    color:#FFFFFF;
    line-height:18px;
    padding-left:5px;
    padding-right:5px;
}




.BT_F {
    min-width: 33px;
    height: 27px;
    margin: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    border-radius: 10px;
    background: linear-gradient(#ce0900, #ce0900);
    cursor: pointer;
    outline: none;
    color: #FFFFFF;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.INPUT_Botao:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    background: linear-gradient(#ce0900, #ce0900);
}

.INPUT_Botao:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    background: #ce0900;
}


.BT_T {
    min-width: 33px;
    height: 27px;
    margin: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    border-radius: 10px;
    background: linear-gradient(#25a200, #25a200);
    cursor: pointer;
    outline: none;
    color: #FFFFFF;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

    .BT_T:hover {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: underline;
        background: linear-gradient(#25a200, #25a200);
    }

    .BT_T:active {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: underline;
        background: #25a200;
    }