@charset "utf-8";
/* CSS Document */

#ajax-box-100{
	background-image:url(../images/content-higher-repeat.png);
	background-repeat:repeat-x;
	width:100%;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-10px;
	padding:10px;
}

#ajax-box-header{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:#000;
}

#ajax-box-content{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:24px;
}

.ajax-box-thoughts{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:5px solid #ccc;
	margin-bottom:10px;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	width:500px;
}