@import 'mephisto.css';


#fullscreen {
  float: none;
  margin: 0 auto;
  text-align: center;  
}

#fullscreen #main {
  width: 330px;
  float: none;
  margin: 0 auto !important;
  text-align: left;
  padding: 0;
}

#header {
  height: 100px;
}

#flash-errors {
  background: #a22;
  color: #fff;
}

/*
 *=FORMS
 */



/*
 *=ACCOUNT/LOGIN
 */
 
#body-account {
  color: #333;
}

#body-account .btns {
  background: transparent;
  border: none;
}

/*
 *=MISC BOXES
 */

.little-box {
display: block;
padding: 10px;
}
