.notification {
	bottom: 10px;
	right: 10px;
	position:absolute;
    width:250px;
        height: 100px;
    border: solid 1px black;
    margin: 0px 0px 0px 20px;
    background-color: black;
    display:none;
    font-size:13px;
    background: url(http://www.twopeasinabucket.com/new_graphics/notification/back.png) repeat;
    background-color: Transparent;
    /*background-color:#000; */
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    z-index: 99999;
}

.notification table {
    height: 90px;
}

.notification .notificationTop {
    padding: 4px;
    color: #ffffff;
    text-align: right;
}

.notification .notificationTitle {
    text-align: left;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float:left;
}
.notification .closeButtonPosition {
    top: 3px;
    right: 3px;
    position: absolute;
    display: none;
}

.notification .notificationBody {
    padding: 10px;
    text-align: left;
    color: #ffffff;
}

.notification a {
	color:white;
	text-decoration: underline;
	}
.notification a:hover {
	text-decoration: none;
	}
	
#noScriptEvents {
    margin-top: 10px;
    border: thin solid red;
    width: 98%;
}

.topRightNotification {
    width: 300px;
    height: 180px;
    top: 30px;
    right: 30px;
    color: #ffffff;
}
.topRightNotification .notificationBody {
    padding: 5px;
    margin: 0;
}
.topRightNotification table {
    height: 60px;
}
.topRightNotification .notificationFooter {
    margin-top: 5px;
}
