.loginBg {
	background-attachment: fixed;
	background-image: url(/kmt/img/loginBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body, div, td,th {
	font-family: Tahoma;
	font-size: x-small;
	list-style-type: square;
	color: #000000;
}
h1 {
	font-weight: bold;
	font-size: 15px;
	color : #000000;
}
input,textarea, select {
	color : #000000;
	border-color : #000000;
}
input { 
	text-indent : 2px;
}
input.button,select {
	color : #000000;
	background-color: #FFF4D1;
}
input.mainoption,select {
	background-color : #FFF4D1;
	font-weight : bold;
}
input.liteoption,select {
	background-color : #FFF4D1;
	font-weight : normal;
}

input, textarea, select {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}

input.button, select {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}
