@charset "utf-8";
/* CSS Document */

	
/*     UPDATE BUTTON   --   USER   REPLY   TABLE     ///////////////////////////////////////////////////*/






	
.close-button{ /*  */
	padding:0;
	vertical-align:middle;
	border:1px solid;
	border-color:#999; /* #444c55 */
	text-align:center;
	text-decoration:none!important;
	cursor:pointer;
	
	-webkit-box-shadow: 0 0px 15px #494545;
	-moz-box-shadow: 0 0px 15px #494545;
	box-shadow: 0 0px 15px #494545;
	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;}		


.close-button .close-button-text{color:#fff;}


.close-button-text{
	padding:0px 9px 0 9px;   
	text-align:center;
	font-size:18px;         
	line-height:21px;       
	display:block;
	font-family:Arial,sans-serif;
	background-color:transparent;
	margin:0;
	border: 1px solid transparent;
	outline:0}


	


	

button.close-button-text,
a.close-button-text{width:100%;height:100%}



.close-button-inner{
	position:relative;
	overflow:hidden;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.6) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.6) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.6) inset;}
	
	
	
	

.close-button-input{position:absolute;z-index:20;height:100%;width:100%;left:0;top:0;background-color:white;outline:0;border:0;overflow:visible;cursor:pointer;opacity:.01;filter:alpha(opacity=1)}




span.close-button-inner{display:block}



.close-button{background:#5b626a;}

.close-button:hover{border-color:#4f555c;}

.close-button:active{border-color:#bbbfc7 #c7c7c7 #c7c7c7}


.close-button:hover .close-button-inner{
	background:#444c55;
	background:-moz-linear-gradient(top,white,#e7eaf0);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#e7eaf0));
	background:-webkit-linear-gradient(top,white,#e7eaf0);
	background:-o-linear-gradient(top,white,#e7eaf0);
	background:-ms-linear-gradient(top,white,#e7eaf0);
	background:linear-gradient(top,white,#e7eaf0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e7eaf0',GradientType=0);
	*zoom:1}



.close-button-search .close-button-text{font-weight:bold;color:white}



.close-button-search{
	border-color:#555;/* #3d444c #2f353b #2c3137;  */
	color:white;
	background:#444c55}	
}




.close-button-search:hover,
.close-button-search:focus,
.close-button-search.close-button-focus{border-color:#32373e #24282d #212429}



.close-button-search:active{border-color:#2c3137 #2f353b #2f353b}


	
	
.close-button-search .close-button-inner{
	background:#5b626a;
	background:-moz-linear-gradient(top,#72787f,#444c55);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#72787f),color-stop(100%,#444c55));
	background:-webkit-linear-gradient(top,#72787f,#444c55);
	background:-o-linear-gradient(top,#72787f,#444c55);
	background:-ms-linear-gradient(top,#72787f,#444c55);
	background:linear-gradient(top,#72787f,#444c55);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72787f',endColorstr='#444c55',GradientType=0);*zoom:1}	


	
.close-button-search:hover .close-button-inner{
	background:#4f555c;
	background:-moz-linear-gradient(top,#666b72,#393f47);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#666b72),color-stop(100%,#393f47));
	background:-webkit-linear-gradient(top,#666b72,#393f47);
	background:-o-linear-gradient(top,#666b72,#393f47);
	background:-ms-linear-gradient(top,#666b72,#393f47);
	background:linear-gradient(top,#666b72,#393f47);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666b72',endColorstr='#393f47',GradientType=0);
	*zoom:1}	
	
	
	
.close-button-search:active .close-button-inner{
/*	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow:0 1px 3px rgba(0,0,0,0.2) inset;*/
	background-color:#444c55;background-image:none;                /*           ====================================    DARK GREY COLOR           ===========================================*/
	filter:none}	
	




.close-button-search .close-button-inner{
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.15) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.15) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.15) inset;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25)}



.close-button{display:inline-block}

.close-button-text{white-space:nowrap}


/*========================================= BUTTON HEIGHT CHANGE  ===========================================*/

.close-button-inner{height:28px}

/*========================================= BUTTON LINE-HEIGHT CHANGE  ===========================================*/


@-moz-document url-prefix(){.close-button .close-button-text{line-height:21px} .close-button-small .close-button-text{line-height:21px}}



