.jqifade{
	position: absolute;
	background-color: #333333;
}
div.jqi{
	width: 400px;
	height:138px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;

/* Uncomment the background color you want to use. comment the old one.*/
/* dont forget to scroll down to adjust color depending on dark or light background */
/*	background: url(dblue.png) 0 0 no-repeat; */
/*	background: url(dbrown.png) 0 0 no-repeat; */
/*	background: url(dgreen.png) 0 0 no-repeat; */
/*	background: url(dpurple.png) 0 0 no-repeat; */
/*	background: url(dred.png) 0 0 no-repeat; */
/*	background: url(dspeaker.png) 0 0 no-repeat; */
/*	background: url(dwood.png) 0 0 no-repeat; */
	background: url(lblue.png) 0 0 no-repeat;
/*	background: url(lbrown.png) 0 0 no-repeat; */
/*	background: url(lgreen.png) 0 0 no-repeat; */
/*	background: url(lpurple.png) 0 0 no-repeat; */
/*	background: url(lred.png) 0 0 no-repeat; */
/*	background: url(lspeaker.png) 0 0 no-repeat; */
/*	background: url(ltealhatch.png) 0 0 no-repeat; */
/*	background: url(lwwod.png) 0 0 no-repeat; */

	font-size: 11px;
	text-align: left;
	padding: 7px;
}
div.jqi .jqicontainer{
	font-weight: bold;
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;

/* If using a dark bg, use cccccc, else use 444444 */
	color: #444444;
}
div.jqi .jqibuttons{
	text-align: right;
	padding: 5px 0 5px 0;

}
div.jqi button{
	padding: 15px 16px;
	margin: 0 10px;
/* If using a dark bg, use cccccc, else use 444444 */
	color: #444444;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
}
.sw1tch {width: 100%; position: fixed; top: 0; left: 0; height: 30px; background-color: #EC2028; color: #000; font-size:20px; padding:5px;}
.sw1tch a {color: #ffffff;}