
/* START rounded BORDER */

.roundedbg, .roundedbglogin, .roundedbglinks {
	background: #333366;
	color:white;
	font-size:10px;
	text-align:right;
}
.roundedbg {
min-height:100px;
}
.roundedbglinks {
text-align:left;
}
.roundedbglinks a {
color:white;
}

.roundedtl {
	background: url(./images/tl.gif) bottom left no-repeat;
	width: 100%;
	height: 15px;
}

.roundedt {
	background: url(./images/t.gif) bottom repeat-x;
	margin: 0 10px;
	height: 15px;
}

.roundedtr {
	background: url(./images/tr.gif) bottom right no-repeat;
	width: 100%;
	height: 15px;
}

.roundedl {
	background: url(./images/l.gif) left repeat-y;
	width: 100%;
}

.roundedcontent {
	margin: 0 10px;
border:1px solid #333366;	
}

.roundedr {
	background: url(./images/r.gif) right repeat-y;
	width: 100%;
}

.roundedbl {
	background: url(./images/bl.gif) top left no-repeat;
	width: 100%;
	height: 15px;
}

.roundedb {
	background: url(./images/b.gif) top repeat-x;
	margin: 0 10px;
	height: 15px;
}

.roundedbr {
	background: url(./images/br.gif) top right no-repeat;
	width: 100%;
	height: 15px;
}
/* END rounded BORDER */

div#addevents {
text-align:left;
line-height:110%;
}
div#addevents p {
margin:0px;
padding:5px 0px;
margin-bottom:5px;
border-bottom: 1px dotted white;
}
