input.button
{
	height: 20px;
	background-color: #f0f0f0;
	background-image: url(../images/login_btn.jpg);
	background-repeat: no-repeat;
	width: 58px;
	text-align: center;
}

input.button:hover
{
  color: black;
}

#message div.notice,
#remote-objects-message
{
  background: url(../images/display/info.gif) 6px 3px no-repeat;
  background-color: #F7FDCB;
  border: 1px solid #C2D071;
}

#message div.error,
#message div.warning
{
  background: url(../images/display/warning.gif) 6px 3px no-repeat;
  background-color: #EF9398;
  border: 1px solid #DC5757;
}

#message div.confirmation
{
  background: url(../images/display/confirm.gif) 6px 3px no-repeat;
  background-color: #A6EF7B;
  border: 1px solid #76C83F;
}

#message div.loading
{
  background: url(../images/display/loading.gif) 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}
.loginbg {
	background-image:url(../images/login_new_03.jpg);
}
.loginbg1 {
	background-image:url(../images/protallogin_new_03.jpg);
}

.bgbg{
background:url(../images/bgbg_03.jpg) repeat-x bottom;
}
