/*
html, body {
	margin:0;
	padding:0;
	}
body{
	font: 75% verdana, arial,sans-serif;
	color: #2c2b2c;
	background-color: #dfe3e1;
	background-position: top center;
	background-repeat: repeat-y;
	background-image:  url(/images/login/page_bg.gif);
	}
a {
	color: #0459a1;
	text-decoration: underline;
	}
a:hover {
	color: #000000;
	background-color: #cdfd9f;
	text-decoration: none;
}
a.img:hover {
	background-color: transparent;
}
*/

/*global -------------------------------------*/

/*
div#page {
	width:705px; 
	padding: 0px 4px 0px 5px;
	position:absolute;
	left: 50%;
	margin-left: -357px; /*set to a negative number 1/2 of your width*/
/*
}
*/

h1 {
  color: #d12427; /* #2c2b2c; */
	font-size: 150%;
	font-weight: bold;
	padding: 5px 10px 0px 0px;
	margin: 0px;
	width: 450px;
}
h2 {	
  color: #2c2b2c;
	border-top: 1px solid #c6c8ca;
	background-position: 0px -15px;
	background-image:  url(/images/login/topmenu_bg.gif);
	background-repeat: repeat-x;
	padding: 3px 5px 10px 8px;
	font-size: 120%;
	margin: 5px 0px 5px -5px;
}
h4 {
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}
p.subtitle {
	margin: -10px 0px 15px 0px;
}
.highlight {
	font-weight: bold;
	color: #0b9956;
}
.error {
	background-color: #f7e5e5;
	border-top: 2px solid #b00404;
	border-bottom: 2px solid #b00404;
	padding: 3px 10px 2px 10px;
	color: #b00404;
	font-weight: bold;
	height: 20px;
	margin-bottom: 15px;
}
.error img {
	vertical-align: middle;
}
.error span {
	padding-left: 3px;
}

/*forms -------------------------------------*/

div.formcontent {
	margin: 10px 10px 10px 15px;
}
div.formcontent label {
	display: block;
}
.errorlabel {
	color: #b00404;
	font-weight: bold;
	padding: 3px 0px;
}
.errortext {
	color: #b00404;
	margin: -5px 0px 10px 0px;
}
.errorfield {
	border: 2px solid #b00404;
}
div.formcontent p {
	margin: 15px 0px;
}
div.formcontent input,  div.formcontent select {
	margin-bottom: 3px;
	vertical-align: middle;
}
div.formcontent td {
	white-space: nowrap;
	padding: 3px 4px;
	vertical-align: middle;
}
div.formcontent p.helptext {
	margin: -5px 0px 10px 0px;
	color: #9e9c9e;
}
.helptext {
	color: #888888;
	font-size: 90%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.formright {
	float: left;
	padding-right: 15px;
}
.formaction {
	/*
	border-top: 1px solid #c6c8ca;
	background-position: top;
	background-image:  url(/images/login/topmenu_bg.gif);
	background-repeat: repeat-x;
*/
	padding: 0px 5px 60px 10px;
	margin: 25px 0px 30px 0px;
}

button {
	font: 12px Verdana, Arial, Helvetica, sans-serif ;
	font-weight: bold; 	
}

.button, .buttoninactive {
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
	font: 12px Verdana, Arial, Helvetica, sans-serif ;
	font-weight: bold; 
      }
.button li {
      float:left;
      background:url("/images/login/button_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 3px;
      }
.button a:link, .button a:visited {
      display:block;
      background:url("/images/login/button_right.gif") no-repeat right top;
      padding: 8px 14px 8px 10px;
	color: #242724;
	text-decoration: none;
}
.button a:hover {
	color: #000000;
}
.buttoninactive li {
      float:left;
      background:url("/images/login/button_ina_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 3px;
      }
.buttoninactive a:link, .buttoninactive a:visited {
      display:block;
      background:url("/images/login/button_ina_right.gif") no-repeat right top;
      padding: 8px 14px 8px 10px;
	color: #242724;
	text-decoration: none;
}
.secondaryaction {
	margin-top: 7px;
	padding-left: 140px;
	color: #666666;
}
.secondaryaction a {
	margin-left: 4px;
}
.secondbutton {
	margin-top: -10px;
	padding-left: 83px;	
}
.rightalign  ul{
	float: right;
}

/*top menu -------------------------------------*/
div#top {
	background-image:  url(/images/login/top_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
	margin-bottom: 1px;
	font-size: 6px;
	background-color: #ffffff;
}


div#loginpage {
  width: 370px;
  margin: 20px;
}

div#loginpage button {
  padding: 5px;
  margin-left: -10px;
  margin-right: 10px;
}
div#createorexisting div.radios span.radio-text {
  color: #d12427;
  font-size: 150%;
  font-weight: bold;
  margin-left: -30px;
}
div#createorexisting div.radios input {
  margin-top: 5px;
  margin-left: -50px;
}

div.radios {
  display: block;
  margin: 10px 0px 0px 30px;
  vertical-align: top;
}
div.radios input {
  margin-left: -30px;
  vertical-align: top;
}

/*footer -------------------------------------*/

div#footer{
	clear: both;
	margin: 10px 10px;
	border-top: 1px solid #c6c8ca;
	padding: 8px 10px 5px 10px;
	font-size: 85%;
	color: #888888;
}
div#footer img{
	vertical-align: middle;
	padding-right: 10px;
}
div#footer p{
	margin-top: 5px;
}


/*status -------------------------------------*/

.field div.e {
	height:18px;
	padding-left:20px;
	border:1px solid #7f9db9;
	border-left:0px;
	float:left;
	background-color:#FFFFFF;
}

.field div.l {
	background:url(/images/login/ajax-loader.gif) no-repeat left center;
	background-color: #FFFFFF;
	height:18px;
	padding-left:20px;
	border:1px solid #7f9db9;
	border-left:0px;
	float:left;
}

.field div.s {
	background:url(/images/login/success_image.gif) no-repeat left center;
	background-color: #FFFFFF;
	height:18px;
	padding-left:20px;
	border:1px solid #7f9db9;
	border-left:0px;
	float:left;
}

.field div.f {
	background:url(/images/login/error_image.gif) no-repeat left center;
	background-color: #FFFFFF;
	height:18px;
	padding-left:20px;
	border:2px solid #f00;
	border-left:0px;
	float:left;
}

.field div.f#status-gender,
.field div.f#status-country,
.field div.s#status-gender,
.field div.s#status-country,
.field div.l#status-gender,
.field div.l#status-country {
	border:0px;
	margin-left:5px;
}

.field div.e-status {
	float:left;
	margin:2px 0px 0px 5px;
	color:#d12427;
}

.field .status {
	float:left;
	padding:2px 0px 0px 5px;
	margin-top:-15px;
}

.field input,
.field select {
	float:left;
}

.field input {
	height:16px;
	border:1px solid #7f9db9;
	border-right:0px;
	margin:0px;
}

label.f {
	color:#d12427;
}

input.f {
	border:2px solid #d12427;
	border-right:0px;
}

.br {
	overflow:hidden;
	height:0px;
	width:0px;
	clear:both;
}

#pg-error {
	display:none;
}

.meter {
	background:#ebebe8;
	height:16px;
	border:1px solid #b4b6b8;
	font-size:10px;
	width:150px;
	margin-top:-4px;
}

.meter .mark {
	border-right:1px solid #fff;
	text-align:center;
	height:14px;
	padding-top:2px;
	width:49px;
	float:left;
}

.meter #m3.mark {
	border-right:0px;
}

#strength-password label {
	font-size:11px;
	float:left;
	padding-right:5px;
}

.fl {
	float: left;
}

.pl3em {
	padding-left: 4em;
}

.hide {
	display:none;
}

