/*Styles used in carbon catalog forms for validation and form display*/

/*Validation box, initial style*/
.msg {
 position:absolute;
}

/*Validation box, success style*/
.msgok {
 position:absolute;
 width:auto;
 font-weight:bold;
 color:#008000;
}

/*Validation box, error style*/
.msgerr {
 position:absolute;
 width:18em;
 font-weight:bold;
 color:#CC0000;
}

/*Usage note beneath form fields*/
.fieldnote {
 font-size: 10px;	
}

/*Form spacing*/
table.formtable tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Admin mode style*/
.adminmode {
	color: red; 
	font-weight: bold; 
	background-color: black; 
	padding: 3px;
}

/*Instructions*/
.instructions {
	background-color:#fcc;
	padding:12px;
	margin-bottom:12px;
}
