.toolTipNote{
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin: 5px 0px 0px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	z-index: 0;
	visibility: hidden;
	position: absolute;
	white-space: nowrap;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.notify_box {
border-radius:4px;
-moz-border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px; 
-khtml-border-radius:4px;
clear:both;
min-height: 30px;
line-height: 15px;
margin:0 0 0 10px;
padding:20px 25px 20px 60px;
background-repeat:no-repeat;
background-position:15px center;
border-width: 2px;
border-style: solid; 
position: relative;
}

.notify_box p {
color: #333333;
font-size: 12px;
margin: 0;
padding: 0;
}

.notify_box span {
background: url(images/cross_grey_smallOFF.png) no-repeat right top;
display: block;
width: 7px;
height: 7px;
position: absolute;
top:5px;
right: 5px;
}

.notify_warning {
background-color:#FFEAA8;
background-image:url("images/error.png");
border-color:#FFC237;
color:#826200;
}

.notify_information {
background-color:#D0E4F4;
background-image:url("images/information.png");
border-color:#418ACC;
color:#235685;
}

.notify_error {
background-color:#FCCAC2;
background-image:url("images/attention.png");
border-color:#EB5339;
color:#AC260F;
}

.notify_confirmation {
background-color:#EFFFB9;
background-image:url("images/success.png");
border-color:#99C600;
color:#3C5A01;
}
