.widget-btn {
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	-moz-box-sizing: border-box !important;
	cursor: pointer;
	display: inline-block;
	/* font: 13px/100% 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;*/
   /* font: 13px/100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-size:18px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	
	 outline: none !important;
	 padding:10px;
	 position: relative;
	 text-align: center;
	 text-decoration: none;
	 white-space: nowrap;*/

    -moz-box-sizing: border-box !important;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    cursor: pointer;
    display: inline-block;
    font: 13px/16px Arial,Helvetica,sans-serif;
    outline: medium none !important;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.widget-btn:hover {
    text-decoration: none;
}
widget-btn::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
}

.btn-orange {
    background: url("images/btn_a.png") repeat-x scroll 0 0 transparent;
    border: 2px solid #929292;
    color: #FFFFFF;
    font-family: arial;
    font-size: 16px;
	font-weight:bold;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange.hover {
    background: url("images/btn_hover.png") repeat-x scroll 0 0 transparent;
    border: 2px solid #929292;
    color: #FFFFFF;
    font-family: arial;
    font-size: 16px;
}
.btn-orange:active, .btn-orange.active, .btn-orange.current {
    background: -moz-linear-gradient(center top , #0078A5, #00ADEE) repeat scroll 0 0 transparent;
	background: (center top , #0078A5, #00ADEE) repeat scroll 0 0 transparent;
    border: 1px solid #223344;
    color: #FFFFFF;
}



/*.btn-orange {
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	-pie-background: linear-gradient(top, #faa51a, #f47a20);
	border: solid 1px #dd6611;
	color: #fef4e9;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
.btn-orange:hover, .btn-orange:focus, btn-orange.hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	-pie-background: linear-gradient(top, #f88e11, #f06015);
	border: solid 1px #aa5511;
	color: #fef4e9;
}
.btn-orange:active, .btn-orange.active, .btn-orange.current {
	background: #f47a20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	-pie-background: linear-gradient(top, #f47a20, #faa51a);
	border: solid 1px #aa5511;
	color: #fef4e9;
}*/

