/* @override http://localhost//wiggy/wiggy.css */

.wiggy_toolbar { background-color:#FFF; overflow:hidden; }
.wiggy_toolbar .button { background:transparent url(wiggy.png) scroll no-repeat -1px -1px; border-right: 1px solid #c6c6c6; border-left: 1px solid #b8b8b8; border-top:1px solid #C9C9C9; border-bottom:1px solid #C9C9C9; height: 24px; width: 24px; cursor:pointer; margin:0; padding:0; overflow:hidden; }
.wiggy_toolbar .button+.button { margin:0 0 0 1px; }
.wiggy_toolbar .button:hover { border: 1px solid #7c7e7e; }
.wiggy_toolbar .button.bold { background-position:-1px -1px; }
.wiggy_toolbar .button.createlink { background-position: -1px -73px; }
.wiggy_toolbar .button.italic { background-position: -1px -25px; }
.wiggy_toolbar .button.unlink { background-position: -1px -97px; }
.wiggy_toolbar .button.underline { background-position: -1px -49px; }
.wiggy_toolbar .button.html { background-position: -1px -121px; }
.wiggy_toolbar_handle { background-color: #bebebe; height: 12px; }
.wiggy_toolbar .button_wrapper { padding: 1px; overflow:hidden; display:block; border-left:1px solid #CCC; border-right:1px solid #CCC;  border-bottom:1px solid #CCC;float:left; }

.wiggy_modal { position:fixed; top:0; left:0; right:0; bottom:0; }
.wiggy_overlay { position:absolute; left:0; bottom:0; right:0; top:0; background:transparent url(overlay.png) scroll repeat 0 0; }
.wiggy_mcontent { position:absolute; z-index:999999; background:#FFF; width:400px; left:50%; margin-left:-200px; top:40%; }
.wiggy_box { padding:1em 1.5em; }
.wiggy_mcontent .element label { float:left; width:5em; text-align:right; margin:0 .5em 0 0; color:#666; }
.wiggy_mcontent .element.confirm { margin:0 0 0 5.5em; }


#wiggyiframe { margin:0; border-top:1px solid #777; border-left:1px solid #777; border-bottom:1px solid #BBB; border-right:1px solid #AAA; outline:none; background:#FFF; -moz-box-shadow: inset 0 0 7px #888;-webkit-box-shadow: inset 0 0 7px #888;box-shadow: inner 0 0 7px #888;}