/* Copyright 2007-2017 Metaswitch Networks - Highly Confidential Material*/

#resetForm
{
  width: 380px;
  margin-top: 60px;
  margin-left:auto;
  margin-right:auto;
  padding:15px;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(124, 124, 124, 0.37);
  overflow: hidden;
}

div.headerBox
{
  margin-top:0;
}

#resetNumber
{
  margin-bottom:5px;
}

#resetError
{
  text-align: center;
  color: red;
}

#resetError p
{
  display:none;
}

#resetResultInfo
{
  height: 100px;
}

/* This styling is to make a hidden submit button so that the Enter works as expected. */
/* Note that simply making the button invisible with a display:none stops IE processing the Enter key. */
div.hideSubmit
{
  border: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#scriptDisabled
{
  margin-top: 30px;
  text-align: center;
  color: red;
}

/* This item is hidden if behaviors are enabled (since the filter line is
   understood, but if these are disabled, then the text protected by this
   class will be visible to the user.  Note that for the filter to have any
   effect, the item must have layout - which is achieved by giving the item
   a height */
.isIE .hideIfBehaviorsEnabled
{
  height: 20px;
  filter:alpha(opacity=0);
}

.isIE #behaviorRequired
{
  margin-top: 10px;
  text-align:center;
}
