/* CSS Document */

.cssButton{
	color: #fff;
	border-top:3px double #9cf;
	border-left:3px double #9cf;
	border-right:3px double #4080BF;
	border-bottom:3px double #4080BF;
	background: #74AC30 url(../img/bg.gif) left bottom repeat-x;
	text-align: center;
	height: 30px;
	width: 100px;
}

.cssButton2{
	color: #fff;
	border-top:3px double #9cf;
	border-left:3px double #9cf;
	border-right:3px double #4080BF;
	border-bottom:3px double #4080BF;
	background: #32A7CA url(../img/bg.gif) left bottom repeat-x;
	text-align: center;
	height: 24px;
	width: 48px;
}

.cssButton3{
	color: #fff;
	border-top:3px double #9cf;
	border-left:3px double #9cf;
	border-right:3px double #4080BF;
	border-bottom:3px double #4080BF;
	background: #74AC30 url(../img/bg.gif) left bottom repeat-x;
	text-align: center;
	height: 30px;
	width: 150px;
}
