/*

OLD COLORS
------------
Augsburg Red: 820000
Lavender: 56568B
Lavender Lt: ededed
Cyan: 89CAE1
Orange: E89419
Grey: DBDBDB

NEW COLORS
-------------
PINK: c60651
RED: ac0040

*/

@import url('//fonts.googleapis.com/css?family=Oswald:200,300,400,500');

body {
    max-width: 910px;
    margin: 0 auto;
    font-family: Arial,Helvetica,Sans;
    font-size: 11px;
    padding-left: 20px;
    padding-right: 20px;
    color: #444;
    line-height: 15px;
}
body#ss {
    width: 100%;
    margin: 0 auto;
    font-family: Arial,Helvetica,Sans;
    font-size: 11px;
    padding: 0;
    color: #444;
    line-height: 15px;
}
#header {
    background-image: url("/design_images/header.png");
    background-repeat: no-repeat;
    float: left;
    height: 135px;
    width: 100%;
    position: relative;
}
#header img {
    float: right;
    margin-left: 4px;
    margin-top: 30px;
    position: relative;
    /* each img in the row is 16px */
    width: 17px;
}
#header-plain {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
#topSearchContainer {
    position: absolute;
    right: 0;
    margin-top: 107px;
    padding-left: 20px;
}
#topSearchBox {
    background-color: #CCCCCC;
    border: 0 none;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
    padding: 2px;
}
#topSearchButton {
    background-color: white;
    border: 0 none;
    color: gray;
    font-family: arial,helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
}
#topSearchButton:hover {
    color: black;
}
#page {
   /*
    background-image: url("/design_images/background.gif");
    background-repeat: repeat-y;
    */
    float: left;
    max-width: 910px;
    padding-bottom: 40px;
}
#page-sparse {
    background-image: url("/design_images/background_nocal.gif");
    background-repeat: repeat-y;
    float: left;
    padding-bottom: 40px;
    width: 910px;
}
#page-plain {
    float: left;
    padding-bottom: 40px;
    width: 910px;
}
#page-ss {
    margin: 0 auto;
    padding: 0 20px 40px;
    max-width: 640px;
}
#nav {
    float: left;
    font-size: 11px;
    margin: 0;
    min-width: 8em;
    padding: 0;
    width: 17%;
    min-width:  9em;
}
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav ul li {
    display: inline;
    height: 35;
    width: 155;
}
#nav ul li a {
    color: #626262;
    display: block;
    font-family: arial,helvetica,sans;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 4px;
    text-decoration: none;
    text-transform: none;
}
#nav ul li a:hover {
    text-decoration: underline;
}
#nav li.hd {
    color: #FFFFFF;
    font-family: Tahoma,Arial,Sans;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 4px;
    text-transform: uppercase;
}
#nav li.hd.news {
    background-color: #56568B;
}
#nav li.hd.secure {
    background-color: #E89419;
}
#nav li .resources {
}
#nav li.hd.augsburg {
    background-color: #820000;
}
#nav li p {
    color: #660033;
    padding: 4px 14px 4px 10px;
}
#nav .navlogin {
    padding: 10px;
}
#nav .warninfo {
    color: red;
    margin: 5px 0;
}
#nav .loginalertwrapper {
    border: 4px solid red;
    margin-bottom: 6px;
}
#nav dl, #nav dt, #nav dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav dl {
    display: inline;
}
#nav li.coverup {
    border-bottom: medium none;
    display: block;
    height: 1em;
    margin-top: -1px;
    position: absolute;
    width: 155px;
}
#nav dl dt.unexpanded {
    background-image: url("/design_images/arrow-up.gif");
    background-position: center center;
    background-repeat: no-repeat;
    color: #626262;
    cursor: pointer;
    display: block;
    font-family: arial,helvetica,sans;
    padding-bottom: 4px;
    /*padding-left: 10px;*/
    padding-top: 4px;
    text-decoration: none;
    text-transform: none;
}
#nav dl dt.expanded {
    background-image: url("/design_images/arrow-down.gif");
    background-position: center center;
    background-repeat: no-repeat;
    color: #626262;
    cursor: pointer;
    display: block;
    font-family: arial,helvetica,sans;
    padding-bottom: 4px;
    /*padding-left: 10px;*/
    padding-top: 4px;
    text-decoration: none;
    text-transform: none;
}
dt.unexpanded:hover {
   background: #EDEDED;
}
#nav ul li dl dt a {
}
#nav ul li dl dd ul, #nav ul li dl dd ul li {
    padding-left: 0;
}
#nav ul li dl dd ul li a.opennew {
    background-position: 85% 50%;
    background-repeat: no-repeat;
    padding-left: 17px;
}
/* #nav ul li dl dd ul li a.opennew:after { */
#nav a.opennew:after {
    content: url("/design_images/new_win.gif");
		padding-left: 2px;
}
#nav ul li dl dd ul li a {
    padding-left: 17px;
}
#nav dl dt a:hover {
    text-decoration: underline;
}
#nav img {
    padding-bottom: 2px;
    width: 100%;
}
#primary {
    display: inline;
    float: left;
    background-color: #FFFFFF;
    width: 62%;
    padding: 0 1%;
}
#primary-sparse {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    width: 745px;
}
#search {
    background-color: #FFFFFF;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 190px;
}
#secondary {
    float: right;
    width: 190px;
}
#calendar {
    background-color: #EDEDED;
    max-width: 400px;
}
#calendar .minicalendar {
    padding-bottom: 20px;
    padding-top: 20px;
}
#calendar h2 {
    background-color: #56568B;
    color: #FFFFFF;
    font-size: 11px;
    margin-top: 0;
}
#calendar .date {
    color: #5E5E5E;
    display: inline;
    font-size: 9px;
    font-weight: bold;
    line-height: normal;
    padding-left: 10px;
    padding-top: 2px;
    text-transform: uppercase;
}
#calendar .time {
}
#calendar .location {
}
#calendar .links {
    color: #777777;
    font-size: 9px;
}
#calendar ul {
    list-style-type: none;
    margin-left: 0;
    margin-top: 5px;
    padding-left: 0;
}
#calendar ul li {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
}
#calendar a {
    font-weight: bold;
}
#calendar .title {
    font-size: 11px;
}
#calendar .title {
    color: #660033;
    font-size: 12px;
    font-weight: bold;
}
#calendar .description {
    font-size: 10px;
    line-height: normal;
}
#calendar .footnote {
    font-size: 11px;
    padding-left: 10px;
    padding-top: 10px;
}
#calendar .title img.internal {
    margin: -1px -11px -1px -1px;
}
#calendar img.internal {
    margin: 0 0 -2px;
}
#footer {
    clear: both;
    float: left;
    padding-bottom: 40px;
    width: 100%;
}
h1 {
    color: #660033;
    font-family: Arial,Helvetica,Sans;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
h2 {
    color: #660033;
    font-family: Arial,Helvetica,Sans;
    font-size: 15px;
    -webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
h3 {
    clear: both;
    color: #660033;
    font-size: 14px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}
#front-left h3 {
    font-size: 11px;
}
p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.category, .category a {
    color: #5E5E5E;
    display: inline;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.submitted {
    color: #5E5E5E;
    display: inline;
    font-size: 9px;
    font-weight: bold;
    line-height: normal;
    padding-top: 2px;
    text-transform: uppercase;
}
.caption {
    clear: both;
    font-size: 10px;
    line-height: normal;
    padding-bottom: 10px;
    padding-top: 5px;
}
a.readmore {
    color: #660033;
    font-weight: bold;
}
a.readmore .carat {
    color: #FDB813;
}
a {
    color: #660033;
    text-decoration: none;
}
a:hover {
    color: #660033;
    text-decoration: underline;
}
a img {
    border: medium none;
}
.article img {
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
}
.article .body {
}
#leadarticle {
   /*
    background-image: url("/design_images/leadarticle_bg.gif");
    background-repeat: no-repeat;
    */
    /* height: 278px; */
    width: 100%;
}

#leadarticle h2 {
    margin-top: 0;
    padding-top: 10px;
}
#leadarticle .info {
    color: #5E5E5E;
    float: left;
    font-family: Arial,Helvetica Sans;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    display: block;
}
#leadarticle .photo {
    /*
    width: 46.12%;
    maximum image height is 243px
    */
}
#leadarticle .photo img {

    width: 100%;

}

#leadarticle .teaser {
    float: left;
    min-width: 7em;
    padding-right: 10px;
    padding-top: 15px;
    padding-left: 5px;
    /*
    width: 45%;
    */
}
#leadarticle .teaser p {
    margin-top: 0;
    padding-top: 0;
}

.section-title {
	font-family:  Arial;
	font-size: 1.3em;
	font-weight: bold;
	border-top: #660033 2px solid;
	padding-top: 10px;
	display: block;
}


#front-left {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    width: 58.55%;
    padding-bottom: 10px;
}
#front-right {
    padding-right: 15px;
    padding-bottom: 10px;
    float:none;
    clear:both;
    padding-top:10px;
    width: 200px;
}
.augnet-button {
    width: 100%;
    text-align: center;
    font-family: Oswald;
}

.augnet-button a {
    background-color: #ededed;
    border: #CBC8C7 2px solid;
    font-size: 23px;
    width: 96%;
    width: calc(100% - 4px);
    display: block;
    margin-top: 15px;
    padding: 11px 15px 8px;
    border-radius:8px;
    line-height:0.8;
}
.augnet-button a:hover,
.augnet-button a:focus {
    background-color: #660033;
    color:white;
    text-decoration:none;
}
.augnet-button a small {
    font-size: 13px;
    font-weight: 300;
}
.campusnews {
    clear: both;
    float: left;
    padding-right: 10px;
    width: 175px;
}
.morenews {
    float: left;
    width: 325px;
}
.morenews-main {
    float: left;
    width: 325px;
}
#front-left .newsitem {
    clear: both;
    float: left;
    font-size: 10px;
    padding-top: 15px;
    width: 325px;
}
#front-left .newsitem .thumbnail {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border: #999 1px solid;
}
#front-left .newsitem .description {
    clear: both;
    float: left;
    width: 240px;
}
#front-left .newsitem .title {
    float: left;
    font-weight: bold;
    margin-top: 0;
    font-size: 12px;
}
#front-left .newsitem .info {
    float: left;
}
#front-left .newsitem .submitted {
    clear: both;
    float: left;
    width: 100%;
}
#front-right .newsitem {
    float: left;
    font-size: 10px;
    margin-bottom: 0;
    padding-top: 15px;
    width: 180px;
}
#front-right .newsitem .thumbnail {
    float: left;
    padding-right: 10px;
}
#front-right .newsitem .description {
    float: left;
    line-height: normal;
    width: 110px;
}
#front-right .newsitem .title {
    float: left;
    font-weight: bold;
    line-height: normal;
    margin-top: 4px;
    width: 115px;
    font-size: 12px;
}
#front-right .newsitem .info {
    float: left;
}
#front-right .newsitem .submitted {
    clear: both;
    color: #666666;
    float: left;
    font-size: 9px;
    text-transform: none;
    width: 115px;
}
.linklist {
    float: left;
    line-height: inherit;
    padding-top: 0px;
    margin-top: 20px;
}
#amail {
    padding-left: 15px;
    padding-right: 15px;
}
.divider {
    background-image: url("/design_images/divider.png");
    background-position: center center;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    height: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}
#amail .linklist {
    padding-right: 5px;
    width: 170px;
}
#amail .linklist h2 {
    font-size: 14px;
}
#amail-browse {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#amail-browse a {
    color: #FDB813;
    font-weight: bold;
}
.amail-item {
    clear: both;
    float: left;
    font-size: 11px;
    padding-right: 5px;
    padding-top: 15px;
    width: 500px;
}
#amail-header {
    background-image: url("/design_images/amail-archive.png");
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    height: 60px;
    padding-top: 20px;
    width: 555px;
}
.amail-date {
    clear: both;
    color: #000000;
    float: left;
    font-size: 9px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 25px;
    text-transform: uppercase;
    width: 250px;
}
#amail h2 {
    color: #860038;
    font-size: 20px;
    margin: 10px 0 -12px;
}
#amail .linklist h2 {
    font-size: 14px;
    margin: 0 0 5px;
}
.amail-submit {
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding-right: 30px;
    padding-top: 23px;
    display: none;
}
.amail-change-alert {
    display: block;
    padding: 10px;
    text-align: center;
    clear: both;
    font-size: 17px;
}
.amail-change-alert p {
    line-height: 1.4;
}
.article-list {
    padding-right: 20px;
}
.linklist ul {
    list-style-type: none;
    margin-left: 0;
    margin-top: 5px;
    padding-left: 0;
}
.linklist ul li {
    margin-bottom: 5px;
}
.linklist a {
    color: #626262;
    font-size: 10px;
}
.linklist .category a {
    color: #666666;
    display: inline;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
label {
    display: block;
    padding-bottom: 2px;
}
.submit {
    background-color: #660033;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    margin: 10px 10px 5px auto;
    padding: 2px 5px;
}
.menu-submit {
    border: medium none;
    clear: both;
    color: #E89419;
    display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    margin: 5px 5px 5px auto;
    padding: 2px;
    text-align: center;
    width: 60px;
}
input.search {
    border: 1px solid #DBDBDB;
    clear: both;
    font-size: 11px;
    padding: 2px;
    width: 90%;
}
input.login {
    border: 1px solid #DBDBDB;
    font-size: 11px;
    width: 90%;
}
/* forgot-password */
form a {
   position: relative;
   left: -4em;
    
}
.weeklyphoto {
    float: left;
    width: 189px;
}
.weeklyphoto img {
    padding-top: 10px;
}
br.clear {
    clear: both;
}
form {
    margin: 0;
    padding: 0;
}
.leftnav {
    color: #5E5E5E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.leftnav a:link {
    color: #003399;
    text-decoration: none;
}
.leftnav a:active {
    color: #3366CC;
    text-decoration: underline;
}
.leftnav a:visited {
    color: #003399;
    text-decoration: none;
}
.leftnav a:hover {
    color: #3366CC;
    text-decoration: underline;
}
.no-display {
    display: none;
}
br.clr {
    clear: both;
}
img {
   width: auto;
}
video {
   max-width: 100%;
   height: auto;
}
#nav_menu_bar {
   display: none;
}
.ui-hidden-accessible {
   display: none;
}
#mini_login {
   display: none;
}
/* Full size */
@media (min-width: 900px) {
    #page {
       background-image: url("/design_images/background.gif");
       background-repeat: repeat-y;
       width: 100%;
    }
    #primary {
    }

    #calendar {
       float: right;
       width: 19%;
    }
    #leadarticle .teaser {
        width: 45%;
    }
}
/* partial degradation from original design */
@media(min-width: 900px) {
	#front-right {
		float:left;
		clear:none;
		padding-top: 0;
		width: 170px;
	}
}
@media (max-width: 899px) {
    #leadarticle {
      width: 99%;
    }
    #calendar {
      width: auto;
      max-height: 171px;
      overflow-x: hidden;
      overflow-y: scroll;
      width: 19.23%;
    }
   #calendar{
      position: absolute;
      top: 13em;
      width: 93%;
      max-width: 389px;
      /* height: 133px; */
      height: 40px;
      background-color: none;
   }
   #calendar .minicalendar {
      position: absolute;
      padding-left: 0.75em;
      padding-top: 0px;
      padding-bottom: 0px;
      top: 0px;
      right: 0px;
   }
   #calendar > img {
      max-width: 175px;
      width: 50%;
      max-height: 14em;
      overflow: auto;
      margin-top: -6px;
      position: absolute;
      top: 0px;
      left: 0px;
   }
   #calendar ul {
      width: 55%;
   }
   #calendar .date {
      display: block;
      margin-top: 40px
   }
   #calendar p {
      text-align: left;
      margin-top: 0.2em;
      margin-left: 130px;
   }
   #header {
      /* margin-bottom: 156px; */
      margin-bottom: 88px;
      height: 101px;
   }
   #front-left {
      width: auto;
   }
   #nav {
      background: #EDEDED;
   }
   #nav ul i dl dd up li a.opennew {
      background-image: none;
   }

   #nav dl dt.unexpanded, #nav dl dt.expanded {
      background-image: none;
   }
   #nav dl dt.unexpanded:after, #nav dl dt.expanded:after {
      font-size: larger;
   }
   #nav dl dt.unexpanded:after {
      /* escaped unicode  raquo or right double quote */
      content: "\00BB";
      color: #C60651;
   }
   #nav dl dt.expanded:after {
      /* escaped unicode laquo or left quote */
      content: "\00AB";
      color: #C60651;
   }
   #leadarticle .photo {
      width: 100%;
   }
   #leadarticle .photo img {
      width: 99%;
   }
   #leadarticle .info,
   #leadarticle .teaser {
      float: none;
      padding-top: 0px;
   }
   #leadarticle h2 {
      padding-top: 0px;
   }
   #primary {
      width: 68%;
   }
   #header img {
      margin-top: 139px;
   }
   #topSearchContainer {
      /* margin-top: 258px; */
      margin-top: 165px;
   }
   #front-left {
      padding: 0px;
      float: none;
   }
   #front-left .newsitem .submitted,
   #front-left .newsitem .title,
   #front-left .newsitem .info,
   #front-left .newsitem {
      float: none;
      margin-top: 0px;
   }
   #front-left .newsitem .description {
      clear: right;
      float: none;
   }
   #front-left .newsitem .thumbnail {
      width: auto;
   }
}


/* Two Column */
@media (max-width: 700px) {
   body {
      padding-left: 4px;
      padding-right: 4px;
   }
   #topSearchContainer {
      margin-top:14em;
   }
   #calendar {
      top: 151px;
      max-height: 140px;
      overflow: auto;
      width: 97%;
      max-width: 400px;
   }
   #primary {
      max-width: 79%;
   }
   .article-list {
      padding-right: 0;
   }
   #topSearchContainer {
      left: -1.5em;
   }
   #topSearchContainer, #header img {
      margin-top: 12em;
   }
   #topSearchBox {
      width: 8em;
      padding: 0;
   }
   #topSearchButton {
      font-size: 11px;
   }
   #leadarticle .teaser {
      padding-right: 0px;
      padding-top: 0px;
   }
   #leadarticle .photo {
      padding-bottom: 0px;
   }
   #front-left {
      padding: 0;
   }
   #nav dl dt.unexpanded {
      background-position: -3.5em 50%;
   }
   #front-left .newsitem {
      width: auto;
   }
   #front-left .newsitem .description {
      width: auto;
   }
   iframe {
      width: 98%%;
   }
   #leadarticle .photo img {
      width: 100%;
   }
   #nav dl dt.unexpanded, #nav dl dt.expanded {
      background-image: none;
   }
   #nav dl dt.unexpanded:after, #nav dl dt.expanded:after {
      font-size: larger;
   }
   #nav dl dt.unexpanded:after {
      /* escaped unicode  raquo or right double quote */
      content: " \00BB";
   }
   #nav dl dt.expanded:after {
      /* escaped unicode laquo or left quote */
      content: " \00AB";
   }
}

/* to shrink the background header image */
@media (max-width: 520px) {
   #header {
      background-size: 182%;
      background-position: -10px 4px;
   }
}

/* and adjust the height for small */
@media (max-width: 400px) {
   input[type=button],
   input[type=submit],
   input[type=reset],
   input[type=password],
   input[type=text] {
      min-height: 36px;
      min-width: 72px;
   }
   #header {
      margin-bottom: 180px;
   }
   #header img {
      margin-top: 98px;
   }
   #topSearchContainer {
      margin-top: 89px;
   }
   #calendar {
      top: 234px;
   }
   #nav {
      font-size: 12pt;
   }
   body {
      font-size: 11pt;
   }
   #nav_menu_bar {
      display: block;
      background-color: #660033;
      height: 40px;
      padding: 3px;
      vertical-align: center;
      position: relative;
   }
   /* JQuery create a subtle button push effect to make entire active area clear */
   .button_pressed {
      border-top: 3px purple solid;
      border-left: 3px purple solid;
      border-bottom: 3px #FFCCE6 solid;
      border-right: 3px #FFCCE6 solid;
      opacity: 0.85;
      height: 34px;
   }
   #nav_menu_bar img {
      width: 40px;
      height: 40px;
   }
   #nav_menu_label {
      color: white;
      font-weight: bold;
      font-size: 14pt;
      top: 30%;
      margin-left: 0.5em;
      position: absolute;
   }
   #leadarticle .photo img {
      width: 100%;
      margin-right: 0;
   }
   #leadarticle .photo {
      padding-bottom: 0px;

   }
   #leadarticle .teaser {
      float: right;
      width: 74%;
      padding-top: 0px;
   }
   #leadarticle h2 {
      padding-top: 0px;
   }
   #front-left .newsitem .info {
      width: 72%;
   }
   #nav li:hover ul {
      display: block;
   }
   #nav_menu #nav {
      position: absolute;
      left: -999px;
      z-index: 5;
      background: #EDEDED;
      width: 11em;
      padding: 5px;
      border-right: 4px solid grey;
      border-bottom: 4px solid grey;
      line-height: 1.5em;
   }
   #nav input {
      height: 2em;
   }
   #nav_menu {
      margin-bottom: 137px;
      margin-top: -184px;

   }
   #primary {
      max-width: 97%;
      width: 97%;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 7px;
   }
   .faded {
      opacity: 0.3;
   }
   /* use modern conventions to make the search button a little more space efficient */
   #topSearchBox {
      background: url(//augnet.augsburg.edu/images/searchIcon.gif) no-repeat #FFF right 3px;
      border-radius: 10px;
      border: solid #A8A8A8 2px;
      min-height: 21px;
      padding-left: 0.5em;
      width: 7em;
   }
   #topSearchButton {
      visibility: hidden;
   }
   /* AMail specific tweaks */
   .amail-item {
      width: auto;
   }
   #amail .linklist {
      float: none;
      width: 100%;
      padding-top: 0.5em;
   }
   #amail-header {
      width: 100%;
   }
   .amail-submit {
      float: right;
      padding-right: 0;
      margin-top: -3.8em;
   }
   .amail-date {
      padding-right: 1em;
   }
   #calendar {
      font-size: 10px;
   }
   /* a non-menubar login for small screens */
   #mini_login {
      display: inline-block;
      position: relative;
      color: #FFF;
      font-weight: bold;
      background: darkgray;
      padding: 3px;
      margin-top: 5px;
      width: 98%;
      height: 42px;
   }
   #m_username {
      width: 5em;
   }
   #m_password {
      width: 32%;
   }
   #m_user {
      position: absolute;
      color: #FDB813;
      top: 30%;
      left: 0.5em;
   }
   #m_username,
   #m_password,
   #m_logout,
   #m_submit {
      min-height: 36px;
      min-width: 40px;
   }
   #m_logout,
   #m_submit {
      position: absolute;
      right: 2px;
      top: 3px;
      height: 87%;
   }
   #m_label {
      padding-right: 0.5em;
   }
   .bad_login {
      border: 2px solid red;
      color: red;
   }
   .logged_in {
      color: lightpink;
   }
   input[type="submit"],
   input[type="clear"],
   button {
      -webkit-appearance: none;
      border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      -webkit-border-radius: 0.5em;
      text-align: center;
      letter-spacing: 1px; 
      padding-left: 0.7em;
      padding-right: 0.7em;
      cursor: pointer;
      -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
      box-shadow: 0 1px 2px rgba(0,0,0,.2);
      text-shadow: 0 1px 1px rgba(0,0,0,.3);
      background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C0C0C0));
      background: -moz-linear-gradient(top,  #FFF,  #C0C0C0);
   }
   input[type="submit"]:hover,
   input[type="clear"]:hover,
   button:hover {
      position: relative;
      top: 1px;
   }
}
