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


h2 {	
	background-color: #dedede;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 7px;
	margin: 7px 0;
}
h4 {
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}
p.subtitle {
	margin: -10px 0px 15px 0px;
}
.highlight {
	font-weight: bold;
	color: #B4D212;
}
.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 label {
	display: block; font-size: 12px;
}
div#formcontent label.vert {margin-bottom: 7px; font-size: 12px;}
.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(../img/topmenu_bg.gif);
	background-repeat: repeat-x;
	padding: 0px 5px 60px 10px;
	margin: 25px 0px 30px 0px;
}

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

.field div.l {
	background:url(../img/ajax-loader.gif) no-repeat left;
	height:16px;
	padding-left:20px;
	margin-left:5px;
	float:left;
}

.field div.s {
	background:url(../img/success_image.gif) no-repeat left;
	height:16px;
	padding-left:20px;
	margin-left:5px;
	float:left;
}

.field div.f {
	background:url(../img/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 {
	float:left;
}

label.f {
	color:#d12427;
	margin-bottom: 7px; font-size: 12px;
}

label.s {margin-bottom: 7px; font-size: 12px;}

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




.field {
}


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

/*...Testing...*/
.hidden 
{
  display: none;
}

.col
{
  float: left;
  width: 150px;
}