/*
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#main {
        min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 11pt;
	margin: 0 auto -16px;
}


#footer {
	clear:both;
	font-size: 9pt;
	background-color: #F0F0F0;
	border-top: 1px dotted #939291;
}
*/
.title { font-size: 14pt; color:gray; }

#infoBox {
        background: #f8f8f8;
        padding: 20px;
        margin: 20px;
        border: solid 1px #e0e0e0;
}

#infoBox p{
  margin-right: 5px;
  margin-left: 5px;
}

#loginPnl {
	float: left;
	width: 100%;
	/*background: #FAFAFA;*/
}

#formLogin {
    border: solid 1px #F0F0F0;
	float: left;
}

#formLogin .submit {
	margin-left: 1em;
}

#formLogin label  {
	font-size: 12pt;
	display: block;
	font-weight: bold;
	color: gray;
	text-transform: capitalize;
}

#formLogin input,
#formAccNew input {
    font-size: 12pt;
    width: 18em;
	line-height: 1.5em;
}

#formLogin fieldset  {
	padding: 20px;
	border: none;
}


#formrememberpasswd {
        width: 250px;
        font-size: 1.1em;
        margin: 10px auto 10px auto;
}

#formrememberpasswd label  {
        font-size:10pt;
	line-height: 2em;
}

#formrememberpasswd input  {
        width: 150px;
        float: right;
}

/*
#agIntroR p.submit {
        text-align:center;
        background: #ff6020;
        padding: 0px;
        margin: 10px 0px 0px 0px;
}

#agIntroF {
        clear: both;
}

ul {
  list-style-type: circle;
}

ul li {
  margin: 5px;
}

h1 {
        margin-top: 0px; 
        font-size: 1.7em;
}

a {
  text-decoration: none;
  color: #3662AF;
}

a:hover {
  color: #17477F;
}

*/
