﻿/*Modal Popup*/

.modalPopUpBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 10px;
	width: 320px;
	height: 420px;
}

.popUpTipsAFriendContent
{
text-align: left;
}


.btnLeftPositioned
{
	position:absolute;
	left:10px;
	width:160px;
	padding-top:0px;
	}

.btnRightPositioned
{
	position:absolute;
	right:10px;
	width:160px;
	text-align:right;
	padding-top:0px;
	}
	