/*
Theme Name: Members Login Page
Theme URI: http://www.dukedollars.com/
Description: Custom Theme Created For StrongBox Login Pages
Author URI: http://thedocblog.com/
*/

 body {
  background: transparent;
  background-image: none;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  margin: 0;
  padding: 0;
 }

 a:link {
  color: #6633cc;
  text-decoration: underline;
 }
 a:visited {
  text-decoration: underline;
  color: #6633cc;
 }
 a:active {
  text-decoration: underline;
  color: #6633cc;
 }
 a:hover {
  text-decoration: none;
  color: #330099;
 }


/* ======================================================== page body */
 #contain {
  background: transparent;
  background-image: none;
  width: 730px;
 }

 #welc {
  background: transparent;
  background-image: none;
  font-weight: bold;
  font-size: 16px;
  color: #990000;
  margin: 10px 0 10px 0;
 }

 #note {
  border: 1px solid #E1E1E1;
  background: transparent;
  background-image: none;
  text-align: center;
  width: 650px;
  color: #000;
  padding: 8px 8px 8px 8px;
 }

 #badnote {
  border: 1px solid #FF3232;
  background: transparent;
  background-image: none;
  text-align: left;
  width: 650px;
  color: #000;
  padding: 8px 8px 8px 8px;
 }

 .bull {
  background: transparent;
  background-image: none;
  padding: 0 3px 4px 3px;
 }

 .cell {
  border: 1px solid #E1E1E1;
  background: transparent;
  background-image: none;
  padding: 3px 3px 3px 3px;
 }

 td {
  font-family: Verdana, helvetica, sans-serif;
  background: transparent;
  background-image: none;
 }

 #warn {
  background: transparent;
  background-image: none;
  font-weight: bold;
  font-size: 12px;
  color: #990033;
  text-align: center;
 }

 #foot1 {
  background: transparent;
  background-image: none;
  font-size: 11px;
  margin: 20px 0 0 0;
 }

 #tryagain a{
  background: transparent;
  background-image: none;
  font-weight: bold;
  font-size: 24px;
 }


/* ======================================================== forms */
 input {
  font-family: Arial, Helvetica, sans-serif;
  color: #5c5f50;
  background: #eee;
  font-size: 11px;
  border: 1px solid #999999;
  margin: 1px;
  padding-left: 2px
 }

 .button {
  font-family: Arial, Helvetica, sans-serif;
  color: #5c5f50;
  background: #eee;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #336699;
  position: relative;
  text-align: center;
  margin: 8px auto;
  padding: 0;
 }