@charset "utf-8";
/* CSS Document */
/* Buttons */

.shortmagenta { background: url(../images/buttons/button-short-magenta.png) no-repeat center; width:76px; }

.shortgreen { background: url(../images/buttons/button-short-green.png) no-repeat center; width:76px; }

.shortblue { background: url(../images/buttons/button-short-blue.png) no-repeat center; width:76px; }

.shortred { background: url(../images/buttons/button-short-red.png) no-repeat center; width:76px; }

.shortorange { background: url(../images/buttons/button-short-orange.png) no-repeat center; width:76px; }

.shortgrey { background: url(../images/buttons/button-short-grey.png) no-repeat center; width:76px; }

.longmagenta { background: url(../images/buttons/button-long-magenta.png) no-repeat center; width:210px; }

.longgreen { background: url(../images/buttons/button-long-green.png) no-repeat center; width:210px; }

.longblue { background: url(../images/buttons/button-long-blue.png) no-repeat center; width:210px; }

.longred { background: url(../images/buttons/button-long-red.png) no-repeat center; width:210px; }

.longgrey { background: url(../images/buttons/button-long-grey.png) no-repeat center; width:210px; }

.cnbutton { border:0;	color: #ffffff; 	text-decoration: none;	vertical-align: middle;	text-align: center;	cursor: pointer;	font-size: 14px;	font-weight: bold;	height:26px; }

.nodecoration { text-decoration:none;}