.newsletter_block {
}
.newsletter_block .title_block, .newsletter_block h4 {
    background: url("../image/newsletter.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    padding: 0 0 12px 28px;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
.newsletter_block .description {
    clear: both;
    padding-top: 20px;
}
.newsletter_block .email{
	padding:0px;
	position: relative;
}
.newsletter_block input.inputNew {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-left-radius: 3px;
    border-color: #CCCCCC -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-style: solid none solid solid;
    border-top-left-radius: 3px;
    border-width: 1px medium 1px 1px;
    color: #999999;
    font-size: 10px;
    height: 20px;
    padding: 0 5px;
    position: relative;
    top: -1px;
    width: 120px;
}
.newsletter_block input.button_mini {
    border: 0 none;
    cursor: pointer;
}
.valid {
    position: absolute;
    top: 26px;
    width: 82%;
    z-index: 9999;
}