	#wrap {
		top: 0px;
		left: 0px;
		width: 400px;
		height: 915px;


		padding: 20px 30px 30px 30px;

		background: #dff0fe; /* for non-css3 browsers */

		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dff0fe'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#dff0fe)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #FFFFFF,  #dff0fe); /* for firefox 3.6+ */

		margin-bottom: 30px;

		border: thin solid black;


	}

	img {

	border: none;

	}

	#logo {

		position: inherit;
		width: auto;
		height: auto;
		top: 30px;
		right: 30px;

	}

	#answer {

		visibility: hidden;

	}


	#betab {

		position: inherit;
		visibility: hidden;

	}

	#calculator {

		position: inherit;
		top: 80px;
		width: 432px;
		height: 775px;



	}



	#question {

		position: inherit;
		padding: 5px 20px 5px 40px;
		margin: 0px 0px 0px 0px;


	}


	#result {

		visibility: hidden;

	}


	h7 {font-size: 14px; }

	h8 {font-size: 16px; }

	p2 {font-size: 12px; font-weight: 500;}

	p3 {font-size: 16px; font-weight: bold;}


/* h7=h2=liferay h4, h8=h3 p=p2, p2=p3*/	