
div#authake .flash_box, div#facebox .flash_box {
/*    margin: -10px 10% 20px 10%;  */
    width: 450px;
	height: 65px;
    left: 0%;
    padding: 0.5em 2em 0.5em 85px;
    position: relative;
    
    font-weight: bold;
    font-size: 120%;
	vertical-align: middle;
	margin-bottom: 10px;
/*
    -moz-border-radius-bottomleft: 2em;
    -moz-border-radius-bottomright: 2em;
*/
}

div#authake .flash_info, div#facebox .flash_info {
	background: #09C url(/img/error.png) no-repeat left center scroll;
	
	border: 1px solid #cd0000;
	color: #930000;	
}

div#authake .flash_success, div#facebox .flash_success {
	background: #e0f7c2 url(/img/checkmark.png) no-repeat left center scroll;
	border: 1px solid #37ff00;
	color: #145d00;	
}

div#authake .flash_warning, div#facebox .flash_warning {
	background: url(/img/exclam.png) no-repeat left center scroll #ffeadc;
	background-position: 25px;
	border: 1px solid #f60;
	color: #a65e00;	
}

div#TB_ajaxContent div.flash_warning {
	background: url(/img/exclam.png) no-repeat left center scroll #ffdcc4;
	border: 1px solid #f60;
	color: #a65e00;	
	height: 65px;
    left: 0%;
    padding: 0.5em 2em;
    position: relative;
    
    font-weight: bold;
    font-size: 100%;
	vertical-align: middle;
	height: 70px;
	margin-bottom: 10px;
	padding-left: 55px;	
}
div#TB_ajaxContent div.flash_error {
	background: url(/img/error.png) no-repeat left center scroll #ffdcdc;
	border: 1px solid #cd0000;
	color: #930000;

	height: 65px;
    left: 0%;
    padding: 0.5em 2em;
    position: relative;
    
    font-weight: bold;
    font-size: 100%;
	vertical-align: middle;
	height: 70px;
	margin-bottom: 10px;
	padding-left: 55px;
}

div#authake .flash_error, div.flash_error {
	background: url(/img/error.png) no-repeat left center scroll #ffdcdc;
	border: 1px solid #cd0000;
	color: #930000;
	background-position: 25px;
}

div.register div.registrationfailed {
	margin: -10px 10% 20px 10%;
    width: auto;
    left: 0%;
    padding: 0.5em 2em;
    position: relative;
    background-color: #900;
    font-weight: bold;
    font-size: 120%;
    color: white;
    text-align: center;

    -moz-border-radius-bottomleft: 2em;
    -moz-border-radius-bottomright: 2em;
}