FORM .captcha-img
{
	cursor: pointer;
}
FORM .req-label
{
	color: #FF0000;
}
.ui-autocomplete
{
	z-index: 900!important;
}
/*GALLERY FORM*/
.permute_form FIELDSET.gallery
{
	max-width: 500px;
}
UL.imgBoxGallery
{
	display: block;
	overflow: hidden;
	float: none;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
UL.imgBoxGallery > LI
{
	position: relative;
	z-index: 200;
	display: block;
	overflow: hidden;
	width: 70px;
	height: 70px;
	line-height: 70px;
	float: left;
	margin: 5px;
	padding: 0;
	text-align: center;
        border: 1px solid #CCC;
        -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
UL.imgBoxGallery > LI > .imgItem, UL.imgBoxGallery > LI > UL.commands
{
	overflow: hidden;
        position:absolute;
        top:0; left:0;
        background-color: transparent;
        border: none;
	width: 100%;
	height: 100%;
	margin: 0; padding: 0;
	text-align: center;
}
UL.imgBoxGallery > LI > .imgItem {display:table;}
UL.imgBoxGallery > LI > .imgItem > SPAN
{
	display: table-cell;
	background-color: #FFF;
	vertical-align: middle;
	white-space: nowrap;
}
UL.imgBoxGallery > LI > .imgItem > SPAN > IMG
{
	display: block;
	margin: 0 auto;
        max-width: 70px;
        max-height: 70px;
        width: auto;
        height: auto;
}
UL.imgBoxGallery UL.commands {
    display: block;
    list-style: none;
    z-index: 600;
}
UL.imgBoxGallery UL.commands > LI.command {
    display:none;
    position:absolute;
    z-index:600;
    margin:0; padding:0;
    overflow:hidden;
    cursor:pointer;
}
UL.imgBoxGallery UL.commands > LI.command > span {display:none;}
UL.imgBoxGallery > LI.active UL.commands > LI.command {display:block!important;}
UL.imgBoxGallery UL.commands > LI.imgFile
{
	display: block;
	position: absolute;
	z-index: 500;
	top: 0; left: 0;
        width: 100%;
        height: 100%;
        margin:0; padding:0;
	background-color: transparent;
}
UL.imgBoxGallery UL.commands > LI.imgFile INPUT
{
	display: block;
	position: relative;
	width: 700px;
	height: 100%;
	font-size: 50px;
	line-height: 100%;
	top: 0;
	left: -600px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	background-color: transparent;
}
UL.imgBoxGallery UL.commands > LI.imgRemove
{
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	background: #EEE url('../img/remove.png') no-repeat center center;
	border-top: 1px solid #CCC;
	opacity: 0.8;
}
UL.imgBoxGallery UL.commands > LI.imgRotateLeft, UL.commands > LI.imgRotateRight
{
	width: 20px;
	height: 20px;
        top:0;
	opacity: 0.8;
        border-bottom: 1px solid #CCC;
}
UL.imgBoxGallery UL.commands > LI.imgRotateLeft
{
	left: 0;
        border-right: 1px solid #CCC;
	background: #EEE url('../img/rotate-left.png') no-repeat center center;
}
UL.imgBoxGallery UL.commands > LI.imgRotateRight
{
	right: 0;
        border-left: 1px solid #CCC;
	background: #EEE url('../img/rotate-right.png') no-repeat center center;
}
UL.imgBoxGallery UL.commands > LI.imgRemove:hover,
UL.imgBoxGallery UL.commands > LI.imgRotateLeft:hover,
UL.imgBoxGallery UL.commands > LI.imgRotateRight:hover
{
	background-color: #BDD9F4;
}
#help-cap
{
	display: none;
	position: absolute;
	z-index: 5000;
	overflow: hidden;
	background-color: #FFF;
	width: 300px;
	margin: 0;
	padding: 10px;
	border: 2px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 15px #444;
	-webkit-box-shadow: 0 0 15px #444;
	box-shadow: 0 0 15px #444;
}
FIELDSET A.helper
{
	display: inline;
	font-size: 8pt;
	cursor: pointer;
}
