.inputText {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #c9cccf;
	border-top-color: #aeb3b9;
	padding: 4px 6px;
	outline: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.15) inset;
	width: 155px;
}

.basicButton:focus,.basicButton:active,.alternativeButton:focus,.alternativeButton:active{
	border-color:#969696;outline:0;
	-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;
	-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;
	box-shadow:0 0 6px rgba(0,0,0,.4) inset
}

.basicButton, .alternativeButton {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	padding-top:4px;
	border: 1px solid #b6b6b6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-weight:bold;text-shadow:0 1px 0 #fff;
	font-family: sans-serif;
	cursor: pointer;
}

.basicButton {
	text-shadow:0 1px 0 #fff;
	background-position: 0% 0%;
	zoom:1;margin:0;text-align:center;color:#333;
	display: inline-block;
	vertical-align: middle;
	border-bottom-color: #999;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
	background: #e4e4e4;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));
	background: -moz-linear-gradient(top,#fff,#e4e4e4);
	background: -webkit-linear-gradient(top,#fff,#e4e4e4);
	background: -o-linear-gradient(top,#fff,#e4e4e4);
	background: -ms-linear-gradient(top,#fff,#e4e4e4);
	background: linear-gradient(top,#fff,#e4e4e4);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4');
}

.basicButton:hover{
	background-position: 0% 0%;
	border-color: #9e9e9e;
	background-image: linear-gradient(top,#f2f2f2,#ddd);
	background-color: #ccc;
	background-repeat: repeat;
	background-attachment: scroll;
}

.alternativeButton {
	background-position: 0% 0%;
	color:#fff;text-shadow:0 -1px 0 #55830c;
	border-color:#62a60a #62a60a #4d9200;
	background: -webkit-gradient(linear,left top,left bottom,from(#9ad717),to(#69b10b));
	background: -moz-linear-gradient(top,#9ad717,#69b10b);
	background: -webkit-linear-gradient(top,#9ad717,#69b10b);
	background: -o-linear-gradient(top,#9ad717,#69b10b);
	background: -ms-linear-gradient(top,#9ad717,#69b10b);
	background: linear-gradient(top,#9ad717,#69b10b);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ff9ad717',endColorstr='#ff69b10b');
	background-color: #88be14;
	background-repeat: repeat;
	background-attachment: scroll;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.alternativeButton:hover {
	border-color:#5b9909 #5b9909 #478500;
	background:#88be14;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));
	background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);
	background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);
	background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);
	background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)
}