body{
	padding:0px;
	margin:0px;
	background:#F2EAEA;
	font:12px Tahoma;
	color:#333;
	overflow-x:hidden;
}
a{
	color:#FFF;
	text-decoration:none;
}
.clear{
	clear:both;
}

#winbox{
	position:absolute;
	top:0px;
	left:0px;
	width:1px;
	height:100%;
}
.logo{
	background:url(img/logo.png)no-repeat;
	width:32px;
	height:23px;
	margin:-4px 0px 0px 7px;
	padding-right:8px;
}
#menubox{
    background: #333 !important;
	padding-top:8px;
	margin:0px 0px 0px -43px;
	list-style:none;
	cursor:default;
	height:25px;
	line-height:20px;
	color: #fff !important;
}
#menubox li{
	display:inline-block;
	float:left;
	padding:1px 9px;
	margin-top:-2px;
}
#menubox li:hover{
	background:#e5e5e5;
	color:#000;
	position:relative;
	z-index:2250000000;
	border:1px solid #ababab;
	padding:0px 8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
#menubox li ul{
	display:none;
	position:absolute;
	background:#f0f0f0;
	border:1px #979797 solid;
	padding:0px;
	margin:0px 0px 0px -10px;
	z-index:2147483647;
	line-height:19px;
	width:230px;
	box-shadow:2px 2px 2px #8e8e8e;
	-moz-box-shadow:2px 2px 2px #8e8e8e;
	-o-box-shadow:2px 2px 2px #8e8e8e;
	-ms-box-shadow:2px 2px 2px #8e8e8e;
	-webkit-box-shadow:2px 2px 2px #8e8e8e;
	-khtml-box-shadow:2px 2px 2px #8e8e8e;
	border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	-ms-border-radius:1px;
	-webkit-border-radius:1px;
	-khtml-border-radius:1px;
}
#menubox li ul li{
	display:block;
	float:none;
	margin:4px 3px;
	padding:2px 5px;
	color:#000;
}
#menubox li ul li:hover{
	border:1px solid #aecff7;
	background:-moz-linear-gradient(top,#f3f5f7 0%,#d5e3f5 100%) no-repeat #d5e3f5;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f3f5f7),color-stop(100%,#d5e3f5)) no-repeat #d5e3f5;
	background:-webkit-linear-gradient(top,#f3f5f7 0%,#d5e3f5 100%) no-repeat #d5e3f5;
	background:-o-linear-gradient(top,#f3f5f7 0%,#d5e3f5 100%) no-repeat #d5e3f5;
	background:-ms-linear-gradient(top,#f3f5f7 0%,#d5e3f5 100%) no-repeat #d5e3f5;
	background:linear-gradient(to bottom,#f3f5f7 0%,#d5e3f5 100%) no-repeat #d5e3f5;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f5f7',endColorstr='#d5e3f5',GradientType=0);
	background-repeat:no-repeat;
	padding:1px 4px;
}
#menubox li ul li span{
	float:right;
}
.tools {
    background: #f8f8f8;
    border-top: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
    padding: 13px 7px 5px;
    margin: 0px;
    height: 30px;
    color: #000;
}
.tools img{
	padding:2px 4px;
	margin-top:-4px;
	border:1px solid transparent;
	border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
.loadbg {
  display: none;
}
.tools img:hover{
	background-color:#c8c8c8;
	background:-moz-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#c8c8c8)) no-repeat #c8c8c8;
	background:-webkit-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	background:-o-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	background:-ms-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	background:linear-gradient(to bottom,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#c8c8c8',GradientType=0);
	background-repeat:no-repeat;
	border:1px solid #ccc;
	padding:2px 4px;
	cursor:pointer;
	display:inline-block;
	border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	transition:0.1s linear all;
	-moz-transition:0.1s linear all;
	-o-transition:0.1s linear all;
	-ms-transition:0.1s linear all;
	-webkit-transition:0.1s linear all;
	-khtml-transition:0.1s linear all;
}
.tools span{
	float:left;
	margin-left:2px;
}
#userlog{
	float:right;
	margin:-3px 7px -3px 0px;
	direction:rtl;
	color:#840000;
}
.split{
	background:#D6D6D6;
	height:28px;
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	line-height:20px;
}
.split li{
	background-color:#c8c8c8;
	background:-moz-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#c8c8c8)) no-repeat #c8c8c8;
	background:-webkit-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	background:-o-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	background:-ms-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	background:linear-gradient(to bottom,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#c8c8c8',GradientType=0);
	background-repeat:no-repeat;
	border:1px solid #c4c4c4;
	cursor:default;
	display:inline-block;
	padding:3px 15px;
	color:#000;
	font-size:12px;
	font-family:tahoma;
	line-height:normal;
	margin:3px -12px 0px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	transition:0.1s linear all;
	-moz-transition:0.1s linear all;
	-o-transition:0.1s linear all;
	-ms-transition:0.1s linear all;
	-webkit-transition:0.1s linear all;
	-khtml-transition:0.1s linear all;
}
.split li:hover{
	background:#d6d6d6;
	color:#000;
}
.actived{
	background:#f4f4f4 !important;
	color:#000;
	border:1px solid #858383 !important;
}
#preview{
	background:#fff;
	margin-top:9px;
	border:none;
	display:block;
	width:100%;
}
#tagbox{
	background:-moz-linear-gradient(top,#949494 0%,#818181 100%) no-repeat #818181;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#949494),color-stop(100%,#818181)) no-repeat #818181;
	background:-webkit-linear-gradient(top,#949494 0%,#818181 100%) no-repeat #818181;
	background:-o-linear-gradient(top,#949494 0%,#818181 100%) no-repeat #818181;
	background:-ms-linear-gradient(top,#949494 0%,#818181 100%) no-repeat #818181;
	background:linear-gradient(to bottom,#949494 0%,#818181 100%) no-repeat #818181;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494',endColorstr='#818181',GradientType=0);
	background-repeat:no-repeat;
	width:16px;
	height:15px;
	position:absolute;
	right:3px;
	margin:2px -3px 0px 0px;
	border:1px solid #646464;
	z-index:1000;
}
.tagboxone{
	width:148px;
}
.tagboxtwo{
	width:0px;
}
#tagboxopen{
	background:url(img/baz.png) right;
	width:9px;
	height:8px;
	float:right;
	margin:3px;
}
#tagboxopen:hover{
	background:url(img/baz-act.png);
}
#tagboxclose{
	background:url(img/baasteh.png) right;
	width:9px;
	height:8px;
	float:right;
	margin:3px;
}
#tagboxclose:hover{
	background:url(img/baasteh-act.png);
}
.tagboxopen{
	background:url(img/baz.png) right;
	width:9px;
	height:8px;
	float:right;
	margin:-13px;
}
.tagboxopen:hover{
	background:url(img/baz-act.png);
}
.tagboxclose{
	background:url(img/basteh.png) right;
	width:9px;
	height:8px;
	float:right;
	margin:-13px;
}
.tagboxclose:hover{
	background:url(img/baasteh-act.png);
}
.tags{
	margin:15px 2px;
}
.tags ul{
	display:none;
}
.tags ul li{
	list-style:none;
	color:#444;
	margin-top:-6px;
}
.tags ul li:hover{
	color:#116da2;
}
.tags li{
	list-style:none;
	margin:2px;
	padding:5px 2px;
	cursor:default;
}
.tags li:hover{
	background:-moz-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ececec),color-stop(100%,#cbcbcb)) no-repeat #cbcbcb;
	background:-webkit-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:-o-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:-ms-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:linear-gradient(to bottom,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec',endColorstr='#cbcbcb',GradientType=0);
	background-repeat:no-repeat;
	border:1px solid #7c7c7c;
	padding:4px 1px;
	color:#838b09;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
.tagtable{
	width:100%;
	margin:-1px 0px;
}
.tagslide{
	background:#d6d6d6;
	margin:12px 0px;
	overflow:auto;
	height:497px !important;
}
.tagslide span{
	margin-top:15px !important;
}
.tagslide span:hover{
	background:-moz-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ececec),color-stop(100%,#cbcbcb)) no-repeat #cbcbcb;
	background:-webkit-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:-o-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:-ms-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:linear-gradient(to bottom,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec',endColorstr='#cbcbcb',GradientType=0);
	background-repeat:no-repeat;
}
.tagslide ul{
	list-style:none;
	cursor:default;
	margin:0px;
	margin-left:10px;
	padding:5px 0px;
}
.tagslide ul li ul{
	display:none;
	margin-bottom:15px;
}
#alltagbox{
	background:#d6d6d6;
	width:210px;
	padding:0;
	margin:0px 7px;
	border:1px solid #999;
	height:18px;
	font:11px Tahoma;
	overflow:hidden;
}
.backcolor{
	background:#f2eaea;
	padding:5px 7px;
	border:1px solid #999;
	height:18px;
	font:12px Tahoma;
}
#ltools{
	background:#F2EAEA;
	margin:-7px -5px 0px -2px;
	width:18px;
	text-align:center;
}
#ltools span{
	display:block;
	padding:4px 5px 2px;
	margin:3px 2px;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
#ltools span:hover{
	background:-moz-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ececec),color-stop(100%,#cbcbcb)) no-repeat #cbcbcb;
	background:-webkit-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:-o-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:-ms-linear-gradient(top,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	background:linear-gradient(to bottom,#ececec 0%,#cbcbcb 100%) no-repeat #cbcbcb;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec',endColorstr='#cbcbcb',GradientType=0);
	background-repeat:no-repeat;
	padding:3px 4px 1px;
	border:1px solid #646464;
}
#ltools div{
	display:none;
	text-align:left;
	position:absolute;
	background:#f0f0f0;
	border:1px #979797 solid;
	padding:0px;
	margin:-3px 0px 0px 5px;
	z-index:2147483647;
	line-height:19px;
	width:230px;
	box-shadow:2px 2px 2px #8e8e8e;
	-moz-box-shadow:2px 2px 2px #8e8e8e;
	-o-box-shadow:2px 2px 2px #8e8e8e;
	-ms-box-shadow:2px 2px 2px #8e8e8e;
	-webkit-box-shadow:2px 2px 2px #8e8e8e;
	-khtml-box-shadow:2px 2px 2px #8e8e8e;
	border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	-ms-border-radius:1px;
	-webkit-border-radius:1px;
	-khtml-border-radius:1px;
}
#ltools div p{
	padding-left:5px;
	cursor:pointer;
}
.breakpoints{
	width:.8em;
}
hr{
	border:0px;
	border-bottom: 2.53px solid #00b7ff;
	margin:0px 3px;
}
#projectbox{
	background:#333;
	border:1px solid #888;
	margin:0px -5px 0px -5px;
}
.shortkeylist{
	width:100%;
}
.shortkeylist td{
	padding:5px 6px;
	color:#fff;
	text-align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
.shortkeylist thead .shorttdone{
	background:#333;
	width:25%;
}
.shortkeylist thead .shorttdtwo{
	background:#333;
}
.shortkeylist tbody .shorttdone{
	background:#333;
	width:25%;
}
.shortkeylist tbody .shorttdtwo{
	background:#6f6f6f;
}
.noscript{
	text-align:center;
	padding:9px 9px 16px 9px;
	direction:rtl;
	position:absolute;
	margin:auto;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	height:25px;
}
.tool{
	display:none;
	position:absolute;
	margin-top:-40px;
	line-height:normal;
	height:220px;
	background:#d6d6d6d;
	width:100%;
	left:0px;
	z-index:99999999999999999;
}
.tool .btns{
	width:20px;
}
.tool .btns img{
	width:15px;
	height:15px;
	padding:5px 6px;
}
.tool .btns img:hover{
	background-color:#e6e6e6;
	background:-moz-linear-gradient(top,#ffffff 0%,#e6e6e6 100%) no-repeat #e6e6e6;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e6e6e6)) no-repeat #e6e6e6;
	background:-webkit-linear-gradient(top,#ffffff 0%,#e6e6e6 100%) no-repeat #e6e6e6;
	background:-o-linear-gradient(top,#ffffff 0%,#e6e6e6 100%) no-repeat #e6e6e6;
	background:-ms-linear-gradient(top,#ffffff 0%,#e6e6e6 100%) no-repeat #e6e6e6;
	background:linear-gradient(to bottom,#ffffff 0%,#e6e6e6 100%) no-repeat #e6e6e6;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
	background-repeat:no-repeat;
		cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	transition:.1s linear all;
	-moz-transition:.1s linear all;
	-o-transition:.1s linear all;
	-ms-transition:.1s linear all;
	-webkit-transition:.1s linear all;
	-khtml-transition:.1s linear all;
}
.allseowidth{
	width:100%;
	height:100%;
}
.tool .seotool{
	padding:3px;
	height:220px;
}
.tool .seoresult{
	background:#333;
	color:#fff;
	overflow:auto;
}
.tool .seoresult table .tr{
	background:url(img/theader.png) repeat-x center bottom;
	line-height:23px;
	height:23px;
	color:#fff;
	padding-left:10px;
}
.tool .seoresult table .tr td{
	border-right:1px solid #212121;
	border-bottom:1px solid #212121;
	padding:3px 5px;
}
.tool #seobox{
	width:100%;
	overflow:auto;
}
.tool #seobox td{
	padding:2px 3px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.tool .rtl{
	text-align:right;
	direction:rtl;
}
.tool .percent{
	color:red;
	font-weight:bold;
	text-align:left;
}
#titlebar,
#length,
#sensize,
#thisfile{
	background:#F5F4F4;
	height:17px;
	border:1px solid #B7B6B6;
	font:11px Tahoma;
	padding:1px 4px;
	margin:-1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-khtml-border-radius:3px;
}
#titlebar{
	margin:-1px 3px;
}
#div_pp {
    background: #333 none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
}
#div_news {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 0 solid #f00;
    border-radius: 5px;
    display: block;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    padding: 10px;
    position: fixed;
    top: 50%;
}
.title_news {
    background-color: #BF2820;
    color: #fff;
    cursor: default;
    font-family: tahoma;
    font-size: 16px;
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 0 10px 2px #383838 inset;
    width: 80%;
    margin-top: -10px;
    margin-bottom: 10px;
}
.header_news {
    border-top: 1px dashed #ccc;
    padding: 5px;
}
.btn_close {
    background-color: #BF2820;
    border-color: #BF2820;
    border-radius: 7px;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: tahoma;
    padding: 10px;
    float: left;
}
.splitt {
    background: #F2EAEA;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: right;
}
.splitt li {
    background-color: #c8c8c8;
    background: -moz-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#c8c8c8)) no-repeat #c8c8c8;
    background: -webkit-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
    background: -o-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
    background: -ms-linear-gradient(top,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
    background: linear-gradient(to bottom,#f8f8f8 0%,#c8c8c8 100%) no-repeat #c8c8c8;
        background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#c8c8c8',GradientType=0);
    background-repeat: no-repeat;
    border: 1px solid #c4c4c4;
    cursor: default;
    display: inline-block;
    padding: 3px 15px;
    color: #000;
    font-size: 12px;
    font-family: tahoma;
    line-height: normal;
    margin: 3px -12px 0px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -webkit-transition: 0.1s linear all;
    -khtml-transition: 0.1s linear all;
}
.splitt {
    list-style: none;
    line-height: 20px;
}
.msview {
    background-color: #333;
    color: #fff;
}
.seoclass {
    display: none !important;
}
#creatediv {
    background: #F2EAEA !important;
}
.blankfile li {
    background: #F2EAEA !important;
    border-radius: 10px;
}
#foo {
    margin-right: 17px;
}
.backdrop {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
filter:alpha(opacity=0);
z-index:50;
display:none;
}
.box {
position:absolute;
top:20%;
left:30%;
width:500px;
height:300px;
background:#f2eaea;
z-index:51;
padding:10px;
display:none;
border-radius: 5px;
}
.close {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}
li a {
    color: #000;
}
button {
background-color: #333;
background-image: linear-gradient(to bottom,#333,#333);
color: #FFF;
    text-decoration: none;
    height: 30px;
    line-height: 19px;
    padding: 4px 12px 2px;
    display: inline-block;
    font: 12px B Yekan;
    margin: 7px 4px 5px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    box-shadow: 0px 1px 0px rgba(120,200,230,0.5) inset;
    -moz-box-shadow: 0px 1px 0px rgba(120,200,230,0.5) inset;
    -o-box-shadow: 0px 1px 0px rgba(120,200,230,0.5) inset;
    -ms-box-shadow: 0px 1px 0px rgba(120,200,230,0.5) inset;
    -webkit-box-shadow: 0px 1px 0px rgba(120,200,230,0.5) inset;
    -khtml-box-shadow: 0px 1px 0px rgba(120,200,230,0.5) inset;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    -moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    -o-text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    -ms-text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    -webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    -khtml-text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}
button:hover {
    background-color: #000;
    background-image: linear-gradient(to bottom,#000,#000);
    color: #FFF;
}