#alertbox_blue a
{
	color:white;
}
#alertbox_blue a:visited
{
	color:white;
}
#alertbox_blue
{
	font-size:1.2em;
	color:white;
	background-color:#99f;
	color:white;
	padding:15px;
	border:3px solid #4444cc;
}

#alertbox_red
{
	font-size:1.2em;
	color:white;
	background-color:#f99;
	color:white;
	padding:15px;
	border:3px solid #cc4444;
}
#alertbox_red a
{
	color:white;
}
#alertbox_red a:visited
{
	color:white;
}

#alertbox_green
{
	font-size:1.2em;
	color:white;
	background-color:#9f9;
	color:white;
	padding:15px;
	border:3px solid #44cc44;
}
#alertbox_green a
{
	color:white;
}
#alertbox_green a:visited
{
	color:white;
}

#alertbox_green_small
{
	font-size:1.1em;
	color:white;
	background-color:#9f9;
	color:white;
	padding:5px;
	border:2px solid #44cc44;
}
#alertbox_green_small a
{
	color:white;
}
#alertbox_green_small a:visited
{
	color:white;
}

#alertbox_blue_small a
{
	color:white;
}
#alertbox_blue_small a:visited
{
	color:white;
}
#alertbox_blue_small
{
	font-size:1.1em;
	color:white;
	background-color:#69f;
	color:white;
	padding:5px;
	border:2px solid #4444cc;
	text-align:center;
}

#alertbox_green_small2
{
	font-size:0.8em;
	color:white;
	background-color:#6c3;
	color:white;
	padding:5px;
	border:2px solid #060;
}
#alertbox_green_small2 a
{
	color:white;
}
#alertbox_green_small2 a:visited
{
	color:white;
}

blockquote
{
	margin:2px 5px 2px 0px;
	padding:2px;
}

h2
{
	margin-top:5px;
}

#alertbox_grey
{
	background-color:#eee;
	padding:0px 15px 15px 15px;
	border:3px solid #ccc;
}

/* 4 rounded corners */
.xx-all-four-rounded-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
