@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	background-image: none;
    background-color: #fff;
    background-size: 100% auto;
    font-family: helvetica, 'Open Sans', sans-serif !important;
}

.container.offer {
    max-width: 890px ;
}

.header {
    width: 100%;
    margin: 0 auto;
    background-color:#fff;
    border-bottom: #4e4e4e 10px solid;
}

#footer {
	max-width:890px;
	margin:  0 auto;
}
.form-left, .form-right {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;

	border-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;    
}

#footer, #footer a {
    color:#000 !important;
}

.h1main {
    font-family: helvetica, 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: normal;;
}

hr {
    border: 0;
    border-top: 2px dotted #aaaaab;
    margin-top: 0;
    margin-bottom: 25px;
}

p {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 17px;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 106px;
    height: 56px;
    padding: 8px;
    padding-top: 0px;
    background: #fff;
    border: 0px solid black;
    color: #000;
    text-align: center;
    font-size: 300%;
    display: inline-block;
    line-height: 50%;
    font-weight: bold;
    float: left;
    margin-left: -6px;
}