/*
p, input, select {
	font-size: 102%;
	font-family: 'lucida grande',verdana,arial,helvetica,clean,sans-serif;
}
.opera body {
	font-size: 68%;
}
.ie body {
	font-size: 80%;
}
.gecko.win body {
	font-size: 80%;
}
*/
.gecko input.text, .gecko select, .gecko textarea {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	font-size: 92%;
}
.gecko input.image {
	border: 0;
}
.gecko select {
	padding: 0;
	font-size: 92%;
}
.gecko select option {
	padding: 0 .3em;
	height: 1.4em;
}
.gecko select.multiple {
	padding: 0;
}
input {
	padding: .2em;
}
.opera input {
	padding: .1em;
}
.ie input {
	padding: .3em;
}
input.button {
	background: #efefef;
	border-color: #ccc rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
	border-style: double;
	border-width: 3px;
	min-width: 5em;
	color: #333;
	padding: .4em .8em;
}
.ie input.button {
	min-width: auto;
	padding: .4em .4em;
}
input.button:active {
	background: #f4f4f4;
	border-color: #999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
	border-style: double;
	border-width: 3px;
}
.gecko input.file {
	border-color: #999;
}
.displayerTable {
	border-collapse: separate;
	border-spacing: 2px;
}
.displayerTable th {
	text-align: center;
}
.actionLink:after {
	content: " »";
}
