@charset "utf-8";
/*
 * CSS Document by Jeffrey Ouma.
 * Copyright© 2009 artkenya.net Ltd. All rights reserved.
 * 
 * Description: Defines styles that apply to the Montioring and Evaluation section of the website
 * Note: Styles preceded by an asterisk(*) are specific to Internet Explorer. 
 * Styles are declared in order of appearance.
 */


#maincontentarea {
	float:none;
	width:auto;
}

/*
 * FORMS
 * =====
 * 
 */

#loginform {
	margin:25px;
}

#loginform .form-field-indent {
	margin-left:130px;
}

#loginform label {
	clear:both;
	float:left;
	line-height:21px;
	padding-right:10px;
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
	width:120px;
}
#loginform label.label-checkbox {
	float:none;
	line-height:18px;
	width:auto;
}

#loginform label.error {
	font-weight:bold;
}

#loginform input.form-input {
	border:1px solid #CCCCCC;
	margin:0;
	padding:1px 2px;
	width:15em;
}
#loginform input.input-checkbox, #loginform input.input-radio {
	margin-top:0;
	vertical-align:middle;
}
#loginform input.form-input.input-error {
	border:1px solid #CE3D0C;
	color:#CE3D0C;
}
#loginform .button {
	margin:20px 0 0;
}
#loginform input.input-button {
	font-weight:bold;
	padding:5px 10px;
}

.form-field-notification {
	clear:left;
	font-weight:bold;
	min-height:16px;
  height:auto !important;
  height:16px;
	margin-left:130px;
	padding:5px 0;
}
.form-field-notification p {
	margin:0;
}
.form-field-notification p.error {
	background:transparent url("../Images/exclamation_small.gif") scroll no-repeat left top;
	padding-left:19px;*/
}

/* End of Form styles */
