/* Block newsletter */
div#newsletter_block_left div.block_content { 
   background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin-left: 655px;
    padding: 1em 0;
    text-align: center;
	width:300px;
 }

div#newsletter_block_left div.block_content p { 
 font-size: 13px;
    font-weight: bold;
    width: 300px;
	 }
	 
	 div#newsletter_block_left div.block_content p .warning_inline{ 
	color:#DA0F00;
	 }
	
/*.newsletter_block_left label {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
	color:#034f8d;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    text-transform: none;
    width: 137px;
}*/	
	
label {
color: #034F8D;
    text-transform: none;
}		
	
div#newsletter_block_left div.block_content input.button_mini {
    background: none repeat scroll 0 0 transparent;
    float: right;
    margin: 1em auto 0;
    padding-right: 3px;
    position: relative;
    right: 10px;
    top: -6px;
	}

.newsletter_block_left{
 background: none;
    float: left;
    height: 60px;
    margin-left: 304px;
    width: 341px;
}

#newsletter_block_left div form select{
background: none repeat scroll 0 0 transparent;
    display: none;
}

div#newsletter_block_left div.block_content form{
display:inline;
}

.newsletter_block_left div form input[type="text"] {
    float: left;
    margin-left: 15px;
    margin-right: 8px;
    margin-top: 15px;
    width: 125px;
	color:#000;
}

.newsletter_block_left div form input[type="text"]:hover {
 
	color:red;
}