input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  color: #000000;
  border:1px solid #cccccc;
}

label { 
font-family: Tahoma, Arial, sans-serif;
font-size:13px;
text-align: right;
}


a { 
font-family: Tahoma, Arial, sans-serif;
font-size:13px;
text-align: right;
color: #0080ff;
text-decoration : none;
}

.wellcome {
font-family: Tahoma, Arial, sans-serif;
font-size:12px;
color: green;
text-decoration : none;
}

.deny {
font-family: Tahoma, Arial, sans-serif;
font-size:12px;
color: red;
text-decoration : none;
}

.lblamsg {
font-family: Tahoma, Arial, sans-serif;
font-size:12px;
color: blue;
text-decoration : none;
}

.lbllog {
font-family: Tahoma, Arial, sans-serif;
font-size:12px;
color: #0080ff;
text-decoration : none;
}

.fpreins{
    font-family: Tahoma, Arial, sans-serif;
    font-size : 12px;
    color: white;
    FONT-WEIGHT: bold;
}

.btnlogon {
    BACKGROUND-COLOR: #c8c8c8;
    BORDER-BOTTOM: #0080ff 1px solid;
    BORDER-LEFT: #0080ff 1px solid;
    BORDER-RIGHT: #0080ff 1px solid;
    BORDER-TOP: #0080ff 1px solid;
    COLOR: #0080ff;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    width:100px;
}



.overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.frmmsg{
	position: absolute;
	z-index: 101;
	background-color: white;
	display: none;
	border:1px solid black;
	}

.hlp{
    POSITION: absolute;
    VISIBILITY: hidden;
    top:10;
    left:10;
    width:10;
    z-index: 0;
    padding:10px;filter:shadow(color:gray, strength:3, direction:135);
}


.fcompleteinfo{
	font-family: Tahoma, Arial, sans-serif;
	font-size:10px;
	color: brown;
	text-decoration : none;
	text-align: center;
}

.fexplan {
	font-family: Tahoma, Arial, sans-serif;
	font-size:11px;
	color: brown;
	text-decoration : none;
	text-align: center;	
}

.fusersinfo {
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	color: green;
	text-decoration : none;
	text-align: left;
}
