@charset "utf-8";
/* CSS Document */

#Rightalign{
	text-align:right;
}
#Leftalign{
	text-align:left;
}
#Centeralign{
	text-align:center;
}

.loginfild{
	width:95px;	
	height:22px;
}
.loginbutton{
	width:48px;	
	height:20px;
	background-image:url(../images/logbutton.gif);
	color:#FFFFFF;
	border:none;
	font-family:Tahoma;
	padding:2px;
}
.submit{
	width:62px;	
	height:20px;
	background-image:url(../images/submit.gif);
	color:#FFFFFF;
	border:none;
	font-family:Tahoma, Arial;
	font-size:12px;
	
}
.searchfild{
	width:120px;	
	height:22px;
}
.searchbutton{
	width:28px;	
	height:20px;
	background-image:url(../images/searchbutton.gif);
	color:#FFFFFF;
	border:none;
}
.larglfild{
	width:180px;	
	height:22px;
	font-family:Tahoma, Arial;
	font-size:11px;
}
.normalfild{
	width:120px;	
	height:22px;
	font-family:Tahoma, Arial;
	font-size:11px;
}
.smallfild{
	width:100px;	
	height:22px;
	font-family:Tahoma, Arial;
	font-size:11px;
}