/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}



.lookup-found-title,.lookup-found,.lookup-action,.lookup-label {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: .825em;
	cursor: pointer;
}
.lookup-found-title
{
	font-weight: bold;
	white-space: nowrap;
}
.lookup-instructions
{
	font-weight: bold;
	white-space: nowrap;
}
.lookup-action-button {
	background: top left no-repeat url(/web/20090826021633oe_/http://www.capc.org/support/lookup.gif);
	width: 22px;
	height: 22px;
}

.lookup-action-button-disabled {
	background: top left no-repeat url(/web/20090826021633oe_/http://www.capc.org/support/lookup-disabled.gif);
	width: 22px;
	height: 22px;
}

.item-selected {
	font-style: normal;
	font-weight: bold;
}

.lookup-instructions {
	white-space: nowrap;
}

.lookup-text {
	width: auto;
}
.aha-lookup-panel,
.lookup
{
	width: 100%;
}
.lookup-field {
	width: 100%;
}

#lookup-text {
	width: auto;
}

.choices-footer-label {
	
}
