

.customerid {

    color: black;


}
.addressbox{
	
	
	padding-top: 3;
	padding-bottom: 3;
	border-style: groove;
	
	border-color: silver black;
	white-space:nowrap;


}
.address {
	padding-top: 1em;
	color: silver black;
	padding-left: 2em;
	padding-bottom: 3;
}
.name {
	text-decoration: underline;
	font-size: 105%;
	color: black;
	padding-left: 3;
}
.notes {
	width:300px;
	height:400px;
	border-style: ridge;
	background-image: url("http://www.fdlpaintinginc.com/images/notebook.gif");
	border-color: silver black;
	width: 100%;
	background-repeat : repeat-y;
	padding-left: 1em;
	text-align: left;
	text-indent: 25px;
	
}
.notestext {
	padding-right: 3;
	padding-bottom: 3;
	font-family: Arial;
	font-size: 85%;
	text-indent: 25px;
	padding-left: 1em;
	color: blue;
	
}

