body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

h1 {
  font-family: Verdana, Arial, sans-serif;
  line-height: normal;
  line-weight: normal;
  font-weight: normal;
}

label {
  font-weight: bold;
  color: #5E5147;
  float: none;
}

input {
  border: 1px solid #C3BBB6;
  padding: 2px;
  margin: 2px 0;
  background: #fff url(/qless/images/input.bg.gif) 0 0 repeat-x;
  font-size: 125%;
  vertical-align: middle;
}

legend {
	color: #FA4518;
}

select {
  border: 1px solid #C3BBB6;
  padding: 2px;
  margin: 2px 0;
  background: #fff url(/qless/images/input.bg.gif) 0 0 repeat-x;
}

fieldset {
  border: 0;
  clear:left;
	margin:1em 0pt;
	padding:15px;
}

table.simple, td.simple, th.simple {
	border-color: #444444;
	border-style: solid;
}

table.simple {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	cellpadding: 5px;
}

td.simple, th.simple {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
}

th.simple {
	background-color: #59677f;
	color: #ffffff;
}

.form {
  width: 700px;
  background: #f3efec;
  border: 1px solid #C3BBB6;
  padding: 15px;
}

.entry {
  clear: both;
  padding-top: 10px;
}
.entry .label {
  float: left;
  padding-top: 10px;
  padding-right: 5px;
  font-weight: bold;
  width: 150px;
  text-align: right;
}
.entry .input {
  float: left;
  width: 250px;
  text-align: left;
}
.entry .output {
  float:left;
  width: 250px;
  padding-top: 10px;
  text-align: left;
}

.button {
	font-size: 85%;
  font-weight: bold;
}

.error {
  font-weight: bold;
  color: #FA4518;
}

.loginMsg {
	padding: 20px;
}
.loginMsg .error {
	display: inline-block;
	border-radius: 10px;
	border: 1px solid black;
	padding: 20px 20px 20px 60px;
	color: black;
	background: #FFD0D0 url(/qless/images/alert.png) no-repeat 10px center;
	background-size: 40px 40px;
}
