.button {
  color:#FFFFFF;
  font-family: Tahoma;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px dotted #cccccc;
  width: auto;
  background:url(../images/button_bg.png ) repeat-x;
  background-position:bottom;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
  padding: 3px 3px 3px 3px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #7B8593;
	font-family:Tahoma;
	color:#666666;
	margin-bottom:3px;
	background-image:;
}
#mod_login_username{
}

#mod_login_password{
}

#mod_login_remember{
	width:14px;
}
a.login, a.login:visited {
	line-height: 20px;
	margin-left: 0px;
	background-image:url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position:left;
	font-weight:bold;
	text-align:left;
	float:left;
	padding-left:10px;
}

a.login:hover {
	color:#006600;
	font-weight:bold;
}
#mod_search_searchword {
	border: 1px #CCCCCC solid;
	padding: 3px 3px 3px 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #006600;
	width:90%;
}
fieldset.input{
	border:none;
}