
form {
    width: 55em;
    position: relative;
}

form h1 {
    padding: 0em 0em 0em 1em; 
    margin: 0;
}

fieldset {
	margin: 3em 0em 2em 0em;
    border: 1px solid #ccc;
    background: #eaeaea;
    padding: 0em 0em 1em 0.5em;
}

fieldset legend {
    padding: 0.3em 1em;
    font-weight: bold;
    color: black;
    background: #fafafa;
    border: 1px solid #ccc;
}

fieldset p.description {
	margin: 2em 0 0.5em 11em;
	color: #444;
}

fieldset p {
	margin: 0.3em 0;
}

fieldset p label {
	display: block;
	float: left;
	clear: left;
	width: 10em;
	text-align: right;
	padding: 0.3em 1em 0 0;
	white-space: nowrap;
}

fieldset p input {
   font-size: 100%; 
   font-family: Verdana; 
   width: 15em;
   border: 1px solid #ccc;
   height: 1.4em;
}

fieldset ul {
	margin: 0 0 0 11em;
	padding: 0;
	list-style-type: none;
}
fieldset ul li {vertical-align: baseline;}
fieldset ul label {padding-left: 0.25em;}


select {
	width: 15em; 
	font-size: 100%; 
	font-family: Verdana;
	border: 1px solid #ccc;
}
select optgroup {
	font-style: normal;
	color: #666;
	padding-bottom: 1em;
}

select optgroup option {
	color: black;
}

fieldset textarea {
	border: 1px solid #ccc;
}

/* medium width input fields next to select */
#newSubstrate1, #newSubstrate2,
#newSurface1,  #newSurface2,
#otherTempText, #newViscosity {
	width: 25em;
}

#tempKind {
	width: 30em;
}

/* broad width text input fields */
#newTempKind,
#surrGas,
#surrLiquid,
#pressure,
#vacuum,
#newMechanics,
#appType,
#newPhysicalProperties {
	width: 40em;
}
#additionalInfo textarea {
		width: 33em;
		height: 20em;
}
#contactData input {
	width: 25em;
}

#contactData textarea {
	width: 33em; 
	height: 5em;
}

#submitButtons {
    text-align: right;
    padding: 0 0em 3em 0;
    margin: 0;
}

#submitButtons input {
    width: 7em;
    margin-left: 1em;
    font-size: 1em;
}

#faxHeader {
	display: none;
}

#printNote	{
	width: 55em;
	line-height: 1.5em;
}

#configData {
	display: none;
}