.label
{
	width:180px;
}
.textboxModule
{
	width:200px;
	margin-bottom:5px;
}
.comboBoxModule
{
	width:200px;
	margin-bottom:5px;
}

.mapIcon {
    color: White;
    font-weight: bold;
    height: 40px;
    width: 30px;
    background-image: url( "images/VEIcon_2.png" );
    background-repeat: no-repeat;
}

.mapIconFuture {
    color: Black;
    font-weight: bold;
    height: 40px;
    width: 30px;
    background-image: url( "images/VEIcon_2_Future.png" );
    background-repeat: no-repeat;
}

.mapIconText 
{
	font-size: 0.8em;
    padding-top: 12px;
    text-align: center;
}