.section.content .area   {
 	width: 877px;
}
#modal {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 14px 14px 14px 14px;
    opacity: 0.98;
    
    position: relative;
    z-index: 4001;
}
#content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 20px;
    height:100px;
    position:absolute;
    left:-55%;
    margin-top:-40%;
    width:480px;
}
#overlay {
   background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4000;
    filter: alpha(opacity=85);
    
}
.black_overlay {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index:4001;
	-moz-opacity: 0.8;
	opacity:.9;
	filter: alpha(opacity=80);
} 
input.button {
  background-color: #ee2e24;
  color: #FFFFFF !important;
  font-size: 1em;
  text-decoration: none !important;
  text-align: center;
  /*padding: 5px 10px; */
  display: block;
  margin:10px 10px 0 10px;
  float:left;
  text-transform: uppercase;
  width: 55px;
  padding-top: 2px !important;
}

.go {
	background-color: #EE2E24;
	background-position:center right;
	background-repeat:no-repeat;
	margin-left:20px;
	color:#fff;
	font-size:14px;
	border:solid 0px #ee2e24;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	text-transform:uppercase;
	text-decoration:none;
	width:50px;
	outline:none !important;
}

.noThanks {
	background-color:  #ee2e24;
	background-position:center right;
	background-repeat:no-repeat;
	margin-left:5px;
	color:#ffffff;
	font-size:14px;
	border:solid 0px #ee2e24;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	text-transform:uppercase;
	text-decoration:none;
	outline:none !important;
}
.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
	width: 150px; /* width of the spinner gif */
	height: 150px; /*hight of the spinner gif +2px to fix IE8 issue */
}
