/* CSS Document */

/**************************/
/*       Page Level       */
/**************************/

.enotify{
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BABABA;
	border-right-color: #BABABA;
	border-bottom-color: #BABABA;
	border-left-color: #BABABA;
	font-size: 17px;
	color: #0012ff;
	padding-top: 7px;
	padding-bottom: 16px;
	line-height: 20px;
	width: 304px;
	margin-bottom: 21px;
	cursor:default;
}
.enotify table {
	margin-left: 17px;
	cursor:default;
}

.enotify td {
	width: 268px;
	height: 80px;
	cursor:default;
}




/**************************/
/*         Floater        */
/**************************/


.enotifyjs{
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
	position: absolute;
	background-image: url(/images/notifier/emn-bgd.gif);
	width: 379px;
	left: 63px;
	top: 64px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	background-color: #FFFFFF;
	padding-bottom: 28px;
	cursor: pointer;
}
.enotifyjs table{
	margin-top: 98px;
	margin-left: 39px;
	cursor: pointer;
}
.enotifyjs td{
	text-align: center;
	width: 300px;
	height: 67px;
	cursor: pointer;
}

