
.rounded_box {
	background-image:url(../images/canto_se.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:100%;
}

.rounded_box_corner_lb {
	background-image:url(../images/canto_ie.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.rounded_box_corner_rb {
	background-image:url(../images/canto_id.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.rounded_box_corner_rt {
	background-image:url(../images/canto_sd.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.rounded_box_corner_rt textarea {
		overflow:hidden;
		padding-right:5px;
		padding-left:5px;
		font-family:arial;
		line-height:14px;
		border-style:none;
}

.Black{
 color: #fff;
 background: #000000;
 }

 .Blue{
 color: #6f9d44;
 background: #def3c9;
 }

 .Green{
 color: #739553;
 background: #cdf0ad;
 }

 .Red{
 color: #e41515;
 background: #eecfcf;
 }

 .Pink{
 color: #FF1493;
 background: #FFDAB9;
 }

 .Orange{
 color: #ff6600;
 background: #ffdf92;
 }

 .Yellow{
 color: #000000;
 background: #FFFACD;
}