.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;
}
.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/validation/topmenu_bg.gif);
	background-repeat: repeat-x;
	padding: 0px 5px 60px 10px;
	margin: 25px 0px 30px 0px;
}

.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/validation/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/validation/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/validation/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/validation/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;
}

/*status -------------------------------------*/

.field div.l {
	background:url(/images/validation/ajax-loader.gif) no-repeat left;
	height:16px;
	padding-left:20px;
	margin-left:5px;
	float:left;
}

.field div.s {
	background:url(/images/validation/success_image.gif) no-repeat left;
	height:16px;
	padding-left:20px;
	margin-left:5px;
	float:left;
}

.field div.f {
	background:url(/images/validation/error_image.gif) no-repeat left;
	height:16px;
	padding-left:20px;
	margin-left:5px;
	float:left;
	color:#d12427;
}

.field .status {
	float:left;
	padding:0px 0px 0px 5px;
	margin-top:-14px;
}

.field input,
.field select {
	width: 200px;
	height: 19px;
	padding-left: 2px;
	background: url(images/bg_input.png);
	font-weight: bold;
	border: 1px solid #d6dade;
	float:left;
}
.field input:hover, .field textarea:hover {
	border: 1px solid #B0B8C0;
}
.field textarea {
	font-weight: bold;
	border: 1px solid #d6dade;
	width: 300px;
	height: 100px;
}

label.f {
	color:#d12427;
}

input.f {
	border:1px solid #d12427;
}


.field {
}


.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;
}

