#flash {
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 10;
	width: 100%;
}
#flash div.message { 
    width: 100%;
    font-size: 14px;
    padding: 12px 0;
    color: darkred;
    background-color: #efefef; 
    text-align: center; 
} 
fieldset{
	display: none;
}