/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
body{
	overflow: 	hidden;	
}
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;
}

@font-face {
	font-family: 'AmerigoBT';
	src: url(images/tt0643m_.ttf);
}

html,body,#wrapper,#wrapperP {
	height: 100%;
	width: ;
	margin: 0;
	padding: 0;
	border: 0px solid;
	text-align: center;
	font-family: 'AmerigoBT';
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	font-family: 'AmerigoBT';
}

#wrapperP {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	font-family: 'AmerigoBT';
}

.td_input {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/content_input.png);
	background-repeat: no-repeat;
	width: 185px;
	height: 25px;
	border: 0px;
	background-color: transparent;
	color: #FFFFFF;
}

.td_entrar {
	font-size: 20px;
	font-weight: bold;
	font-family: 'AmerigoBT';
	color: #990000;
	background-color: transparent;
	border: 1px solid #990000;
	margin-top: 15px;
	
}

.td_usuario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	font-family: 'AmerigoBT';
	color: #990000;
}

.input_style {
	background-color: #990000;
	border: 1px solid #990000;
	width: 170px;
	font-family: 'AmerigoBT';
	font-weight: normal;
	color: #ffffff;
}

.div_logo {
	position: absolute;
	background-image: url(images/logo_rw.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 99%;
	margin: 20px;
}
#loading {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 100px;
	padding: 0px;
	z-index: 20001;
	height: 50px;
	width: 140px;
}
#loading a {
	color: #225588;
}

