.qwebirc-qui .opac {
	opacity:0.9;
  	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.qwebirc-qui .remopac {
	background: #FFFFFF;
	opacity:1;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/*
img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}
*/

#customBackground {
	/*position: fixed; top: 30%; left: 30%;*/
	/*display: block;
   margin-left: auto;
   margin-right: auto;
   top: 30%;
   */
   /*position: absolute;*/
   /*top: 50%;
   left: 50%;*/
   /* width: 100%;*/
   /*height: 100%;*/
   /*margin-top: -50%; Half the height */
   /*margin-left: -50%; Half the width */
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.tipyellow {
    display: block;
    background: #fffdeb !important;
    background-color: #fffdeb !important;
    border-top: 1px dotted #ffc864;
    border-bottom: 1px dotted #ffc864;
    margin-left:5px;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
    /*padding:5px;*/
    text-align: left;
}

.mainButton {
	background:inherit;
	border-color:#3399ff;
	background:#3399ff;
	color:#ffffff;
	display:inline-block;
	padding:3px 15px;
	font-weight: bold;
	/*font-family:arial;*/
	font-size:12px;
	text-decoration:none;
}
.mainButton:hover {
	background:#66B3FF;
	border-color:#66B3FF;
}
