.footer-line {
	background-image: url(../images/footer-line.jpg);
	height: 15px;
}
.loginlbl
{
    text-align: left;
    width: 135px;
    display: block;
    float: left;
    font-size: 12px;
    color: #333333;
    padding-top: 2px;
}
.top-sec {
	background-color: #272727;
	height: 2px;
	padding-top:2px;
}
.modalBackground
{
background-color: #89CFF5;
border-color:Black;
filter: alpha(opacity=70);
opacity: 0.7;
}
.modalPopup
{
background-color: White;
border-width: 3px;
border:0;
border-style: solid;
padding: 3px;
width: 100%;
}
.modalPopupNewPage
{
background-color: White;
border-width: 3px;
border:0;
border-style: solid;
padding: 3px;
width: auto;
height:auto;
}