body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5em;
  
  margin:0;padding:0;
}

table, table td {
	border-spacing:0px;border-width:0px;padding:0;border-collapse: collapse;
}

.title {
  font-weight: bold;
  font-size: 13px;
}
.job  {
  font-size: 11px;
}

.row {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
}

label {
  display: inline-block;
  width: 70px;
}

.helper {
  width: 100%;
  font-size: 11px;
  font-style: italic;
}

.widget-center {
  margin: 20px;
  width: 400px;
  height: 300px;
  
}

button {
  margin: 20px 0 0 0;
  width: 100px;
  height: 30px;
  cursor: pointer;
}

.link {
  text-decoration: none;
  color: #000
}

.error {
  color:  #990000;
}