BODY{ 
	font-size:9pt;
	font-family:verdana;
	background-color:#cddbff;

}

TABLE{ 
	font-size:8pt;
	font-family:verdana;
	background-color:#ffd953;
}

.tablea{ 
	font-size:8pt;
	font-family:verdana;
	background-color:#ffd953;
}

.head{
	background-color:black;
	text-align: left;
	text-color: white;
	color: #FFFFFF;
}

.total{
	background-color:black;
	text-align: center;
	text-color: white;
	color: #FFFFFF;
}

.login{
	margin:70px 70px;
}

.maintable{ 
	font-size:8pt;
	font-family:verdana;
	background-color:#cddbff;
}

.submit input{
	font-size:8pt;
	border : 1px solid #90A3A9;
	width:100px;
	background-color:#f3f3f3;
}

.submit2 input{
	font-size:9pt;
	border : 1px solid #90A3A9;
	width:230px;
	height:30px;
	background-color:#f3f3f3;
}

.text input{
	font-size:9pt;
	border : 1px solid #90A3A9;
	width:100px;
	height:20px;
	background-color:#f3f3f3;
	text-align: center;
}

.text2 input{
	font-size:9pt;
	border : 1px solid #90A3A9;
	width:150px;
	height:20px;
	background-color:#f3f3f3;

}

#loading {
    background: white;
    padding: 20px;
    border: 1px solid black;
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -100px;
    top: 25%;
    width: 200px;
    /*height: 100px;*/
        /*margin-top: -50;*/
    font-weight: bold;
    font-size: large;
}

		
