DIV#loginbox {
                background: url(../img/haze-login.jpg) top right no-repeat;
		height: 310px;
                border: 1px solid #444;
                border-top-color: #666;
                border-left-color: #666;
                }

DIV#loginimages
{
background: #777;

background: url(../img/haze-mainbg.png) top left repeat;
margin-top: 30px;
                border: 1px solid #444;
                border-top-color: #666;
                border-left-color: #666;
}


DIV#loginimages img { border: 1px solid  #AAA;  }

DIV#loginimages img.notices { border: 1px solid #bb5; }

DIV#loginimages img:hover { border: 1px solid red;  }

