﻿.warningbox {background:#fcd1d9 url("/images/warningbox-icon.png") no-repeat;border:1px solid red;margin:0;padding:0!important}
.successbox {background:#d2fad2 url("/images/successbox-icon.png") no-repeat;border:1px solid #00AA00;margin:0;padding:0!important}
.informationbox {background:#ffdfbd url("/images/informationbox-icon.png") no-repeat;border:1px solid orange;margin:0;padding:0!important}

.ucInfoboxInner{padding:6px 26px 6px 33px!important;}
.ucInfoBoxClose{margin:5px;width:16px;height:16px;float:right}
.ucInfoboxInner h1{font-size:10pt;font-weight:bold;color:Black; margin:0; margin-bottom:6px}

.informationbox .ucInfoBoxClose{background:url("/images/informationbox-close.png") no-repeat;}
.warningbox .ucInfoBoxClose{background:url("/images/warningbox-close.png") no-repeat;}
.successbox .ucInfoBoxClose{background:url("/images/successbox-close.png") no-repeat;}

.ucInfoBoxButton{width:75px;padding:3px;margin-top:5px;text-align:center;color:black!important;font-weight:normal!important;cursor:pointer}

.informationbox .ucInfoBoxButton{border:1px solid #fac48b;background:#ffdfbd}
.warningbox .ucInfoBoxButton{border:1px solid #ffb2c0;background:#fcd1d9}
.successbox .ucInfoBoxButton{border:1px solid #79db79;background:#d2fad2;}

.warningbox h1 {border-bottom:1px solid #ffb2c0;padding:0}
.informationbox h1 {border-bottom:1px solid #fac48b;padding:0;}
.successbox h1 {border-bottom:1px solid #79db79;padding:0}