#commentWrapper{
	padding: 5px 0 0 15px;	
}
#commentWrapper a { color: black; text-decoration: none; }
#commentWrapper a:hover { color: black; text-decoration: underline; }


#thinbanner {
	padding-left:13px;
	margin-bottom:15px;	
}

#calloutBoxWYOS{
	background: url(images/comment_images/blueBoxGrad.gif) top center no-repeat;
	width: 182px;
	height: 192px;
	color: #CFF;
	padding: 10px 10px 10px 20px;
	margin: 0px;
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.1em;
	text-align: left;
}
#calloutBoxWYOS h2 {
	color: #FC6;
	margin: 0 0 5px 0;	
	padding: 0;
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: 700;
	line-height: 1em;
}

#calloutBoxWYOS input {
	margin: 7px auto 3px auto;
	padding: 2px;
	font-weight: bold;
	font-size: 90%;
	color: white;
	background: #036;
	border: 1px solid white;
	text-align: center;
}	


#featuredStory1 hr {display: block; clear: left; margin: -0.66em 0;
  visibility: hidden;}

#featuredStory1{
	width: 675px;
	background: url(images/comment_images/orangeBarGrad.gif) top left repeat-x;
	padding: 8px 20px 8px 8px;
	margin-left: 25px;
	margin-bottom:10px;
	height: 134px;
}
#featuredStory1 a { color: black; text-decoration: none; }
#featuredStory1 a:hover { color: black; text-decoration: underline; }

#featuredStory1 img {
	border: none;
	float: left;
	margin-right: 15px;
}


#featuredStory2{
	width: 675px;
	background: url(images/comment_images/greenBarGrad.gif) top left repeat-x;
	padding: 8px 8px 8px 20px;
	margin-right: 25px;
	margin-bottom:10px;
	height: 134px;
}
#featuredStory2 a { color: black; text-decoration: none; }
#featuredStory2 a:hover { color: black; text-decoration: underline; }

#featuredStory2 img {
	border: none;
	float: right;
	margin-left: 15px;
}


#featuredStory3{
	width: 675px;
	background: url(images/comment_images/pinkBarGrad.gif) top left repeat-x;
	padding: 8px 20px 8px 8px;
	margin-left: 25px;
	margin-bottom:10px;
	height: 134px;
}
#featuredStory3 a { color: black; text-decoration: none; }
#featuredStory3 a:hover { color: black; text-decoration: underline; }

#featuredStory3 img {
	border: none;
	float: left;
	margin-right: 15px;
}



#writeYourOwnStoryHeader {
	xcolor: #F93;
	color: #069;
	padding-left: 13px;
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 115%;
	line-height: 1.4em;
	width: 670px;
}
#writeYourOwnStoryHeader h1 {
	font-size: 230%;	
	font-style: italic;
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	color: #F93;
	margin-bottom: 20px;
	padding-top:5px;
}

#writeYourOwnStoryForm {
	border: 1px solid #009;
	margin-top: 20px;
	margin-left: 13px;
	padding: 8px;
	width: 650px;
}

#writeYourOwnStoryForm table {
	width: 100%;
	border: none;	
}

#writeYourOwnStoryForm table td {
	font-size: 90%;
	color: #069;
	font-weight: bold;
}

#writeYourOwnStoryForm input{
	border: 1px solid #009;
	background: #EEE;
	padding: 2px;
	font-weight: bold;
	color: #069;
}
#writeYourOwnStoryForm textarea {
	border: 1px solid #009;
	background: #EEE;		
	padding: 2px;
	font-weight: bold;
	color: #069;
}

#writeYourOwnStoryForm .requiredTextMarker{
	font-size: 80%;
	color: red;	
}	

#writeYourOwnStoryForm .formButton{
	background: #069;
	border: 1px solid #009;
	color: white;
	font-weight: bolder;
	padding: 3px;
}