/* Defaults */
body, html, div, td, th, table, form, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, label, input, dt, dd, p, blockquote{
	padding:0;
	margin:0;
}
ul, ol { list-style:none; }
/* do not underline links by default  */
/* :link,:visited { text-decoration:none } */
/* no border on linked images */
a img,:link img,:visited img { border:none }
/* de-italicize address */
address { font-style:normal }

/* defaults end */


html{
	height: 100%;
}
body{
	height: 100%;
	font-size: 17px;
	font-family:Helvetica, Arial, sans-serif;
	color:#616161;
}

#container{
	position:absolute;
	width:99%;
	top:10%;
}

#loginDiv{
	max-width:100%;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	border:none;
}

div.messageMaintenance{
	width:500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div.forgot{
	text-align: center;
	padding:5px;
	margin: 50px auto 20px auto;
	width:500px;
}

footer{
    width:100%;
	margin-top: 50px;
    border-top: 2px solid #92B549;
    padding:25px 0px 25px 0px;
    text-align:center;
    white-space:nowrap;
    color:#2E7DB1;
    font-size:0.824em;
}

.formul{
	padding:5px;
	margin:0 auto;
	width:500px;
}

.logo{
	margin:0;
	width:500px;
	padding:5px;
	text-align:center;
}
ul{
  list-style-type: none;
  margin-left:8px;
}
ul li{
	margin-bottom:20px;
}

label.def{
	margin:0px 10px 0px 0px;
	padding:5px 0px 5px 5px;
	color:#FFFFFF;
	display:block;
	float:left;
	border:1px solid #2E7DB1;
	background-color:#2E7DB1;
	width:120px;
}

input[type="text"].error,
input[type="password"].error,
input[type="date"].error{
    border-color:#EA5200;
}

label.error{
    display:block;
    color:#EA5200;
    margin:5px 0px;
}

input.textbox{
	height:22px;
	width:330px;
	font-family:Helvetica, Arial, sans-serif;
	padding: 4px;
	border:1px solid #2E7DB1;
}

h1, h2{
    margin:5px 5px 20px 5px;
    color:#2E7DB1;
    font-weight: bold;
}

h1{
    font-size:1.294em;
}

h2{
    font-size:1.176em;
}

a{
    color:#2E7DB1;
    text-decoration:none;
}
a:link {
    color:#2E7DB1;
    text-decoration:none;
}
a:visited {
    color:#2E7DB1;
    text-decoration:none;
}
a:hover, a:focus, a:active {
    color:#999999;
    text-decoration: none;
}

div.div_submit{
	text-align:center;
	margin:5px 0px 10px 0px;
}
/* -------------------------------------------------------------- SUBMIT BUTTON ------------------------------------------------------- */
.submitEquote {
    white-space: nowrap;
    padding:8px 10px;
    text-decoration: none;
    border:none;
    color:#FFFFFF;
    background-color: #2E7DB1;
    margin: 0px 10px 0px 10px;
    font-family:Helvetica, Arial, sans-serif;
	border-radius: 3px;
	font-size:1.176em;
}

.submitEquote:hover{
    background-color: #7db9e8;
    color:#FFFFFF;
    cursor: pointer;
}

div.success, div.error, div.warning, div.info, div.notice{
    padding:10px 20px;
    margin-bottom:20px;
    border-radius: 3px;
    text-align:left;
    font-weight:bold;
}

div.success{
    border:1px solid #77a113;
    background-color: #c0d86d;
}

div.error{
    border:1px solid #d45959;
    background-color: #e8a0a0;
}
div.warning{
    border:1px solid #eed77d;
    background-color:#c7a900;
}
div.info{
    border:1px solid #387cb0;
    background-color:#a0c2dc;
}
div.notice{
    border:1px solid #999999;
    background-color:#cccccc;
}

div.success div.txt,
div.error div.txt,
div.warning div.txt,
div.info div.txt,
div.notice div.txt{
    padding-right:5px;
}