body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button{
	height: 25px;
	width: 171px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: url(line1.gif);
	border: 0px solid #000000;
	margin:2px;
}
.button:hover{
	background: url(line3.gif);
	border: 0px solid #ffcc00;
	color: #ffcc00;
	filter:alpha(opacity=100);
    opacity: 1.0;
}

.button2{
	height: 25px;
	width: 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: #FFF;
	border: 0px solid #ccc;
	filter: alpha(opacity=100);
    opacity: 1.0;
}
.button2:hover{
	height: 25px;
	width: 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: orange;
	border: 0px solid #ccc;
	filter: alpha(opacity=100);
    opacity: 1.0;
	border-radius:7px;
}

.buttonMenu{
	height: 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: url(line1.gif);
	border: 0px solid #000000;
	filter: alpha(opacity=100);
    opacity: 1.0;
	
}

.buttonMenu:hover{
	background: url(line3.gif);
	border: 0px solid #ffcc00;
	color: #ffcc00;
	filter:alpha(opacity=100);
    opacity: 1.0;
}
.buttonSmall{
	width:22px;
	height: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	color: #FFFFFF;
	background: url(line1.gif);
	border: 1px solid #000000;
	filter: alpha(opacity=100);
    opacity: 1.0;
	
}
.buttonSmall:hover{
	background: url(line3.gif);
	border: 1px solid #ffcc00;
	color: #ffcc00;
	filter:alpha(opacity=100);
    opacity: 1.0;
}
.textField{
	background:#444;
	color:#fc0;
	border:1px solid #ccc;	
}
.buttonForm{
	background:#666;
	color:#fc0;
	border:1px solid #ccc;
	border-radius:6px;	
}
.buttonForm:hover{
	background:#fc0;
	color:#444;
	border:1px solid #ccc;	
}
