

div#alertMessagePlaceHolder {
	padding:0.50em; 
	border:1px solid orange; 	
	color:#000;
	background:#ffff66; /*pale yellow*/
	margin-bottom:0.5em;
	}


/* FORMS */

/* form field width */
#msmForm .field-wrap input {width:90%;}
#msmForm .field-wrap textarea {width:90%;}
#msmForm .field-wrap select {width:90%;}
.field-error, .errMsg {width:91%;}

/* form field style */
#msmForm .field-wrap input, #msmForm .field-wrap select, #msmForm .field-wrap textarea {
	padding:2px;
	background-image: url('input-box-bg.gif');
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7c7c7c;
	border-right-color: #cecece;
	border-bottom-color: #c3c3c3;
	border-left-color: #7c7c7c;
	}

/* form field label position */	
#msmForm .field-wrap label {
	display:inline; /* left of field*/
	display:block; /* above field*/
	padding-bottom:2px; /* to space from field below */
	color:#01A046; /* green */
	text-align:left;
	font-size:1em;
	font-weight:bold;
	}

/* form fieldset style */

/* field error text */
.field-error, .errMsg { /* form fields */
	padding:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding:0px;
	margin-top:3px;
	margin-bottom:3px;
	color:#000;

/*	border-top:1px solid green; */
	background:#D9EDDD;
	background:#E5F1E8;
	background:#6a7389; /* dark blue */
	background:#00a045; /*green*/
	background:#acb5c1; /*light blue*/
	background:#ffcc99; /*pale orange*/
	background:#ffff66; /*pale yellow*/
	display:block; /* put underneath the input field */
	}
.field-error label b {color:green; }

/* field info text */
.field-info {
	font-size:0.8em; 
	color:#333;
	font-weight:normal;

	/* put underneath the input field 
	display:block; 
	*/
	}


/* style of each field grouping */
.field-wrap { /* form fields */
	padding-top:0.2em;
	padding-left:0.2em;
	padding-right:0.2em;
	padding-bottom:0.2em;
	margin-top:0.3em;
	margin-bottom:0.3em;
	clear:both;
	}
.field-wrap:hover {}

/* delete these below? */
.submit-wrap input {float:right;margin-right:21%;}