/* CSS Document */

body {
margin: 0;
padding: 0;
background: #FFFFCC;
font: 80% verdana, arial, sans-serif;
}

table {
	background-color:#CCFFCC;
	border: 3px solid blue;
	border-collapse:separate;
	empty-cells:show;
	border-spacing: 3px;
	margin-left: auto;
	margin-right: auto;
	width:auto;
}

td {
	border: 1px solid blue;
	padding:3px 3px 3px 3px;
}

caption {
	margin-top:5px;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
	color:blue;
}

#tdcol1 {
	text-align: right;
}

#tdcol2 {
	text-align: left;
}

#button {
	text-align:center;
}

#footer {
	background: #ccc;
	width: 100%;
	margin: 10px 0px 10px 0px;
	bottom: 10px;
	padding: 5px 5px 5px 5px;
	height: 10px;
}

#Zip {
	width: 45px;
	text-align:left;
}

#Plus4 {
	width: 40px;
}

#Mileage {
	width: 45px;
}

/* Settings for AddNewMedPersonal.php */

#NMPLabel {
	text-align:right;
	width: 80px;
}
