.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: 30px;
margin:0px 0 6px 170px;
padding:10px 25px 10px 60px;
background-repeat:no-repeat;
background-position:15px center;
border-width: 2px;
border-style: solid; 
position: relative;
width:40%;
}

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

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


.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/tick.png");
border-color:#99C600;
color:#3C5A01;
}
