/* GENERIC FORM STYLING */
.typography form {
	width:430px;
	border:0;
	font-size: 11px; 
	line-height: 18px;
	font-weight: normal;
	color: #797074;
	font-family: arial;
}
	.typography form fieldset {
		border:0;
		padding:12px;
	}
		.typography .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		.typography span.message {
			width: 300px;
		}
		.typography form div {
			margin-top:10px;
			width:100%;
		}
		.typography form label {
				font-size: 11px; 
				line-height: 18px;
				font-weight: normal;
				color: #797074;
		}
			.typography form label.left {
				float:left;
				width:12em;
			}
			.typography form label.FormHeading {
					font-size: 12px; 
					line-height: 30px;
					font-weight: normal;
					color: #797074;
					font-weight: bold;
			}
		.typography form input.text,
		.typography form textarea,
		.typography form select {
			width:200px;
			color:#000;
			background:#fbf8f8;
			border:1px solid #aaa;
			padding:3px;
			font-size: 11px; 
			line-height: 18px;
			font-weight: normal;
			color: #797074;
			font-family: arial;
		}
		
		.typography form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		.typography form input.year {
			width:35px;
		}
		.typography form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			.typography form p.Actions input {
				padding:2px;
			}

