#popupform,#popupform1,#popupform2,#popupform3,#popupform4,#popupform5,#popupform6,#popupform7,#popupform8,#popupform9,#popupform10,
#restoreUserPassBox,#associateUserWithGroupFormBox,#conductSignUpQNNaireBox,#windowForEnterDepositSum
{
  display: none;
}

.style-popup .error {
  color: #c00000;
}
.style-popup h2 {
  color: #fff;
  margin-bottom: 20px;
}
.style-popup .comment {
  color: #717171;
  margin-bottom: 3px;
}
.style-popup label {
  display: block;
  padding: 16px 0 4px;
}
.style-popup .input_text {
  background-color: transparent;
  border-radius: 3px;
  color: #555;
  display: block;
  font-size: 12pt;
  height: 50px;
  border: 2px solid #dcdcdc;
  margin: 17px 6px 0 0;
  padding: 5px;
  width: 100%;
}

.style-popup .button {
  border-radius: 3px;
  color: #d7d7d7;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  height: 54px;
  padding: 2px 16px;
  width: 100%;
  text-transform: uppercase;
  background-image: url(../images/button-form.png);
  background-repeat: repeat-x;
}

.style-popup .button:hover {
  background-color: #4683ea;
  border: 1px solid #4387fd;
  color: #fff;
}