/* rounded box ****/
div.roundedbox {
	width:500px;
	text-align:left;
}
div.roundedbox p {
	text-align:left;
}
.t {
	background: url(images/grey.gif) 0 0 repeat-x #f3f3f3;
}
.b {
	background: url(images/grey.gif) 0 100% repeat-x;
}
.l {
	background: url(images/grey.gif) 0 0 repeat-y;
}
.r {
	background: url(images/grey.gif) 100% 0 repeat-y;
}
.bl {
	background: url(images/box_r3_c1.gif) 0 100% no-repeat;
}
.br {
	background: url(images/box_r3_c3.gif) 100% 100% no-repeat;
}
.tl {
	background: url(images/box_r1_c1.gif) 0 0 no-repeat;
}
.tr {
	background: url(images/box_r1_c3.gif) 100% 0 no-repeat;
	padding:5px 8px;
}
p.note {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.75em;
	line-height:1.5em;
	margin:0;
	padding:0;
}
span.alert {
	color:#b98b00;
	font-weight:bold;
}
/******************/