﻿img
{
	border: none;
}

#message
{
	width: 430px;
	margin: 10px 0;
	font: normal normal bold 16px/18px 'Trebuchet MS' , 'Century Gothic';
	text-align: center;
	color: Navy;
}

#Alert
{
	width: 500;
	height: 600;
}

#IE
{
	position: relative;
	float: left;
	width: 216px;
	height: 78px;
	padding-top: 0px;
}

#firefox
{
	position: relative;
	float: left;
	width: 220px;
	height: 68px;
	padding-top: 5px;
}

#browserLinks
{
	width: 450px;
	height: 80px;
	margin-top: 20px;
}

#continueDiv
{
	text-align: center;
	margin: 10px 0 5px 0;
}

button
{
	height: 33px;
	line-height: 33px;
	width: 155px;
	font: normal normal bold 14px Calibri,Tahoma,sans-serif;
	padding-top: 5px 0 3px 0;
	color: #ffffff;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	background: transparent url(../CSSImages/window/Button.png) no-repeat 0% 0%;
	background-attachment: scroll;
}

button:hover
{
	color: #fff;
	background: transparent url(../CSSImages/window/Button.png) no-repeat 0px -33px;
}
