form.bg {
	float: left;
	position: relative;
	height: 1%;
	max-width: 40em;
	margin-bottom: 2em;
	border: 1px solid #b4ab84;
	/*padding: 3px 3px 3px 3px;*/
	background: #000 url(../img/bg-box.gif);
	padding: 0;
	color: #fff;
	}	
	
#query label,#query p {
	/*font-size: .9em;*/
	}
	
#query *.detail, #query p.detail {
	/* font-size: .85em; */
	}
	
div.formBorder {
	border:3px solid #000;
	padding: 8px 12px 8px 8px;
	}
	
* html div.formBorder {
	float: left;
	}	

form.flush, #query h3.flush { /* Also in text */
	margin-top: 0;
	}

.colLabel { /* Left column */
	position: relative;
	clear: both;
	width: 8em;
	margin-top: 4px;
	padding-top: 4px; /* Also set div_errors padding */
	text-align: right;
	}

.colField { /* Right column */
	position: relative;
	clear: none;
	margin-top: -1.4em; /* Shifts up to align w. .colLabel. Also change .padTop */
	margin-left: 8.6em; /* Also set .colButton margin */
	padding-left: 0;
	overflow: visible; /* could be a fix for double margin */
	}
	
.colButton {
	clear: both;
	margin-left: 8.6em;
	}	
	
.colSpacer {
	clear: both;
	height: .6em;
	overflow: hidden;
	}	
	
textarea, input.text, input.textShort, input.selectShort, input.textMedium, select {
	padding-left: 2px;
	padding-bottom: 2px;
	background: #fff;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	/*font-size: .9em; */
	overflow: visible; /* could be a fix for double margin */
	}
	
p input.textMedium,
p input.selectShort {
	font-size: 100%;
	}	
	
input.file { /* Pretty much zero CSS support for type="file" */
	border: 1px solid #9cb2cd;
	padding-left: 2px;
	padding-bottom: 2px;
	background: #fff;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	}	
	
input.button, a.button, a.button:hover {
	height: 21px;
	margin-top: 1em;
	margin-bottom: 0;
	border: 2px outset #fff;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	background: #36c;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 100%;
	}
	
input.button {
	display: block;
	margin: 1em 0 .8em 0;
	height: 2em;
	background: #111;
	/*outline-style: inset 1px;*/
	line-height: 1.45em;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	}	
	
#contentMain ul.listFlush {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#contentMain ul.listFlush li {
	margin-top: 0;
	margin-bottom: .2em;
	margin-left: 0;
	padding: 0;
	text-indent: 0;
	background: transparent none;
	line-height: 1.2em;
	}	
	
a.button:hover {
	border-bottom: 1px outset #fff;
	}	
	
#query h2 {
	margin-top: 1em;
	margin-left: -14px;
	margin-right: -14px;
	text-indent: 14px;
	margin-bottom: .6em;
	border-top: 1px solid #fff;
	padding-top: .3em;
	padding-bottom: .5em;
	background: transparent url(../img/bg-section.jpg) repeat-x;
	font-size:1.4em;
	color: #111;
	}

div.formDivider {
	margin: 1.6em 0 0 0;
	border-top: 1px solid #dee864;
	font-size: 1px;
	}

#query h3 {
	/*height: 1%; bad in IE7*/
	position: relative;
	margin-top: .8em;
	margin-bottom: 0;
	border-top: 1px solid #dee864;
	padding-top: .4em;
	}

p.button {
	line-height: 26px;
	}	
	
p input.button {
	margin-top: 0;
	}	
	
a.button, a.button:hover {
	padding-top: 4px;
	border: 1px outset #fff;
	}	

textarea, input.text {
	width: 350px;
	height: 3.6em;
	}
	
textarea.textMessage {
	height: 6em;
	}	
	
select {
	width: 255px;
	}
	
select.text, select.textMedium {
	padding-left: 0;
	}	

option {
	width: 100%;
	}	
	
.textMedium {
	width: 240px;
	}

.textShort {
	width: 7em;
	margin-right: 4px;
	}
	
.selectShort {
	width: 3.2em;
	}

.selectMedium {
	width: 130px;
	}	
	
form em {
	position: relative;
	display: block;
	padding-top: 2px;
	padding-bottom: .2em;
	line-height: 1.2em;
	font-style: normal;
	font-size: .93em;
	color: #383838;
	}	

.padTop { /* to offset negative margin space between fields */
	padding-top: 1.2em;
	}

.padBottom { /* to create space between fields */
	padding-bottom: 1em;
	}
	
.padLeft {
	padding-left: 1em;
	}

fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

fieldset.reader {
	position: relative;
	top: 0;
	left: 0;
	width: 99%;
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size: 100%; /* IE FIX: <ul> inherits .reader font-size */
	}
	
legend {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-weight: bold;
	color: #383838;
	}

legend.reader {
	position: absolute;
	left: -1000px;
	display: block;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin: -10px;
	padding: 0;
	text-indent: -1000px;
	}
	
.listRadio label {
	}
	
a.delete, a.delete:hover {
	display: block;
	margin-top: 1px;
	text-decoration: none;
	border-bottom: 0 none;
	}
	
code {
	white-space: pre;
	font-family: "Andale Mono", monospace;
	font-style: normal;
	font-size: 1.065em; /* cross checked */
	}
	
.wrapperContent ul.listFlush {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.wrapperContent ul.listFlush li {
	margin-top: 0;
	margin-bottom: .2em;
	margin-left: 0;
	padding: 0;
	text-indent: 0;
	background: transparent none;
	line-height: 1.2em;
	}	
	
/*----- FORM EXTENSIONS / MESSAGES ----*/	
	
.wrapperContent p.alert, 
.wrapperContent p.alertOK {
	width: 360px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	border: 2px solid #B4AB84;
	padding: 1em .3em 1.4em 36px;
	background: #fff url(../img/i-warning.gif) no-repeat;
	background-position: 6px .8em;
	line-height: 1.2em;
	color: #101010;
	}
	
.wrapperContent p.alertOK {
	background: #fff url(../img/i-ok.gif) no-repeat;
	background-position: 6px .8em;
	}
	
.wrapperContent p.alertOK a, 
.wrapperContent p.alert a {
	display: block;
	border: 0 none;
	padding-right: 28px;
	padding-bottom: 4px;
	background: transparent url(../img/bg-close.gif) no-repeat;
	background-position: right 0;
	text-decoration: none;
	color: #101010;
	}
	
.wrapperContent p.alertOK a:hover, 
.wrapperContent p.alert a:hover {
	background: transparent url(../img/bg-close-hover.gif) no-repeat;
	background-position: right 0;
	color: #101010;
	}


	
	