.button-glossy.blue {
    background: -moz-linear-gradient(center top , #ccd4d7 , #ffffff) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
	border-top:none;
	border-left:none;
	
	background-image: url(../../images/bg_ie.png);
	background-repeat:repeat-x;
	/*text-shadow: 0px 1px 1px #ffffff;*/
	text-shadow: none;
	font-family:"arial";
	
}

.button-glossy.red {
    background: -moz-linear-gradient(center top , #ccd4d7 , #ffffff) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
	border-top:none;
	border-left:none;
	
	background-image: url(../../images/bg_ie.png);
	background-repeat:repeat-x;
	text-shadow: 0px 1px 1px #ffffff;
	font-family:"arial";
	color:#D71E00;
	
}



.button-glossy {
	font-smooth:13px;
	background:-moz-linear-gradient(center top , #ccd4d7 , #ffffff) repeat scroll 0 0 transparent;
	color:#333333;
    border: 1px solid #999999;
	border-top:none;
	border-left:none;
	border-width:0 0 3px;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
	padding:2px 9px 2px 9px;
	
    position: relative;
    text-align: center;
    text-decoration: none;
	background-color:#ffffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	   
	
}

.ie7 .button-glossy{
	
	padding:2px 0px 2px 0px;
	
	}

.button-glossy:before {
   /* background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.1)) repeat scroll 0 0 transparent;*/
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    bottom: 0;
    content: " ";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    
}
.button-glossy:hover {
    box-shadow: 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 5px rgba(0, 0, 0, 0.6);
    text-decoration: none !important;
	*background-image: url(../../images/bg_ie_h.png);
	*background-repeat:repeat-x;
	*background-color:#d7dde0;
	background-image: url(../../images/bg_ie_h.png)\0/;
	background-repeat:repeat-x\0/;
	background-color:#d7dde0\0/;
}
.button-glossy:active {
    box-shadow: 0.05em 0.15em 0.4em rgba(0, 0, 0, 0.4) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.9) inset;
}
.button-glossy.disabled, .button-glossy[disabled] {
    cursor: default;
    opacity: 0.3;
}
.button-glossy.disabled:hover, .button-glossy[disabled]:hover {
    box-shadow: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}
.button-glossy.disabled:active, .button-glossy[disabled]:active {
    box-shadow: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}

/*Button Ends*/