/* CSS Document */
body{
margin:0px auto;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.button{
	background:url(../images/normalbutton.gif) no-repeat;
	width:98px;
	height:25px;
	border:none;
	cursor:pointer;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:100;
}
.button_hover{
	background:url(../images/hoverbutton.gif) no-repeat;
	width:98px;
	height:25px;
	border:none;
	cursor:pointer;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:100;
}

.button_login{
	background:url(../images/normalbutton.gif) no-repeat;
	width:98px;
	height:25px;
	border:none;
	cursor:pointer;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:100;
}
.button_login_hover{
	background:url(../images/hoverbutton.gif) no-repeat;
	width:98px;
	height:25px;
	border:none;
	cursor:pointer;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:100;
}
.loader{
  padding-left:30px;
  height:50px;	
  width:250px;
  margin:0px auto;
  
}