body {
  color: #303030;
  font-family: Tahoma,sans-serif;
  font-size: 14px;
  background: transparent;
  text-align: center;
  background: none;
}

#wrapper {
	width: 220px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

a {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
}

fieldset label a {
  color: #2d2d2d;
}

form, fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  margin-top: 6px;
  width: 225px;
}

fieldset .login-row {
  margin-top: -5px;
}

fieldset label {
  text-align:center;
  font-size: 14px;
  width: 100%;
}

fieldset label.forgot {
  font-size: 12px;
  margin-top: 5px;
  width: auto;
}

fieldset input.text {
  border: 1px solid #7c7c7c;
  font-family: Tahoma,sans-serif;
  font-size: 12px;
  padding: 2px 0 1px 5px;
  width: 135px;
}

input, textarea, select {
  vertical-align: middle;
}

.header {
	width: 100%;
	background-color: #c0c0c0;
    border: 1px solid #939393;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 3px 0;
}
	
.disclaimer {
	font-size: 10px;
	text-align: left;
	margin-top: 15px;
	text-align: justify;
	line-height: 14px;
}
