/* CSS Login */


/* ************************************************************************* */
/* ********************  Layout  ******************************************* */
/* ************************************************************************* */


#login {
	width: 100%;
	margin: 10px 0 0 0;	
}

#login-form {
	width: 40%;
	height: 775px;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	background: #FCF7FA url(../images/checkout-form-bgrnd.gif) repeat-x top left;
}

#login-form div.passwdretr {
  font-size: 8pt;
  margin-bottom: 15px;
}

#signup-form {
	width: 53%;
	height: 775px;
	float: right;
	padding: 10px 10px 10px 10px;
	background: #FCF7FA url(../images/checkout-form-bgrnd.gif) repeat-x top left;
}


/* ************************************************************************* */
/* ********************  Formating  **************************************** */
/* ************************************************************************* */

#login h2 {
	font-size: 10pt;
	padding: 0 0 10px 0;
}

#login .invitation {
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #AD1488;
}

#login .login-retr-passwd {
	margin: 10px 0 0 0;
}


#login table th {
	text-align: left;
	font-weight: normal;
	font-size: 9pt;
}

#login table td {
	padding: 0 0 3px 10px;
	font-size: 9pt;
}

#login table td input { /* predefinovano pro IE */
  width: 134px;
}

#login fieldset {
	margin: 0 0 10px 0;
}

#login legend {
	color: #868686;
}

#login input.submit {
	background: #868686;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	margin: 10px 0 0 0;
}

#login .approved {
  color: green;
  font-weight: bold;
  clear: both;
  margin-bottom: 5px;
}
