
#authenticate {
 width:250px;
}
/*
#job-cards, #inventory, #mobile-access, #time-sheets, #job-costing, #invoicing {
 margin-top:30px;
}
*/
.usageindicator {
 position: absolute;
 top: -50px;
 right: -50px;
 width: 128px;
 height: 128px;
 background: transparent url('/images/icons/128/usage startup.png') center center no-repeat;
}

.usagetick {
 background-image: url('/images/icons/128/usage tick.png');
}
.usagequestionmark {
 background-image: url('/images/icons/128/usage question.png');
}
.usagecross {
 background-image: url('/images/icons/128/usage cross.png');
}


.subscriptionmessage .dismiss:before {
 content: "click here to close this message";
 text-decoration: none;
 position: absolute;
 width: 100px;
 right: 7px;
 bottom: 19px;
 padding: 5px;
 border-radius: 7px;
 color: #a60;
 background: #fa0;
 background-color: rgba(250,180,0,0.6);
}
.subscriptionmessage .dismiss:after {
 content: "";
 position: absolute;
 width: 0;
 height: 0;
 border: 7px solid transparent;
 border-top-color: #fa0;
 border-top-color: rgba(250,180,0,0.6);
 bottom: 5px;
 right: 18px;
}
