/*Rounded Corners Box */

#dailyd .n {
	background-image: url(../images/Devotional_box/n.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 450px;
}
#dailyd .w {
	background-image: url(../images/Devotional_box/w.png);
	background-repeat: repeat-y;
	background-position: right center;
}

#dailyd .e {
	background-image: url(../images/Devotional_box/e.png);
	background-repeat: repeat-y;
	background-position: left center;
}

#dailyd .sw {
	background-image: url(../images/Devotional_box/sw.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#dailyd .s {
	background-image: url(../images/Devotional_box/s.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#dailyd .nw {
	background-image: url(../images/Devotional_box/nw.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}



#dailyd .ne {
	background-image: url(../images/Devotional_box/ne.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}






#dailyd .se {
	background-image: url(../images/Devotional_box/se.png);
	background-repeat: no-repeat;
	background-position: left top;
}



#dailyd .content {
	background-image: url(../images/Devotional_box/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width:450px;
	line-height: 16px;
	font-size: 12px;
	color: #330099;
	text-align: justify;
}



#dailyd #ddtext {
	
	margin: 10px;
	margin-top:-5px;

}

#dailyd #ddcite {
	color: #330099;
	margin-right: 10px;
	float:right;
	
	}
