html, body {	
	vertical-align:center;
	font-family: arial;
	font-size: 12px;
	background: #F1F1F1;
    margin: 0px;
}
#header_container {
    width: 100%;
    background-color: #7AB55C;
    background: -ms-linear-gradient(top, #7AB55C, #127B78 );
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7AB55C), to(#127B78 ));
    background: -webkit-linear-gradient(top, #7AB55C, #127B78 );
    background: -o-linear-gradient(top, #7AB55C, #127B78 );
    background: linear-gradient(top, #7AB55C, #127B78 );
    background: -moz-linear-gradient(top, #7AB55C, #127B78 );
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.70), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.70), 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.70), 0 1px 2px rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1000;
}

.header_logo {
    position:relative;
    display:inline-block !important;
    float:left;
    margin: 0px !important;
    padding: 10px;
    z-index:1000;
}
.container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -200px;
}
.content {
    width:400px;
   	margin:0 auto;
    padding: 0 0 40px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 2px 2px 5px 0 #9C9C9C;
    -webkit-box-shadow: 2px 2px 5px 0 #9C9C9C;
    box-shadow: 2px 2px 5px 0 #9C9C9C;
    background: #F8F8F8;    
}
.titlebar {    
   	padding:20px;
   	font-size: 24px;
	vertical-align:top;
    white-space:nowrap;
}
.title {
   	font-size: 24px;	
}
.message {
    font-size:14px;
   	padding:20px;
	border-top: 1px #E9E9E9 solid;
	border-bottom: 1px #E9E9E9 solid;
   	background: #FFFFFF;
	clear:both;
    white-space:normal;
}