*, body {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-style: normal;
}

body {
    background-color: #dbdbca;
}

a, a:hover, a:active, a:link, a:visited {
    text-decoration: none
}

img {
    border: 0px;
}

table {
    width: 100%;
    cell-spacing: 0px;
    border: 0px;
    margin: 0px;
}

table.login {
    background-image: url("../../MWI/images/login/LoginScreen.gif");
    background-position: center;
    background-repeat: no-repeat;
	width: 561px;
    height: 292px;
    text-align: right;
}


table.loginconfirmation {
    background-image: url("../../MWI/images/login/LoginConfirmationScreen.gif");
    background-position: center;
    background-repeat: no-repeat;
	width: 561px;
    height: 292px;
    text-align: left;
}

table.login label {
    display: block;
    width: 100%;
    font-weight: bold;
    color: rgb(153, 0, 0);
}

table.loginconfirmation label {
    width: 100%;
    font-weight: normal;
    color: black;
    text-indent: 20px
}


.flag {
    margin-right: 3px;
    margin-left: 3px;
}

table.login input {
    height: 20px;
    width: 150px;
    border-style: inset;
}

.smallText {
    font-size: 10px;
    color: rgb(153, 0, 0);
}

table.login input.loginButton  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #B22F73;
    border-width: 2px; 
	border-style: outset;
    border-color: #007299;
    height: 25px;
    width: 145px;
}

table.loginconfirmation input.loginButton  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #B22F73;
    border-width: 2px; 
	border-style: outset;
    border-color: #007299;
    height: 25px;
    width: 145px;
}

table.login input.iswcnetLoginButton   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B22F73;
	border-width: 2px;
	border-style: outset;
	border-color: #007299;
	font-style: normal;
	height: 25px;	
	width: 66px;
}

.errors li {
	font-weight: bold;
	font-size: 14px;
	color: red;
}
.messages li {
	font-size: 14px;
	color: black;
}
