﻿#flash
{
    display: none;
}
fieldset{
	margin-top: 0px;
}
fieldset.submit
{
    padding-left: 5em;
}
fieldset label
{
    width: 6em;
}
.equipment-list label
{
    float:none;
	margin-left: 0.5em;
	text-align: left;
}
.highlight
{
    border: solid 1px #ff0000;
    background-color: #ffcccc;   
}
#left-column
{
    float: left;
    width: 310px;
}
#right-column
{
    float: right;
    width: 270px;
}
#right-column fieldset label
{
    width: 9em;
}
