/* 
    Document   : screen-ie6
    Created on : 30 Mar 11, 20:38:59
    Author     : Onnay Okheng
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#site-nav li, #log-bar li { display:inline; list-style:none; }

#block {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.65);
	z-index:98;
	display:block;
}

.block-content {
	width:500px;
	height:120px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-250px;
	background:#eee;
	padding:10px;
	border:3px solid #dcdcdc;
	z-index:99;
}

.msx {
	text-align:center;
}


.safari,
.chrome,
.fx,
.opera,
.ie {
	width:80px;
	margin:10px;
	height:80px;
	background:#ddd;
	display:block;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}

.safari {
	background:url(images/safari.png) 0 0 no-repeat;
}

.chrome {
	background:url(images/chrome.png) 0 0 no-repeat;
}


.fx {
	background:url(images/firefox.png) 0 0 no-repeat;
}


.opera {
	background:url(images/opera.png) 0 0 no-repeat;
}


.ie {
	background:url(images/ie.png) 0 0 no-repeat;
}

.kill {
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	top:-12px;
	right:-12px;
	background:url(images/button-remove.png) 0 0 no-repeat;
	text-indent:-999px;
	overflow:hidden;
	cursor:pointer;
	z-index:100;
}
