
.textStyle{
	background:url(images/button.gif);
	display:block;
	border:0;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin: 5px auto;
	font-size: 100%;
	text-decoration:none;
	width:191px;
	background-repeat: no-repeat;
}
.buttonStyle{
display: block;
background-color: transparent;
background-image: url(images/buttonstyle.gif);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
border:0;
}

.dropdown{
background:#CCCCCC;
border-style:groove;
}
.saveButton{
display: block;
background-color: transparent;
background-image: url(images/btn_save.png);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
border:0;
}
.backButton{
display: block;
background-color: transparent;
background-image: url(images/btn_back.png);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
border:0;
}
.showButton{
display: block;
background-color: transparent;
background-image: url(images/show.png);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
border:0;

}
.resetButton{
display: block;
background-color: transparent;
background-image: url(images/btn_reset.png);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
border:0;

}