
/* ------------- containers */

/* =divs */
div#container { 
	position : absolute;
	width : 800px; 
	margin : 0 0; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -12px;
	background : url(/img/siteimages/contactbkg.jpg) no-repeat left bottom;  
}
/* ------------- left styles */

/* =paymentinfodiv */
div#paymentinfodiv {
	position : relative;
	width : 240px;
	left : 20px;
	top : 8px;
	float : left;
}
div#paymentinfodiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
}
div#paymentinfodiv p a:link { 
	color : #000; 
	font-weight: bold;
	text-decoration : underline;
}
div#paymentinfodiv p a:visited { 
	color : #000; 
	font-weight: bold;
	text-decoration : underline;
}
div#paymentinfodiv p a:hover { 
	color : #FD9D4D; 
	font-weight: bold;
	text-decoration : underline;
}
div#paymentinfodiv span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #FD9D4D;
}
/* =billinginfodiv */
div#billinginfodiv {
	position : relative;
	width : 230px;
	top : 8px;
	float : right;
}
div#billinginfodiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
}
div#billinginfodiv span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #FD9D4D;
}
#PaymentName, #PaymentAddress, #PaymentCity, #PaymentZip, #PaymentPhone, #PaymentEmail, #PaymentInvoice, #PaymentAmount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5f6e7c;
	border: 1px solid #000;
	padding : 3px 2px 3px 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5f6e7c;
	border: 1px solid #000;
	padding: 1px;
	width: 160px; 
	margin-top: 5px;
	margin-bottom: 5px;
}

#PaymentName:focus, #PaymentAddress:focus, #PaymentCity:focus, #PaymentZip:focus, #PaymentPhone:focus, #PaymentEmail:focus, #PaymentInvoice:focus, #PaymentAmount:focus {
	color: #000000;
	background-color: #ffc;

}
select:focus {
	color: #000000;
	background-color: #ffc;
}

/* ------------- right styles */

/* =spacerdiv */
div#spacerdiv {
	position : relative;
	width : 260px;
	height: 579px;
}

.hint {
	display: none;
	position: absolute;
	right: -200px;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background-color: #ffc;
	opacity: 0.9;
	z-index: 100;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/img/pointer.gif) left top no-repeat;
    z-index: 100;
}
