.clear {
	width: 100%;
	clear: both !important;
	display: inline-block;
}

.label{
	width:150px;
	display:inline-block;

}

.container{
	width:320px;
}

input{
	font-size: 25pt;
}

select, option{
	font-size: 15pt;
}

#labelImg{
	cursor:help;	
}

body{
	font-family: arial;
	font-size: 15pt;
}

input.action{
	background-color:#cc0000;
	color:white;
}

input[disabled]{
	background-color:#f5f5f5;
	color: #cccccc;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.loginBox{
	padding: 10px;
	font-size: 30pt;
	background-color:#ffcc66;
}

.msg{
	text-align: center;
	color: red;
}

#status {
  padding: 5px;
  color: #fff;
  background: #ccc;
}

#status.fail {
  background: #c00;
}

#status.success {
  background: #0c0;
}

#status.offline {
  background: #c00;
}

#status.online {
  background: #0c0;
}

div.status{
	display:block;
	text-align: center;
	vertical-align: middle;
	line-height: 35px; 
	background-color: #ffcc66;
}
