﻿/* Client specific login styles - MLF Costimator */

body
{
    background-color:Black;
    /* background-image: url('Images/loginTile.gif'); */
    background-repeat: no-repeat;
}

.costlogo
{
	background-image: url(images/costimatorlogin.gif);
	position: absolute;
    left: 263px;
    top: 64px;
    width: 328px;
    height: 61px;
    background-repeat: no-repeat;
	
}

#messagediv a
{
    color: White;
}
