@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html { height: 100%; margin: 0; padding: 0; }

body {
	margin:0px 0px 0px 0px;
	background-color:white;
	font-family:'Roboto', sans-serif;
	font-size:11px;
	height:100%;
}
#rootContainer {
	width:100%;
	height:100%;
}

#rootContainer div {
	position: absolute;
	width: 260px;
	height: 200px;
	top: 40%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	text-align: center;
}


table {
	border:0px; 
}
table td{
	padding:2px;
	font-size:11px;
}

button, .button {
	background-color: #ddffee;
	margin: 0 3px 0 3px;
	font-size: 12px;
	height: 24px;
	border-radius: 3px 3px 3px 3px;
	border-color: silver #000000 #000000 silver;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}

button:active, .button:active {
	border-color: #000000 silver silver #000000;
}

input {
	border: solid 1px #CCCCCC;
	height:16px;
	font-size:11px;
}

.check {
	border: 0;
}

.error {
	color:red;
}


