@charset "utf-8";
/* CSS Document */

* html .btn span, * html .btn i { /* * hack for blocking IE6 and its shrinkwrap bug (and more)*/
	float: left; 
	width: auto; 
	background-image: none; 
	cursor: pointer; 
	} 
a.btn { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	display: block;
	position: relative; 
	background:#9ACFFF;
	padding: 5px; 
	float: left; 
	color: #444; 
	text-decoration: none !important; 
	cursor: pointer; 
	outline: none;
	color: black; /* hide dotted outline in Firefox */
	}
a:hover.btn {
	background: #24A6D6;
	}
	
a.btn * { 
	font-style: normal; 
	background-image: url(/media/img/btn.png); 
	background-repeat: no-repeat;
	display: block; 
	position: relative; 
	}
a.btn * { 
	font-style: normal; 
	background-image: url(/media/img/btn.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
	}

a.btn.bluebg * { 
	background-image: url(/media/img/btn1.png); 
	}
	
a.btn i {
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px; 
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
	}
a.btn span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
	margin-top: 0px;
	color:black;
	}
a.btn.small span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 0px 10px; 
	margin-bottom: -5px; 
	margin-top: -5px;
	}
a.btn span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
	}
a.btn span span {
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px;
	height: 0; 
	}
a.btn.small span span {
	background-position: top right; 
	position: absolute; 
	right: -10px;
	margin-left: 10px; 
	top: 5px;
	height: 5px; 
	}	
a.btn.orange { 
	background-color: orange;
	}
a.btn.orange:hover { 
	background-color: #f60 !important;
	}
a.btn:hover { 
	color: black; 
	}
a.btn:active { 
    text-decoration:underline;
	}
a.btn[class] { /* [class] prevent IE6 from reading the PNG file. */
	background-image:url(/media/img/shine.png);
	background-position:center; 
	}
	


