@charset "UTF-8";
/* CSS Document */


 
 .lunaButton {
	display: inline-block;
	border: 0px solid #ffffff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:  normal;
	padding: 6px 18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-shadow:0px 0px 0px #444444;
	-moz-box-shadow: 0px 0px 9px 0px #909090;
	-webkit-box-shadow: 0px 0px 9px 0px #909090;
	box-shadow: 0px 0px 9px 0px #909090;
	color: #ffffff;
	background: #7eaccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7eaccc), to(#719ab7));
	background-image: -moz-linear-gradient(top,  #7eaccc,  #719ab7);
	background-image:     -ms-linear-gradient(top, #7eaccc,  #719ab7);
	background-image:      -o-linear-gradient(top, #7eaccc,  #719ab7);
	background-image:         linear-gradient(top, #7eaccc,  #719ab7);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#7eaccc', endColorstr='#719ab7');
	font-family: Arial;
	font-size: 14px;
}
.lunaButton:hover {
background: #7eaccc;
background-image: -webkit-gradient(linear, left top, left bottom, from(#719ab7), to(#7eaccc));
background-image: -moz-linear-gradient(top,  #719ab7,  #7eaccc);
background-image:     -ms-linear-gradient(top, #719ab7,  #7eaccc);
background-image:      -o-linear-gradient(top, #719ab7,  #7eaccc);
background-image:         linear-gradient(top, #719ab7,  #7eaccc);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#719ab7', endColorstr='#7eaccc');
text-decoration: none;
color: #ffffff;
}
.lunaButton:active {
color: #ffffff;
position: relative;
top: 1px;
}

.lunaButton svg {
    width: 1.25em;
    height: auto;
    vertical-align: middle;
}

#collectionProperties.lunaButton {
	padding: 6px 12px;	
}

        
#ai-prompt-app button{
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    color: #555555;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#ai-prompt-app button:hover{
    border: 1px solid #999999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
    font-weight: normal;
    color: #212121;
}