	body
	{
		/*Background-color:		#1a001a;
		Background-color: #FEF2D1; */
		color: #fff;
	}
	*
	{
		padding:				0px;
		margin:					0px;
	}
	.body
	{
		text-align:				justify;
		width:					50%;
		margin:					10px auto 10px auto;
		padding:				10px auto 10px auto;
		-moz-border-radius:		10px;
		background-color:		#ddc99f;
	}
	.box
	{
		outline: 				thin;
		overflow:				hidden;
		display:				table;
		backgroud-color:		#dcb8b8;
		margin-left: 			20px;
		/*backgroud-color:		#ffffdf;*/
	} 
		.lefttop
		{
			width: 				17px;
			height:				17px;
			display: 			inline-table;
			background:			transparent url(../../images/lefttop.gif) no-repeat;
		} 
		.top
		{
			height:				17px;
			display: 			inline-table;
			background:			transparent url(../../images/top.gif) repeat-x;
		} 
		.righttop
		{
			width: 				17px;
			height:				17px;
			display: 			inline-table;
			background:			transparent url(../../images/righttop.gif) no-repeat;
		}
		.left
		{
			width: 				17px;
			display: 			inline-table;
			background:			transparent url(../../images/left.gif) repeat-y;
		}
		.boxinhalt
		{
			background-color:	#FEF2D1;
			color:				#1A001A;
			font-size:			10px;
			font-weight:		bold;
			padding:			10px;
		}
		.right
		{
			width: 				17px;
			display: 			inline-table;
			background:			transparent url(../../images/right.gif) repeat-y;
		}
		.leftimgbottom
		{
			display: 			inline-table;
			background:			transparent url(../../images/leftbottom.gif) no-repeat;
		}
		.leftbottom
		{
			width: 				17px;
			height:				17px;
			display: 			inline-table;
			background:			transparent url(../../images/leftbottom.gif) no-repeat;
		} 
		.bottom
		{
			width: 				17px;
			height:				1px;
			display: 			inline-table;
			background:			transparent url(../../images/bottom.gif) repeat-x;
		} 
		.rightbottom
		{
			width: 				17px;
			height:				17px;
			display: 			inline-table;
			background:			transparent url(../../images/rightbottom.gif) no-repeat;
		}