/** Add css rules here for your application. */
.rp {
	background: rgb(238, 238, 238);
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

.bp {
	text-align: center;
}

.st {
	background: #1E90FF;
	-webkit-border-bottom-left-radius: 0.5em 0.5em 0.5em 0.5em;
	border: 0px none;
	font-family: sans-serif;
	font-size: 1em;
	height: 3em;
	width: 10em;
	margin: 1em 0 1em 0;
}

.sex {
	font-size: 10px;
}

.vp {
}

.vPanel {
	height:100%;
}

.log {
	height:80%;
	width: 90%;
	overflow: auto auto;
	background: white;
	-webkit-border-top-left-radius: 0.5em 0.5em;
	-webkit-border-top-right-radius: 0.5em 0.5em;
	border: 1px solid rgb(204, 204, 204);
	left: 1em;
	right: 1em;
}

.inp {
	background-color: #777777;
}

.sinp {
	background-color: #FFFFE0;
}

.bhp {
	width: 100%;
	overflow: auto auto;
margin-left: 14px;
}

.dsc {margin: 1px;
	background: white;
	-webkit-border-bottom-left-radius: 0.5em 0.5em;
	border: 0px none;
	font-family: sans-serif;
	font-size: 1em;
	height: 5em;
	padding: 5px;
	width: 15%;
float: left;
}

.dtb {margin: 1px;
text-align: bottomt;
	background: white;
	border: 0px none;
	font-family: sans-serif;
	font-size: 1em;
	height: 5em;
	width: 60%;
	overflow: auto auto;
	padding: 0px;
float: left;
}


/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.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;
}