/* -------------------------------------------------------------------- 
             Style definitions for Login page
          Atos Worldline Web Applications, v1.6.5
            By Le Studio, Atos Worldline, 2008
-------------------------------------------------------------------- */

/* NOTES : */
/* This CSS specifies its own color information, independently of custom.css */

/* CSS index (!):
  DEFAULT VALUES
  FORMS SPECIFICS
  EXCEPTIONS & SPECIFICS (for login page)
*/

/* ------------------------- !DEFAULT VALUES --------------------------------- */

body {
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 101%;
	color: #000;
	background: #FFF;
	text-align: center;
	padding: 0;
	margin: 50px 0 0 0;
	border: 0;
}

h1 {margin-bottom: 25px;}
h2 {font-size: 0.75em; color: #1590BE; background: #FFF; margin: 0;}
p {margin: 0 0 10px 0;}

fieldset {
  color: #000;
  background: #F9F9F9;
  padding: 25px 0 25px 0;
  border: 0;
}
label {display: block; font-size: 11px; font-weight: bold;}
input {
	width: 150px;
	font-size: 0.85em;
	text-align: center;
	border: 1px solid #8EAAB4;
	padding: 2px;
	margin-bottom: 5px;
}
select {width: 158px; font-size: 0.7em; color: #666; background: inherit;}

a, a:link, a:visited {font-size: 0.7em; color: #000; background: inherit;}

/* ---------------------------- !FORMS SPECIFICS ----------------------------- */

input#bthp {
	width: 150px;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #FFF;
	background: #F90;
	padding: 3px 8px 3px 8px;
	margin-top: 25px;
	border: 1px solid #000;
	cursor: pointer;
}

#cprgthp {
  font-size: 10px;
  color: #4B4B4B;
  background: inherit;
  margin-top: 50px;
}

/* error message - login */
#ferrorlg {
  font-weight: bold;
  color: #C00;
  background: inherit;
  text-align: center;
  margin: 15px 0 15px 0;
}

p.pForgpwd {margin-top: -10px;}

/* --- Link buttons --- */

/* For general use - it gives to the link the same display as a Submit button */
a.btlinkn, a.btlinkn:link, a.btlinkn:visited  {
	font-size: 0.75em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background: #F90;
	padding: 3px 8px 3px 8px;
	margin-top: 25px;
	border: 1px solid #000;
}
a.btlinkn:hover  {
	color: #000;
	background: #F90;
}

/* --------------------- !EXCEPTIONS & SPECIFICS ----------------------------- */

p.intro {
  font-size: 0.75em;
  width: 50%;
  text-align: center;
  margin: 0 auto 10px auto;
}

#lgtxt {display: block; width: 550px; margin: 0 auto;}
#lgtxt p {font-size: 0.7em;}

fieldset.fsMain label {
	width: 100%;
}

div.t-error{
	width : 600px;
	margin-left: auto;
	margin-right: auto;
}

div.info h3{
  font-weight: bold;
  color: #C00;
  background: inherit;
  text-align: center;
  margin: 15px 0 15px 0;
}
