/*

Cascading Style Sheets
Copyright S-TORM.COM / All Rights Reserved.

*/

.switch {display:block; font-size:1px; width:27px; height:16px; background:url(on.gif); cursor:pointer;}
.off {background:url(off.gif);}
.hide {display:none;}
.show {position:absolute; display:block; width:500px; background:#d04545; border:2px solid #c51f1f; padding:3px; margin-top:3px; z-index:500; filter:alpha(opacity=100);	-moz-opacity:1.0;	opacity: 1.0;}
.show img {float:left; padding: 0px 3px 3px 0px;}