/* pp = print page
cws = close window small using an X
cw = close window
ap = apply
pre = previous
nxt = next


to apply use:  class="but cw" etc
 */

.but, .vs, .cw, .pp, .cws, .ap, .ppi, .sub, .pre, .nxt{
	height: 20px;
	cursor: pointer;
	border-top: .1em solid #fff;
	border-right: .15em solid #333;
	border-bottom: .15em solid #555;
	border-left: .15em solid #fff;
	margin: 0;
	white-space: nowrap;
	color: #000000;
	/* background: #ccc; */
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.cw{width:100px;}
.pp{width:70px;}
.cws{width:20px;}
.ap{width:50px;}
.sub{width:50px;}
.pre{width:60px;}
.nxt{width:60px;}
.ppi{
	width: 20px;
	background-image: url(../../but_print.gif);
}

.formtext {color:#999999; font-family:Arial,Verdana,Helvetica; font: xx-small;
}
