@CHARSET "UTF-8";

a {	text-decoration: none; }

a:hover {
	text-decoration : underline;
	cursor: pointer;
}

a:active { text-decoration : underline; }

b, strong {	font-weight: bold; }

.off { display: none; }

.hidden { visibility: hidden; }

.progress {
	border: 0;
	vertical-align: top;
}

.warning {
	color: red;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	display: block;
}

.glErr {
	border: 1px solid #bec7d2;
	padding: 50px 10px 50px 10px;
	margin: 100px auto 0 auto;		
	text-align: center;	
	font-size: 16px;
	font-weight: bold; 
	color: red;
	width: 400px;
	font-family: 'Tahoma';
}

#ribbon {
	position: absolute;
	background: url(../images/ribbon.png) center center no-repeat;
	width: 42px;
	height: 63px;
	display: none;
}

.nbut {
	border-spacing: 0;
	border-collapse: collapse;
	cursor: pointer;
}
