/* compact [
	lib/farbtastic_1_3/farbtastic.css
	page=palette.css
] 91.1% */

/* lib/farbtastic_1_3/farbtastic.css */
.farbtastic{position:relative;}
.farbtastic *{position:absolute;cursor:crosshair;}
.farbtastic,.farbtastic .wheel{width:195px;height:195px;}
.farbtastic .color,.farbtastic .overlay{top:47px;left:47px;width:101px;height:101px;}
.farbtastic .wheel{background:url(http://arpeije.fr/lib/farbtastic_1_3/wheel.png) no-repeat;width:195px;height:195px;}
.farbtastic .overlay{background:url(http://arpeije.fr/lib/farbtastic_1_3/mask.png) no-repeat;}
.farbtastic .marker{width:17px;height:17px;margin:-8px 0 0 -8px;overflow:hidden;background:url(http://arpeije.fr/lib/farbtastic_1_3/marker.png) no-repeat;}

/* page=palette.css */
.colorpicker{border:thin solid #3874b0;background:#fff6f6;text-align:center;height:auto;width:200px;position:absolute;display:block;z-index:99999009;}
.colorpicker_bar{background-color:#3874b0;color:white;height:16px;font-size:12px;font-weight:bold;margin:0;padding:2px;text-align:left;}
.colorpicker_close{float:right;font-size:8px;font-weight:bold;margin:2px;border:thin solid transparent;color:white;-moz-border-radius:2px}
.colorpicker_close:hover{border:thin outset #3874b0;background:#edf3fe;color:black}
.hover{cursor:pointer;}
#colorpicker{display:block;}


