.patience_off
{
	border           : 1px solid #0A3C86;
	background-color : #F2F5F8;
	width            : 380px;
	height           : 80px;
	padding          : 10px;
	padding-top      : 17px;
	font-family      : Arial;
	font-size        : 12pt;
	font-weight      : bold;
	text-decoration  : none;
	color			 : #0A3C86;
	position         : absolute;
	left             : 0px;
	top              : 0px;
	vertical-align   : bottom;
	text-align       : center;
	display : none;
}

.patience_on
{
	border           : 1px solid #0A3C86;
	background-color : #F2F5F8;
	width            : 380px;
	height           : 80px;
	padding          : 10px;
	padding-top      : 17px;
	font-family      : Arial;
	font-size        : 12pt;
	font-weight      : bold;
	text-decoration  : none;
	color			 : #0A3C86;
	position         : absolute;
	vertical-align   : bottom;
	text-align       : center;
	z-index : 50;
}
