SUBSCRIPT { font-size: 70% }
 	#deliv_table {
 		 width: 400px;
 		 margin: 20px;
 	}
 	#deliv_table td {
 		border-bottom: 1px solid #eee;
 		padding: 3px;
 		vertical-align: middle;
 	}
 	#deliv_table tr#deliv_head td {
 		border-bottom: 2px solid #274368;
 	}
tr.credit_new td {
background: #F6FAFF;
padding: 0;
}
form#checkout1 table#cart_table_new td {
padding-top: 5px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 20px;
}
form#checkout1 input.text, form#checkout1 select {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
background-color: #f6f6f6;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
width: 100%;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
