body {
	margin: 0 auto;
	width: 1024px;
	font-family: "freight-text-pro-1","freight-text-pro-2",serif;
	background-color: #C8D4DC;
	/*border: 1px solid #000;*/
}

#form {
	width: 563px;
	margin: auto auto;
}

h1 {
	margin: 10px 0px 20px 0px;
	/*font-family: FreightBigBlack;*/
	font-family: "freight-big-pro-1", "freight-big-pro-2";
	font-weight: 900;
	font-size: 62px;
	color: #000000;
	line-height: 66px;
	letter-spacing: -.04em;
	text-align: center;
}

h2 {	
	margin: 72px 0 -11px 0;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 4px;
	text-align: center;
}

h3 {
	clear: both;
	padding-top: 40px;
	font-weight: 800;
	font-size: 20px;
	color: #000000;
	line-height: 23px;
}

form {	
	float: left;
	margin-right: 30px;
	margin: 0 30px 100px 0;
	width: 361px;
	padding: 8px 101px 72px 101px;
	background: #F9F9F9;
	border: 10px solid #000000;
	font-weight: 500;
	font-size: 17px;
	color: #000000;
	line-height: 20px;
}

form input[type="radio"] {
	display: none;
}

form label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 32px;
	margin-right: 15px;
	margin-bottom: 18px;
}

/* custom radio buttons */
label:before {  
    left: 0;  
    display: inline-block;  
    position: absolute;
    margin-right: 10px; 
    width: 16px;  
    height: 16px;  
    content: "";      
    border: 4px solid #D70014;
}  

.radio label:before {  
    border-radius: 12px;  
}  

form label:hover, form input[type="radio"]:checked+label {
	color: #D70014;
	cursor: hand;
}

input[type=radio]:checked + label:before {  
    content: "\2022";
    color: #D70014;
    font-size: 25px;
    text-align: center;
    line-height: 10px; 
}  

form label strong {
	display:  block;
	font-weight: 800;
}

form textarea {
	padding: 4px;
	width: 340px;
	height: 96px;
	background: #F9F9F9;
	border: 4px solid #D70014;	
}

form input[type="radio"] {
	border: 5px solid #333;
}

form input[type="submit"] { 
	display: block;
	padding: 0;
	margin: 50px auto -100px auto;
	width: 278px;
	height: 51px;
    text-indent:-9999px;
    cursor: hand;
    background: transparent url("images/submit_button.png") no-repeat 0 0;
    border: 0;
}

form input[type="submit"]:hover { 
    background: transparent url("images/submit_button_hover.png") no-repeat 0 0;
    border: 0;
}

#intro {
	float: left; 
	width: 174px;
	/*border: 1px solid #333*/;
}

#intro p a {
/*	color: #D70014;*/
	color: #000;
}

#intro p {
	/*font-family: FreightText-Book;*/
	font-size: 14px;
	color: #4A4A4A;
	line-height: 24px;
}


/*popup */
.fbdigioh-outer {
	background-color: #282828 !important;	
}
.fbdigioh-inner {
	height: 415px !important;
	width: 617px !important;
}
.fbdigioh-wrap.fbdigioh-default.fbdigioh-opened {
	width: 650px !important;
}
#inner_content_wrapper {
   margin: 10px !important;
}

.fbdigioh-iframe html {
	background-color: #282828 !important;
}