p {
	font: 10px verdana, arial;
	color: #666666;
	padding-bottom: 4px;
	margin: 0;
}

H2 {
	font: 13pt/16pt arial, verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/* mainTable div styles */
#mainTable
{
background-color: #EEEEEE;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
margin:0;
padding: 10px;
width: 553px;
}

* html #mainTable /* this is recognized by IE only */
{
width: 575px; /* total width, only for IE5.x/Win */
w\idth: 553px; /* content width for other IE */
}

#mainTable p {
font: 10px verdana;
color: #666666;
padding-bottom: 4px;
margin: 0;
}

#mainTable input, #mainTable select {
font: 10px verdana;
color: #666666;
}

#mainTable hr {
height: 0px;
border: dotted #999 0px;
border-top-width: 1px; 
} 

/* column widths */
#leftColumn {
width: 275px;
}
#gutter {
width: 5px;
}
#rightColumn {
width: 267px;
}

/* sets phone number titles to same width */
#work {
padding: 0 7px 0 0;
}
#home {
padding: 0 3px 0 0;
}

/* aligns zip/postal code title with input field */
#zip {
padding: 0 0 0 84px;
}

/* aligns country, area, number, and ext titles with input fields */
#country {
padding: 0 0 0 45px;
}
#area {
padding: 0 0 0 3px;
}
#number {
padding: 0 0 0 15px;
}
#ext {
padding: 0 0 0 34px;
}
/* text color for country, area, number, and ext titles */
#country, #area, #number, #ext {
color: #999999;
}

/* styles for last question: I understand I will be contacted by a UOP rep */
#acknowledge {
padding: 4px 6px 7px 6px;
margin: 8px 0 0 0;
background-color: #CCCCCC;
}

/* submit div styles */
#submit {
width: 575px;
height: 33px;
padding: 0;
margin: 0;
background: url(../img/submitBG.gif) no-repeat;
}

#submit input {
position: relative;
top: auto;
left: 465px;
}

.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #CCCCCC; 
 color: #666666; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
 width: 75px;
 height: 25px;

}
