html,body
	{
		margin:0;
		padding:0;
	}

	a, a:visited
	{
		color: #813995;
		text-decoration: none;
	}

	a:hover
	{
		text-decoration: underline;
	}

	
	body
	{
		padding:7px 13px 7px 13px;
		background-image: url(../images/popup/mynelife_popWin_bg.gif);
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #6D4E71;
	}

	h1
	{
		margin:0;
		padding:0;
		background-image: url(../images/popup/mynelife_popWin_header.gif);
		background-repeat: no-repeat;
		width: 190px;
		height: 25px;
		position: absolute;
		top: 27px;
		left: 50px;
	}

	.hidden
	{
		display: none;
	}

	p#questionText
	{
		font-weight: bold;
		position: absolute;

		top: 80px !important;
		top: 93px;
		left: 44px;
	}

	#buttonsDiv
	{
		position: absolute;
		top: 138px;
		left: 40px;
		width: 230px;
		border-top: 1px solid #6D4E71;
		border-bottom: 1px solid #6D4E71;
		padding: 7px 0px 0px 0px !important;
		padding: 15px 0px 7px 0px;
	}

	#yesButton
	{
		display: block;
		width: 104px;
		height: 20px;
		background-image: url(../images/popup/mynelife_popWin_btnYes_off.gif);
		background-repeat: no-repeat;
		float: left;
		margin-bottom: 10px;
	}

	#yesButton:hover
	{
		background-image: url(../images/popup/mynelife_popWin_btnYes_on.gif);
	}

	#noButton
	{
		display: block;
		width: 104px;
		height: 20px;
		background-image: url(../images/popup/mynelife_popWin_btnNo_off.gif);
		background-repeat: no-repeat;
		float: left;
		margin-left: 5px;
		margin-bottom: 10px;
	}

	#noButton:hover
	{
		background-image: url(../images/popup/mynelife_popWin_btnNo_on.gif);
	}
	
	#footerText
	{
		position:absolute;
		bottom: 10px !important;
		bottom: 15px;
		left: 44px;
		margin-right: 5px;
		font-size: 11px;
		color: #000;
	}

