/* <?php $colorpackName = $gallery->i18n('Gecko'); ?>
 * $Revision: 16034 $
 */

.giError { color: #f00 !important; }
.giInfo { color: #888 !important; }
.block-core-PeerList .current { color: #ccc !important; }

#gallery select { 
	background-color: #bbb !important; 
	-moz-border-top-colors: #AAA #EEE !important;
	-moz-border-left-colors: #AAA #EEE !important;
	-moz-border-bottom-colors: #AAA #EEE !important;
	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery input { 
   	background-color: #bbb !important; 
    	-moz-border-top-colors: #AAA #EEE !important;
    	-moz-border-left-colors: #AAA #EEE !important;
    	-moz-border-bottom-colors: #AAA #EEE !important;
    	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery textarea { 
   	background-color: #bbb !important;
    	-moz-border-top-colors: #AAA #EEE !important;
    	-moz-border-left-colors: #AAA #EEE !important;
    	-moz-border-bottom-colors: #AAA #EEE !important;
    	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery input:focus, #gallery textarea:focus {
	background-color: #ddd !important;
	-moz-border-top-colors: #AAA #EEE !important;
	-moz-border-left-colors: #AAA #EEE !important;
	-moz-border-bottom-colors: #AAA #EEE !important;
	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
  	color: #333 !important;
  	background-color: #eee !important;
}
#gallery input.inputTypeSubmit:hover, #gallery input.inputTypeButton:hover {  /* No input[type=submit] in IE */
  	background-color:  #ccc !important;
}

#gallery select:hover { 
   	 background-color: #ddd !important;
	-moz-border-top-colors: #AAA #EEE !important;
    	-moz-border-left-colors: #AAA #EEE !important;
    	-moz-border-bottom-colors: #AAA #EEE !important;
    	-moz-border-right-colors: #AAA #EEE !important;
}

#gallery div.gbTabBar a {
  	color: #666 !important;
}

.buttonAction a {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important; /* IE's opacity*/
}

.buttonAction a:hover { 
  opacity: 1.0 !important;
  filter: alpha(opacity=100)!important; /* IE's opacity*/
 }
