/* GENERIC FORM STYLING */
.typography form {
	width:520px;
	font-size: 11px; 
	line-height: 18px;
	font-weight: normal;
	color: #747678;
	margin-bottom: 15px;

}
	.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: #747678;
		}
			.typography form label.left {
				float:left;
				width:12em;
				font-size: 11px; 
			line-height: 18px;
			font-weight: normal;
			color: #747678;
			}
			.typography form label.FormHeading {
				font-size: 11px; 
				line-height: 18px;
				color: #747678;
				font-weight:bold;
			}
		.typography form input.text,
		.typography form textarea,
		.typography form select {
			width:200px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
			font-size: 11px; 
			line-height: 18px;
			font-weight: normal;
			color: #747678;
			font-family: Arial, sans-serif, verdana;
		}
		
		.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;
			}


