/* CSS Document */

A.link-msg:link {
	COLOR: #E684BF; font-size: 11px; text-decoration: underline;}
A.link-msg:visited {
	COLOR: #E684BF; font-size: 11px; text-decoration: underline;}
A.link-msg:active {
	COLOR: #E684BF; font-size: 11px; text-decoration: underline;}
A.link-msg:hover {
	COLOR: #69C0DD; font-size: 11px; text-decoration: underline;}


.box-msg-tl {
	background: #E684BF url(/images/_pink/box-tl.gif) no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 12px;
	text-align: left;
}
.box-msg-tr {
	background: #fdf1f7 url(/images/_pink/box-alt-tr.gif) no-repeat left bottom;
	border-top: 1px solid #E684BF;
	border-right: 1px solid #E684BF;
	text-align: right;
	padding-right: 10px;
}
.box-msg-mid {
	border-right: 1px solid #E684BF;
	border-left: 1px solid #E684BF;
	background: #FDF1F7;
	padding: 10px 10px 5px;
}
.box-msg-bl {
	background: #FDF1F7 url(/images/_pink/box-alt-bl.gif) no-repeat left bottom;
}

.box-msg-br {
	background: #FDF1F7 url(/images/_pink/box-alt-br.gif) no-repeat right bottom;
}

.box-msg-iframe {
	border-right: 1px solid #E684BF;
	border-left: 1px solid #E684BF;
}

