#container
{
    overflow: visible;
}

ul
{
    list-style: none;
}
li
{
    margin-left: 0px;
    list-style-image: url(Images/bullet.png);
    line-height: 15px;    
}

select
{
    height: 20px;
}

.lineContentSeparator
{
    margin-top: 24px;    
    clear: none;
    float: left;
    width: 560px;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: solid 1px #dddddd;	
}

.emptyContentSeparator
{
    margin-top: 5px;
    clear: none;
    float: left;
    width: 560px;
	text-align: right;
	height: 10px;
}

.headerGap
{
    height: 33px;    
}
.emptyHeaderGap
{
    height: 64px;    
    border-bottom: solid 1px #b1b1b1;
    margin-bottom: 10px;
}








