/******************************* BUTTON *************************************/
.fixWidth_M{ width:61px; max-width:61px;margin-bottom:5px;}
.btn-orange {
	-moz-box-shadow:inset 0px 1px 0px 0px #f07d2b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f07d2b;
	box-shadow:inset 0px 1px 0px 0px #f07d2b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f27b30), color-stop(1, #c65518) );
	background:-moz-linear-gradient( center top, #f27b30 5%, #c65518 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27b30', endColorstr='#c65518');
	background-color:#f27b30;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffa185;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:5px 12px;
	text-decoration:none;
	text-align:center;
	line-height:1.1;}
	
	.btn-orange:link{
		color:#ffffff;
		
	}
.btn-orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c65518), color-stop(1, #f27b30) );
	background:-moz-linear-gradient( center top, #c65518 5%, #f27b30 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c65518', endColorstr='#f27b30');
	background-color:#c65518;color:#ffffff;
	cursor:pointer;}
.btn-orange:active {
	position:relative;color:#ffffff;
	top:1px;}

.btn-orange img{ padding-right:4px;}


#contactstatus {padding:5px 0px 0px 0px; }
#contactstatus:hover { color:#f60; cursor:pointer;}
#contactstatus:hover img.btn-online { background-position: -22px 0; }
#contactstatus:hover img.btn-offline { background-position: -22px -110px;}


	
	