div .msgbox {
	margin-top: 10px;
}

div .msgbox1 {
	font-size:12px;
	margin-top:10px;
	*zoom:1;
	display:block;
	border:none;
	text-decoration:none;
	font-weight:normal;
	padding:1px 0px;
	padding-right:0;
	border-bottom:#790106 1px solid;
	border-top:#dd9a9f 1px solid;
	background-color:#ab030f;
	color:#fff;
	position:relative;
	z-index:17;
	min-height:0;
}

div .msgbox1.first {
	padding-top:4px;
	padding-left:0;
	padding-right:0;
	margin-top:-4px;
	margin-left:0;
	margin-right:0;
	background-image:url(/sf/m/boxes/shadow-002_convex_tc.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-top:none;
}

div .msgbox1.main {
	z-index:18;
	border-top:none;
	border-bottom:none;
	margin-top:-1px;
	margin-bottom:-1px;
	margin-right:-4px;
	margin-left:-4px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	text-align: center;
}

div .msgbox1.main div.border_l {
	display:block;
	background:transparent url(/sf/m/boxes/shadow-002_convex_cl.gif) repeat-y top left;
	width:15px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
}

div .msgbox1.main div.border_r {
	display:block;
	background:transparent url(/sf/m/boxes/shadow-002_convex_cr.gif) repeat-y top right;
	width:15px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	z-index:99;
}

div.msgbox1.main img.close, 
div.hd div.mi > div.h.h2 img.close {
	position: relative;
	bottom: 1px;
	right: 0px;
    cursor: pointer;
    float: right;
	vertical-align: middle;
}

div.hd div.mi > div.h.h2 img.close {
	bottom: -1px;
}

div .msgbox1.last {
	margin-top:-2px;
	margin-bottom:-4px;
	margin-right:0;
	margin-left:0;
	padding-top:-4px;
	padding-bottom:4px;
	padding-right:0;
	padding-left:0;
	background-image:url(/sf/m/boxes/shadow-002_convex_bc.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-bottom:none;
}

div .msgbox1 div.border {
	display:none;
	font-size:1px;
	line-height:1px;
}

div .msgbox1.main div.border_tl {
	display:block;
	background:transparent url(/sf/m/boxes/shadow-002-small_convex_tl.gif) no-repeat top left;
	width:15px;
	height:15px;
	position:absolute;
	left:0px;
	top:-5px;
	z-index:100;
}

div .msgbox1.main div.border_tr {
	display:block;
	background:transparent url(/sf/m/boxes/shadow-002-small_convex_tr.gif) no-repeat top right;
	width:15px;
	height:15px;
	position:absolute;
	right:0px;
	top:-5px;
	z-index:100;
}

div .msgbox1.main div.border_bl {
	display:block;
	background:transparent url(/sf/m/boxes/shadow-002-small_convex_bl.gif) no-repeat bottom right;
	width:15px;
	height:15px;
	position:absolute;
	left:-0px;
	bottom:-4px;
	z-index:100;
}

div .msgbox1.main div.border_br {
	display:block;
	background:transparent url(/sf/m/boxes/shadow-002-small_convex_br.gif) no-repeat bottom right;
	width:15px;
	height:15px;
	position:absolute;
	right:-0px;
	bottom:-4px;
	z-index:100;
}

/*\*/ * html div .msgbox1.first div.border {
	top:0;
}

/**/ /*\*/ * html div .msgbox1.last div.border {
	top:0px;
}

div .msgbox1.main p {
	/* Old-Color */
    color: white;
    font: 12px 'Arial';
    margin: 0 0 3px;
    text-align: center;
	padding-bottom: 0px;
}

div .msgbox1.main h2 {
	/* Old-Color */
    color: #444444;
    font: bold 12px 'Arial';
    margin: 0 0 3px;
}

div .msgbox1.main p:last-child {
    margin: 0;
}

div.msgbox1.main p a:link, div.msgbox1.main p a:visited {
    color: white !important;
}

div.msgbox1.main p a:hover, div.msgbox1.main p a:active {
    color: #F4F3B2 !important;
}

div .msgbox1.main a.current {
	/* Old-Color */
    background-color: #E0E4F9 !important;
    font-weight: bold !important;
}