
/**
 * ohSnap

.alert { position:fixed; bottom:5px; z-index:9999; right:5px; color:#333333; padding:12px 24px; background:#efefef; font-size:12px; 
-webkit-border-radius: 4px;
border-radius: 4px; 
}
 */
.alert-red { background:#C00; color:#fff; }
.alert-green { background:#6C6; color:#fff; }

#ohsnap { width:100%; position:fixed; top:50%; left:0; z-index:9999; }
.alert { display:block; width:80%; max-width:48em; margin:0 auto; position:relative; padding:.8em 1em; font-size:.9em;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

/**
 * colorbox
 */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}#cboxWrapper {max-width:none;}#cboxOverlay{position:fixed; width:100%; height:100%;}#cboxMiddleLeft, #cboxBottomLeft{clear:left;}#cboxContent{position:relative;}#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}#cboxTitle{margin:0;}#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}.cboxIframe{width:100%; height:100%; display:block; border:0;}#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#43453f}
#colorbox{ outline:none; }
#cboxContent{margin:10px 40px;overflow:visible}
.cboxIframe{background:#fff}
#cboxError{padding:50px;border:1px solid #dedede}
#cboxLoadedContent{background:#43453f;padding:5px;-webkit-overflow-scrolling:touch}
#cboxLoadingGraphic{}
#cboxLoadingOverlay{background:#dedede}
#cboxTitle{position:absolute;top:-22px;left:0;color:#000}
#cboxCurrent{position:absolute;top:-22px;right:205px;text-indent:-9999px}
#cboxSlideshow,#cboxPrevious,#cboxNext,#cboxClose{width:40px;height:40px;position:absolute; padding:0; top:-20px; border:0; outline:none; }

#cboxPrevious,#cboxNext,#cboxClose { font-size:20px; line-height:40px; text-align:center; color:#555555; background:#333333; }
#cboxPrevious:hover,#cboxNext:hover,#cboxClose:hover { background-color:#1f1f1f; color:#fff; }
#cboxPrevious,#cboxNext,#cboxClose{width:40px;height:40px} 
#cboxPrevious{left:-40px;top:50%;margin:-15px 0 0} 
#cboxPrevious:hover{} 
#cboxNext{right:-40px;top:50%;margin:-15px 0 0} 
#cboxNext:hover{} 
#cboxClose{right:-40px;top:0} 
#cboxClose:hover{} 
#cboxLoadedContent {
-webkit-box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 0.1);        
        box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 0.1);	
}
.cb_popup { padding:20px; }
.cb-book #cboxContent { margin:0;  }
.cb-book #cboxLoadedContent { padding:0; }
.cb-book #cboxClose { top:0; right:0; width:60px; height:60px; line-height:60px; } 