.samo_container .container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -140px !important;
    margin-top: -90px !important;
    padding: 5px;
    width: 25em;
}
.samo_container .submit{
    margin-top: 10px;
}
h1.flash_message, h1.cookie_help {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    height: 20px;    
    width: 300px;
    margin-top: -10px;
    margin-left: -145px;
    font-size: 14px;
    color: black;
    font-weight: bold;
    font-family: Tahoma;
    background-color: InfoBackground;
    border: solid 1px ActiveBorder;    
}
h1.cookie_help {
	width: 520px;
	margin-left: -260px;
	display: none;
}