@charset "utf-8";
/* CSS Document */

html, body {
	background: #FFEEFF;
	margin: 0;
	padding: 0;
}
form, form fieldset {
	display: inline;
	margin: 0;
	border: 0;
}

/*
	Classed elements
	--------------------------------------------------------
*/

#maincontent {
	font-family: "lxucida grande", verdana, sans-serif;
	color: #333;
	margin: 20px;
	font-size: .825em;
}

#nomform div {
	margin-bottom: 10px;
}

h1 {
	border-bottom: 1px dotted #666;
	font-size: 1.5em;
}

h2 {
	text-align: center;
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h3.err {
	color: #dd0000;
	background: #ffffff;
	padding: 2px;
}

label.middled {
	display:-moz-inline-stack;
	display:inline-block;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 10px 4px 0;
}

div#ntype {
	text-align: center;
}

.text_input {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: .825em;
	margin-bottom: 4px;
	padding: 2px;
}

.phone_input {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: .825em;
	width: 10em;
	margin-bottom: 4px;
	padding: 2px;
}

.zip_input {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: .825em;
	width: 5em;
	margin-bottom: 4px;
	padding: 2px;
}

.button_input {
	font-family: "lucida grande", verdana, sans-serif;
	width: 80px;
	padding: 4px;
}

.right_side {
	text-align: right;
}

.disabled_label {
	display:-moz-inline-stack;
	display:inline-block;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 10px 4px 0;
	font-style: italic;
	color: #999;
}

.enabled_label {
	display:-moz-inline-stack;
	display:inline-block;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 10px 4px 0;
	color: #333;
	font-style: normal;
}

.err {
	border: 2px solid #990022;
}
