/* common css framework */
.fr { float:right }
.fl { float:left }
.fnone { float:none }
.ar { text-align:right }
.al { text-align:left }
.ac { text-align:center }
.w15 { width:15% }
.w20 { width:20% }
.w25 { width:25% }
.w50 { width:50% }
.w75 { width:75% }
.w100 { width:100% }

/* messages */
.flash-message {padding:10px;border-radius:5px;margin-bottom:10px}
.flash-message .flash-message-icon {width:12px;height:12px;display:block;margin-right:10px;float:left}
.flash-message .flash-message-text {}

.flash-message.error {border:1px solid #CC0A0C;background-color:#FEF8F6;color:#CC0A0C}
.flash-message.error .flash-message-icon {background:url(img/icons.png) -13px 0px no-repeat}
.flash-message.error a {color:#CC0A0C;font-weight: bold;}

.flash-message.notice {border:1px solid #FCEFA1;background-color:#FBFAF3;color:#555}
.flash-message.notice .flash-message-icon {background:url(img/icons.png) 0px 0px no-repeat}
.flash-message.notice a {color:#555;font-weight: bold;color:blue}

/* button */

a.cmsbutton {display:inline-block;border:1px solid #ddd;background-color:#FCEFA1;color:#666;font-weight:bold;border-radius:3px;text-align:center;padding:5px 8px;text-decoration:none;margin-right:5px}
a.cmsbutton:hover {background:#ffffcc}

.cmsajaxloader {background:#fff url("img/ajaxloader.gif") center center no-repeat;width:100%;height:50px;border:1px dotted #ddd}