.simuler {
	background:url(../images/simuler.png) no-repeat;
	width:300px;
	text-align:center;
	display:block;
	height:50px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:50px;
	text-decoration:none;
}
.newsletter {
	background:#00438a;
	padding:10px;
	color:#fff;
	font-weight:bold;
	margin:10px 0;
}
.newsletter div span {
	font-size: 20px;
}
.newsletter input[type=text] {
	background:#F0F0F0;
	border:1px solid #7C9BAC;
	height:20px;
	width:250px;
}
.newsletter input[type=submit] {
    background: url(../images/btn_ok.png) no-repeat scroll 0 0 transparent;
    border: none;
    height: 19px;
    width: 19px;
	text-indent:-5000px;
}
h2 {
    color: #EF6C1C;
    font-weight: bold;
	font-size:13px;
}