<style>
		.content{
			width: 680px;
			height: 510px;
		}
		.titlebox{
			background-color: white;
			filter: alpha (opacity=65);
			opacity:0.65;
			padding: 10px;
			width:40%;
		}
		.title{
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			padding-bottom: 20px;
			padding-top: 20px;
		}
		.copybox{
			background-color: White;
			filter: alpha (opacity=90);
			position: relative;
		}
		.copy{
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			position: relative;
			padding:4px;
		}
</style>
