#modalContent {
	background: url(../Pictures/bkgnd_left_popup.gif) 0 0 repeat-y;
	padding: 15px 15px 15px 50px;
}

#modalContent p, 
#modalContent table {
	color: #333;
}

#modalContent table {
	width: 95%;
}

#modalContent .legend {
	font-weight: bold;
	color: #0051A2;
}
#modalContent .legend.qty {
	text-align: right; 
	font-weight: normal;
	white-space: nowrap;
}

#modalContent .indent {
	margin-left: 15px;
}

#modalContent .sep {
	/*height: 1px; 
	background-color: #CCC;*/
	border-bottom: 1px solid #CCC;
}

#modalContent .button {
	float: right;	
	color: #FFF; 
	font-weight: bold; 
	cursor: pointer;
	background-color: #009966; 
	border: 1px outset #009966;
	margin-top: 20px;
	padding: 0 5px 1px 5px;		
	height: 17px;
	margin-left: 10px;
}

#modalContent .footer {
	clear: both;
}

#modalContent input, 
#modalContent textarea, 
#modalContent select {
	border: 1px solid #99CC99;
}

#modalContent a {
	color: #0051A2;
	border-bottom: 1px dotted #0051A2;
}
#modalContent a:hover {
	border-bottom-style: solid;
}

#modalContent h1 {
	padding-bottom: 15px;
	font-size: 15px;		
	color: #0051A2;
	border-bottom: 1px solid #0051A2;
}
#modalContent h2 {
	padding-bottom: 15px;
	font-size: 13px;
	color: #009966;
	border-bottom: 1px solid #0051A2;
}
#modalContent h3 {
	font-size: 13px;
	color: #0051A2;
}
#modalContent h4 {
	font-size: 11px;
	color: #0051A2;
}

#modalContent #add_to_cart img {
	display: inline;
}

#modalContent #add_to_cart a {
	font-weight: bold;
	border: none;
}

#modalContent #order_by_fax {
	float: left;
	margin-top: 20px;
}