/* CSS Document */

.curlycontainer{
	border: 1px solid #FF6600;
	margin-bottom: 1em;
	width: 468px;
	color: #333;
}

.curlycontainer h1 {
	font-size: 15px;
	color: #FF6600;
}


.curlycontainer .innerdiv{
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 15px 5px;
	background-color: transparent;
	background-image: url(../images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
