div.messagebox {
	background-color: #303030;
	border-top: 1px solid #606060;
	border-left: 1px solid #606060;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	margin: 0px;
	padding: 1px;
	width: 350px;
	min-height: 150px;
	font-size: 1.2em;
}

div.messagebox_shadow {
	background-color: #000000;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div.messagebox_header_error {
	margin: 0;
	padding: 2px;
	background:#FFBABA url(../../images/concfoto/error.gif) 10px center no-repeat;
	border:1px solid #D8000C;
	/*border-top: 1px solid #600000;
	border-left: 1px solid #600000;
	border-right: 1px solid #200000;
	border-bottom: 1px solid #200000;*/
	color: #D8000C;
	text-align: center;
}

div.messagebox_header_warning {
	margin: 0;
	padding: 2px;
	background:#FEEFB3 url(../../images/concfoto/warning.gif) 10px center no-repeat;
	border:1px solid #9F6000;
	/*background-color: #403000;
	border-top: 1px solid #603000;
	border-left: 1px solid #603000;
	border-right: 1px solid #203000;
	border-bottom: 1px solid #203000;*/
	color: #9F6000;
	text-align: center;
}

div.messagebox_header_message {
	margin: 0px;
	padding: 2px;
	background:#DFF2BF url(../../images/concfoto/success.gif) 10px center no-repeat;
	border:1px solid #4F8A10;
	color: #4F8A10;
	/*background-color: #DFF2BF;
	border-top: 1px solid #006000;
	border-left: 1px solid #006000;
	border-right: 1px solid #002000;
	border-bottom: 1px solid #002000;
	color: #ffffff;*/
	text-align: center;
}


div.messagebox_body {
	margin: 20px 3px 24px 3px;
	padding: 2px;
	text-align: center;
}

table.messagebox_buttons {
	margin: auto;
	padding-bottom: 10px;
	border-spacing: 10px;
	border-collapse: separate;
	width: auto;
}

td.messagebox_button {
	margin: 3px ;
	padding: 3px 24px 3px 24px;
	font-size: 1.2em;
	font-weight: 900;
	background-color: #303030;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	color: #a0a0a0;
	text-align: center;
}

td.messagebox_button a {
	color: #a0a0a0;
	text-decoration: none;
}

td.messagebox_button:hover {
	background-color: #505050;
}
