@IMPORT url("frontier.css");

DIV.centered{
    display:block;

    /*set the div in the center of the screen*/
    position:absolute;
    top:30%;
    left:35%;
    width:350px;
	border-width: .2em;
	border-style: solid;
	border-color: blue; 
  }

DIV.loginbox {
	width: 100%;
	background-color: white;
	vertical-align: middle;
}

DIV.loginheader {
	background-color: white;
	width: 100%;
}
DIV.loginfooter {
	width: 100%;
	background-color: white;
	vertical-align: bottom
}

DIV.errorbox {
	width: 100%;
	height: 100%;
	background-color: white;
	vertical-align: middle;
}

DIV.errortitle {
	padding: 5px;
	padding-left: 5px;
}

DIV.errorcontent {
	padding: 5px;
}

TD.logintopleftcurve {
}

TD.logintopbar {
}

TD.logintoprightcurve {
}

TD.loginborderleft {
}

TD.loginbody {
	vertical-align: top;
	width: 508px;
}

TD.loginborderright {
}

TD.logincompanybox {
	background-color: #F0ECDB;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

SPAN.logincompanytitle {
	font-style: italic;
	font-weight: bolder;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	white-space: nowrap;
	color: #717171;
}

.loginlabel {
	font-size: 12px;
}

.logininput {
	font-size: 12px;
}

TD.loginwelcomebox {
	width: 242px;
	height: 21;
	vertical-align: top;
	background-color: #F0ECDB;
}

TD.loginboxline {
	background-color: #FFFFFF;
	height: 20px;
	border-bottom-color: #E4E4E4;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

TR.logintable {
	background-color: #FFFFFF;
	text-align: center
}

TABLE.logintable {
	width: 230px;
	background-color: #F3F3F3;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

TD.errorline {
	width: 280px;
	height: 46px;
	text-align: center
}

TD.login {
	FONT-SIZE: 10px;
	COLOR: #717171;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	TEXT-DECORATION: none
}

TD.loginbottomleftcurve {
}

TD.loginbottombar {
	background-color: #FFFFFF;
	height: 20px;
	border-top-color: #E4E4E4;
	border-top-width: 3px;
	border-top-style: solid;
}

TD.loginbottomrightcurve {
}

TD.loginlogo {
	width: 114px;
	height: 32px;
	position: relative;
	top: 3px;
}

TD.footer
{
	color: #717171;
}

TABLE.functiontable {
	background-color: #F3F3F3;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 10px;
	padding-left: 30px;
	padding-right: 30px;
}