﻿/* **************** Noteworthy Area Styles (Begin) ******************* */
.noteworthy{
	width: 213px;
	z-index: 5;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -485px;	
	background-color: transparent;
}

/*.noteTop2, .noteMid, .noteBottom{
    .opacity:0.5;
	.filter:alpha(opacity=50);
}*/

.noteTop2{
	background: transparent url(../img/noteTop2.gif) no-repeat top center;
	height:15px;
	background-image: url(../img/noteTop2.png);
	.background-image: url(../img/noteTop2.gif);
}

.noteMid{
    background: transparent url(../img/noteMid.gif) repeat-y top center;
	background-image: url(../img/noteMid.png);
	.background-image: url(../img/noteMid.gif);
}

.noteMid p{	    
	padding: 5px 15px;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
}

.noteBottom{
	background: transparent url(../img/noteBottom.gif) no-repeat bottom center;
	height:15px;
	background-image: url(../img/noteBottom.png);
	.background-image: url(../img/noteBottom.gif);
}

/* **************** Noteworthy Area Styles (End) ********************* */