html, body { background: #f2f2f2 }
.content { margin: 0px auto 18px;  position: static; width: 980px; zoom: 1; }
.content .column { display:inline; }
.content .column.first {  width: 610px; height: 332px;  background-color: gray;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
        }

.content .column.last {  width: 370px; height: 332px; }
.content h1, .content p {color: white; padding: 0 54px;}
.content h1 {font-size: 18px; font-weight: normal; padding-top: 40px;}
.content p { font-size: 16px;}

#thankyou .content {padding-bottom: 54px;}

/* CSS BG GRADIENT */
#thankyou .content, .content .column.first {background: #979797; /* Old browsers */	}
#thankyou .content, .content .column.first {background: -moz-linear-gradient(top, #979797 0%, #6d6d6d 100%); /* FF3.6+ */ }
#thankyou .content, .content .column.first {background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979797), color-stop(100%,#6d6d6d)); /* Chrome,Safari4+ */}	
#thankyou .content, .content .column.first {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */ }
#thankyou .content, .content .column.first {background: linear-gradient(top, #979797 0%,#6d6d6d 100%); /* W3C */ }

#iframe iframe { display:block; width: 300px; margin:40px auto 0; }
#iframe iframe body {border: none;}

.sosumi { width:940px; margin:0 auto;}