.roundcont {
	width: 100%;
	background-color: #ccffcc;
	color: #003300;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/images/desinger/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/desinger/br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
.t_l {
	background-image:url(/images/desinger/tl.jpg);
	background-repeat: no-repeat;
}
.t_r {
	background-image:url(/images/desinger/tr.jpg);
	background-repeat: no-repeat;
}
.t_c {
	background-image:url(/images/desinger/tc.jpg);
	background-repeat: repeat-x;
}
.b_l {
	background-image:url(/images/desinger/bl.jpg);
	background-repeat: no-repeat;
}
.b_r {
	background-image:url(/images/desinger/br.jpg);
	background-repeat: no-repeat;
}
.b_c {
	background-image:url(/images/desinger/bc.jpg);
	background-repeat: repeat-x;
}
.c_l {
	background-image:url(/images/desinger/cl.jpg);
	background-repeat: repeat-y;
}
.c_r {
	background-image:url(/images/desinger/cr.jpg);
	background-repeat: repeat-y;
}