/* Tan Curvy Box */
.bl {
	background: url(../images/blue-bl.png) 0 100% no-repeat #D7BCAC;
}
.br {
	background: url(../images/blue-br.png) 100% 100% no-repeat;
}
.tl {
	background: url(../images/blue-tl.png) 0 0 no-repeat;
}
.tr {
	background: url(../images/blue-tr.png) 100% 0 no-repeat;
	padding:10px
}
.clear {font-size: 1px; height: 1px}
/* Turquoise Curvy Box */
.clearbl {
	background: url(../images/blue-bl.png) 0 100% no-repeat;
	background-color: #9576d9;
}
.clearbr {
	background: url(../images/blue-br.png) 100% 100% no-repeat;
}
.cleartl {
	background: url(../images/blue-tl.png) 0 0 no-repeat;
}
.cleartr {
	background: url(../images/blue-tr.png) 100% 0 no-repeat;
	padding-top: 5px;
}
.bluebl {
	background: 0 100% no-repeat #9576d9;
}
.bluebr {
	background: 100% 100% no-repeat;
}
.bluetl {
	background: url(../images/tancl-tl.png) 0 0 no-repeat;
	border-bottom: solid thin #000000;
}
.bluetr {
	background: url(../images/tancl-tr.png) 100% 0 no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
.ltbluebl {
	background: url(../images/tancl-bl.png) 0 100% no-repeat #e5daff;
}
.ltbluebr {
	background: url(../images/tancl-br.png) 100% 100% no-repeat;
}
.ltbluetl {
	background: 0 0 no-repeat;
}
.ltbluetr {
	background: 100% 0 no-repeat;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.alertbl {
	background: url(../images/tancl-bl.png) 0 100% no-repeat;
	background-color: #e5daff;
}
.alertbr {
	background: url(../images/tancl-br.png) 100% 100% no-repeat;
}
.alerttl {
	background: 0 0 no-repeat;
}
.alerttr {
	background: 100% 0 no-repeat;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.halertbl {
	background: 0 100% no-repeat;
	background-color: #FF0000;
}
.halertbr {
	background: 100% 100% no-repeat;
}
.halerttl {
	background: url(../images/tancl-tl.png) 0 0 no-repeat;
	border-bottom: solid thin #000000;
}
.halerttr {
	background: url(../images/tancl-tr.png) 100% 0 no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
