/*
	Styles for alert messages and form submittal tables
	
*/

/* form tables*/
		td.title {
			padding:2px 5px;
			background-color:#135;
			color:#fff;
			font-weight:bold;
		}
		td.fld {
			background:#e7e7e0;
			text-align:right;
		}
		td.req {
			font-weight:bold;
			color:#128;
		}
		td.err {
			background:#fcd295;
			border:1px solid #E1471D;
		}

/* form alerts */
		.messages {
			margin: 4px 0 8px;
			padding: 0 48px;
			background: #f1f3f5;
			border: 1px solid #DADCE0;
		}
		.status {
			background: #fafcfe url(../graphics/icon-info.png) 8px 12px no-repeat;
		}
		.error {
			background: #FCD295 url(../graphics/icon-alert.png) 8px 12px no-repeat;
			border: 1px solid #E1471D;
		}
