﻿ .Ground {
    Z-INDEX: -1; LEFT: 1%; WIDTH: 98%;  HEIGHT: 100%
}

.div_valagn {
    VERTICAL-ALIGN: top
}

.table_width {
	WIDTH: 95%
}

.INPUT_NoBorder {
	BORDER: 0px;
	width:100%;
} 



.table_NoBorder{
    BORDER-RIGHT: 0px; BORDER-TOP:0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}

.table_bottom_hasBorder{
    BORDER-RIGHT: 0px; BORDER-TOP:0px; BORDER-LEFT: 0px; BORDER-BOTTOM: #333333 1px solid
}


.td_left_hasborder{
    BORDER-RIGHT: #333333 1px solid;
}

.td_bottom_hasborder{
    BORDER-BOTTOM: #333333 1px solid;
}