/** in iframe **/
body{
  font:13px/1.231 arial,helvetica,clean,sans-serif;
  line-height:20px;
  font-size:82%;
  color:#555555;
}
#forgot-pwd h1{
  color:#194D89;
  font-size:20px;
}
.pwd-btn{
  background: url(/rodin_co/frontend/elements/bg/medium-btn.jpg) no-repeat center bottom;
  border: none;
  color:#FFFFFF;
  cursor:pointer;
  height:25px;
  width: 113px;
  font-size: 12px;
  font-weight: bold;
}
.pwd-btn:hover{
  background: url(/rodin_co/frontend/elements/bg/medium-btn.jpg) no-repeat center top;
}
.warning-txt{
  color: red;
}
.warning-block{
  border: red 1px solid;
}
