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

html, body, #c {
	height:100%;
	width:100%;
	overflow:auto;
	margin:0;
	padding:0;
	background:#efefef;
}
#flash {
	margin:10px auto;
	background: #fff;
}
#noflash {
	padding: 15px;
	color:#636363;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#t, #r, #b, #l, #tl, #tr, #br, #bl {
	position: absolute;
	z-index: 100;
	behavior: url(iepngfix.htc); 
}
#t, #b {
	height:7px;
}
#l, #r {
	width:7px;
}
#tl, #tr, #bl, #br {
	width:21px;
	height:21px;
}
#t { background: url(../images/t.png) repeat-x top left; }
#r { background: url(../images/r.png) repeat-y top right; }
#b { background: url(../images/b.png) repeat-x bottom right; }
#l { background: url(../images/l.png) repeat-y bottom left; }

#tl { background: url(../images/tl.png) no-repeat top left; }
#tr { background: url(../images/tr.png) no-repeat top right; }
#br { background: url(../images/br.png) no-repeat bottom right; }
#bl { background: url(../images/bl.png) no-repeat bottom left; }
