img.roundedbox {
	margin-bottom: 1.5em;
	padding: 0em;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		
}

img.shadowedbox {
	margin-bottom: 1.5em;
	padding: 0em;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: 5px 5px 5px  #B3B3B3;
	
}

.roundedbox {
	margin-bottom: 1.5em;
	padding: .5em;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	
}

.shadowedbox {
	margin-bottom: 1.5em;
	padding: .5em;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: 5px 5px 5px  #B3B3B3;
	
}
.redbox {
	border-color: rgb(204,0,0);
}

.bluebox{
	border-color:#0000D9;
}

.whitebox {
	border-color: white;
}

.blackbox {
	border-color: black;
}

.storybox {
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: .2em;
	margin-right: .2em;
	color: black;
}

.storybox p {
	font-size: 85%;
	line-height: 150%;
	margin-left: .25em;
	margin-right: .25em;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
}

.storybox p.byline {
	font-size: 70%;
	margin-left: .5em;
	margin-right: .5em;
	text-align: right;
	font-weight:italic;
}

.storybox h1 {
	text-align: center;
	font-size: 130%;
	color: rgb(204,0,0);

}
.storybox img {
	display: block;
	margin-left: .25em;
	margin-right: 1em;
	margin-top: .25em;
	margin-bottom: .25em;
	float:left;
	padding:0;
	
	border-style: solid;
	border-width: 1px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px;
	box-shadow: 5px 5px 5px  #B3B3B3;
	
}
.recently_changed{
	background-color: #FFFFD7;
	font-weight: bold;
	color: rgb(204,0,0) !important;
}
