#mainpswd {
  margin: 60px auto 0px auto;
	border: 1px solid #cccccc;
	width: 360px;
	background: #F1F3F5;
	font-weight:bold;
	font-size : 14px;
}
form {
  margin-left: 100px;
	border: 1px solid #cccccc;
	width: 180px;
	background: #E9ECEF;
  font-weight:bold;
  font-size : 14px;
  padding: 5px;
  margin-bottom: 10px;
}
.text {
	border: 1px solid #cccccc;
}
input {
  border: 0px solid #cccccc;
  font-size : 14px;
  height: 16px;
}
.caption {
  font-weight:bold;
  margin: 10px;
  font-size : 14px;
  color:#C64934;
}
#icon {
  width: 100px;
  height: 100px;
  float:left;
  background-image: url(microProtector.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

