﻿.LeftBox
	{
		float: left;
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid silver;
	}
	.LeftBoxNoBorder
	{
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.LeftBoxHeader
	{
		background-image: url(images/headline_bg.gif);
		background-repeat: repeat-x;
		height: 24px;
		font-weight: bold;
	}

	.LeftBoxTitle
	{
		text-align:center;
	}

	.LeftBoxBody
	{
		background-image: url(images/grey-bg.jpg);
		background-repeat: repeat-x;
	    background: url(images/Flow/h600.png) #fff repeat-x; 
		width: 100%;
		padding: 10px 5px 5px 5px;
		float: right;
	}
    .floatbox{
        overflow:hidden
    }
.LeftBoxBodyTemp
	{
		background-image: url(images/grey-bg.jpg);
		background-repeat: repeat-x;
	    background: url(images/Flow/h600.png) #fff repeat-x; 
		width: 100%;
		padding: 0px 0px 0px 0px;
		float: right;
	}
	/**************************/