.NTButton,a.NTButton:link,a.NTButton:visited {
color:#fff;
text-decoration:none
}
.NTButton {
background:# 312e2e;
background-image:-webkit-linear-gradient(top,#312e2e,#312e2e);
background-image:-moz-linear-gradient(top,#312e2e,#312e2e);
background-image:-ms-linear-gradient(top,#312e2e,#312e2e);
background-image:-o-linear-gradient(top,#312e2e,#312e2e);
background-image:linear-gradient(to bottom,#000,#000);

font-family:Arial;
font-size:16px;
padding:10px 20px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
cursor:pointer;
margin:0;
border:0
}
.NTButton:hover {
-webkit-box-shadow:2px 2px 3px #666;
-moz-box-shadow:2px 2px 3px #666;
}
.NTButton::-moz-focus-inner {
padding:0;
border:0
}
a.NTButton:hover {
-webkit-box-shadow:2px 2px 3px #666;
-moz-box-shadow:2px 2px 3px #666;
}

