.popup_window {
	background: url(/images/other/popup-bk.jpg) repeat-x !important;
	border: 3px solid #fff !important;
	color: #000;
}

#imprint_window h2 {
	text-align: center;
}

#imprint_window p {
	font-weight: normal;
	font-size: 11px;
}

#imprint_window .lineTitle  {
	color: red;
	font-weight: bolder;
}
#imprint_yes {
	background: url(/images/other/yes.png) transparent no-repeat;
	border: none;
	width: 43px;
	height: 24px;
	font-size: 0px; line-height: 0;
	color: transparent;
	text-transform: capitalize; /* borked IE negative indent issue fix */
	display: block;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

#imprint_no {
	background: url(/images/other/no.png) transparent no-repeat;
	border: none;
	width: 39px;
	height: 24px;	
	font-size: 0px; line-height: 0;
	color: transparent;
	text-indent: -999px;
	text-transform: capitalize; /* borked IE negative indent issue fix */
	display: block;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.imprint_alert {
	color:#f00;
	font-weight: bolder;
}

