/*
  $Id: login.css 1358 2011-06-17 00:28:10Z fer $

  dk purple         #4B1F35
  lt purple         #C5A4B5
  sm purple         #A47B94
*/

/***************** POSITIONING DIVS BEGIN ******************/ 

html,body {
  margin:0;
  padding:0;
  height:100%;
}

body  {
  text-align:center;
  background: #ffffff; 
}

div#container {
  position: relative;
  text-align:left;
  width:100%px;
  margin:0 auto;
  background-color: #ffffff;
  height: 100%;
}

/* --------------- */
/* --- content --- */
/* --------------- */

div#welcome-bar-bgr {
  position: absolute;
  bottom: 80px;
  width: 100%;
  height: 180px;
  background-color: #A47B94;
  z-index: 0;
}

div#welcome-bar {
  position: absolute;
  bottom: 80px;
  width: 100%;
  height: 180px;
  z-index: 2;
}

div#content-login {
  float: left;
  width: 240px;
  margin-top: 15px;
}

div#content-signup {
  float: left;
  width: 280px;
  margin-top: 20px;
}

div#welcome-face {
  position: absolute;
  bottom: 200px;
  right: 20%;
  background: url('/templates/site/images/login-mood.png') no-repeat;
  width: 327px;
  height: 380px;
  z-index: 1;
}

div#welcome-vipteaser {
  position: absolute;
  bottom: 260px;
  left: 20%;
  background: url('/templates/site/images/vipteaser.png') no-repeat;
  width: 718px;
  height: 380px;
  z-index: 1;
}

div#welcome-logo {
  position: absolute;
  bottom: 250px;
  left: 19%;
  width: 300px;
  height: 140px;
  background: url('/templates/site/images/logo-login.png') no-repeat;
  z-index: 1;
}

div#welcome-links {
  position: absolute;
  bottom: 60px;
  left: 20%;
  background: #ffffff;
  /*z-index: 51;*/ 
}

div#footer-links {
  position: absolute;
  bottom: 60px;
  right: 12%;
  background: #ffffff;
  z-index: 50;
}

div#messages {
  position: absolute;
  bottom: 380px;
  left: 20%;
  width: 520px;
  /* background-color: #ffb3b5; */
/*  background-color: #ff0000;
  color: #ffffff; */
  z-index: 100;  
}

#divSiteOverlay {
  font-size: 150%;
  position: absolute;
  top:10px;
  right:10px;
  width: 300px;
  padding: 10px;
  background-color: #cacaca;
  color: #000000; 
  z-index: 1000;
}

.messageStackError, .messageStackWarning { padding: 3px; background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; padding: 3px; }


div#teasers {
  position: absolute;
  bottom: 420px;
  left: 18%;
  background: #EEE8DE;
  z-index: 10;
}

div#addon {
  color: #ffffff;
  width: 280px;
  float: left;
  margin-top: 20px;
}

div#addon-signup {
  color: #ffffff;
  width: 280px;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}

.reduced {
  font-size: 80%;
}

/* ------------------------------------- */
/* --- paragraph & element formating --- */
/* ------------------------------------- */

div, p, td, ul, ol, input, select, button, checkbox, radio, textarea  {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; 
	color: #333333;
  font-size: 10pt;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: justify;
  /* text-transform: lowercase; */
}

p, div {
  line-height: 130%;
}

h1 {
  font-size: 14pt;
}

h2 {
	font-size: 13pt;
	margin-bottom: 5px;
}

label {
  color: #ffffff;
}

label input {
	display:block;
	margin-top:2px;
	margin-bottom:8px;
	padding:5px 5px 3px 5px;
	font-size:12px;
	width:190px;
	border:none;
	text-transform: none;
}

a {
  color: #E00194;
  text-decoration: underline;
}

a:hover {
  color: #BC2280;
}

ul {
  margin: 0px;
  padding-left: 20px;
  list-style-type: square;
}

li {
  margin-right: 30px;
  float: left;
  /* display: inline; */
}

div.regForm {
  margin-left: 20%;
/*  margin-right: 20%; */
  height: 180px;
}

div.regFormPersonal {
  margin-top: 10px;
  width: 280px;
  float: left;
}

div.regFormSubmit {
  margin-top: 105px;
  width: 190px;
  float: left; 
}

div.regForm label {
  display: block;
  float: left;
  width: 100px;
}

div.regForm label.error {
	z-index: 100;
	width: 130px;
	position: absolute;
	margin-left: 260px;
	margin-top: -8px;
	border: 3px #cccccc solid;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	background-color: #582748;
	font-size: 11px;
	color: #ffffff;
	padding: 7px 10px;
}

div.regFormSubmit label.error {
	margin-left: 170px;
}

div.regForm input, div.regForm select  {
  display: block;
  float: left;
  width: 150px;
  text-transform: none;
  /* border: 2px solid #ffffff; */
  border: none;
  margin-bottom: 1px;
  padding: 2px;
}

div.regFormSubmit input {
  display: block; 
  float: left; 
  width: auto;
}

div.regFormSubmit label {
  display: block; 
  float: left; 
  width: auto;
}

div.regForm small {
  float: right;
}

input.error, select.error { 
	background-color: #ffb3b5;
}

div.error {
  width: 1px; height: 1px;
  visibility:hidden;
  position: absolute;
  
}

.posBottomRight {
  position: absolute;
  bottom:0;
  right: 0;
}

div#addon-signup input, div#addon-signup label, div#content-signup input[type=checkbox] {
  width: auto;
  float: left;
  margin-right: 5px;
}

div#addon-signup a {
  color: #ffffff;
}

div#addon-signup a:hover {
  color: #eeeeee;
}
