﻿/* Properties for the Leaving Site message box. */
#MessageBoxOpacity
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	border: none;
	display: none;
	/*background-color: black;

	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;*/
}

#MessageBoxContainer
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	border: none;
	display: none;
}

#MessageBox
{
	position: relative;
	margin: 0 auto;
	padding: 25px;
	top: 300px;
	width: 300px;
	height: 80px;
	border: 2px solid #AFAFAF;
	color: red;
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #7D7C7C;
	display: none;
}

#MessageBox a:link, #MessageBox a:visited, #MessageBox a:active
{
	color: #666666;
	text-decoration: underline;
}

#MessageBox a:hover
{
	color: #666666;
	text-decoration: none;
}

/* Properties for the Send Link message box. */
#SendLink
{
	position: relative;
	margin: 0 auto;
	padding: 5px 25px 25px 25px;
	top: 300px;
	width: 330px;
	border: 2px solid #AFAFAF;
	color: red;
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #7D7C7C;
	display: none;
}

#SendLink a:link, #SendLink a:visited, #SendLink a:active
{
	color: #666666;
	text-decoration: underline;
}

#SendLink a:hover
{
	color: #666666;
	text-decoration: none;
}

#SendLink input
{
	border: 1px solid #AFAFAF;
}

#SendLink h1
{
	font-size: 16px;
}

.SendLinkButton
{
	color: #7D7C7C;
	background-color: #FFFFFF;
}
