body {
	FONT-FAMILY: tahoma, verdana, arial, sans-serif, Lucida Sans;
  FONT-SIZE: 12px;
}

.bonushead {
	border-top: 1px solid RGB(86, 9 ,2);
	border-bottom: 1px solid RGB(86, 9 ,2);
	color: white;
	padding: 2px;
	background-image: url("images/grad.jpg");
	background-repeat: y-repeat;
}
.bonusbody {
	padding-left: 8px;
}
.inp {
	border: 1px solid RGB(86, 9 ,2);
}
.btn {
	border: 1px solid RGB(86, 9 ,2);
	background-image: url("images/grad.jpg");
	background-repeat: y-repeat;
	color: white;
}

.comments_tbl {
	border: none;
}

.comments_tbl td {
	padding-top: 7px;
	border-bottom: 1px solid gray;
}

#popup {
		border-collapse: collapse;
		display: none;
		z-index: 10;
		border: none;
		width: 100%;
		height: 100%;			
		position: fixed;	
		top: 0;
		left: 0;
		//position: absolute;
		top: expression(
			document.getElementsByTagName( 'body' )[0].scrollTop + "px"
		);
	}
			
	.darkness {
		opacity: 0.7;
		background-color: black;	
		filter: alpha(opacity=70 finishOpacity=70 style=0);	
		color: white;			
	}
			
	.pform {
		border: 4px solid RGB(173,194,55);
		background-color: white;
		color: #555555;
		FONT-FAMILY: tahoma, verdana, arial, sans-serif, Lucida Sans;
		font-size: 12px;
		line-height: 20px;
		width: 420px;
		height: 350px;
		vertical-align: top;
	}		
	
	.ptitle {
		text-align: center;
		padding: 4px;
		font-size: 16px;
		font-weight: bold;
		color: white;
		background-color: RGB(173,194,55);
		border: 1px solid RGB(173,194,55);
	}	
			
	.phead {
		padding-top: 40px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
			
	.pbody {
		padding-left: 10px;
		text-align: left;
		color: #555555;
		FONT-FAMILY: tahoma, verdana, arial, sans-serif, Lucida Sans;
		font-size: 12px;
		line-height: 20px;
	}
			
	.highlight {
		display:inline;
		font-size: 16px;
		color: red;
		font-weight: bold;
	}
	
	.pprice {
		display: inline;
		font-size: 12px;
	}
			
	.pfoot {
		padding-left: 10px;
		text-align: left;
		font-size: 10px;
		position: relative;
		top: 10px;
		color: RGB(200, 200, 200);
	}
			
	.pfoot a {
		font-size: 10px;
		text-decoration: none;
		color: white;
	}
	
	.pinput {
		border: 1px solid RGB(173,194,55);
		width: 100px;
		height: 24px;
	}
	
	.psubmit {
		border: 1px solid RGB(173,194,55);
		background-image: url("images/perstren3flip_02.jpg");
		background-repeat: x-repeat;
		color: #555555;
		width: 100px;
		height: 24px;
	}
	
	.psubmit:hover {
		background-color: RGB(173,194,55);
		cursor: pointer;
	}
	
	.psubmit:active {
		background-color: RGB(173,194,55);
		cursor: pointer;
	}