File: D:/HostingSpaces/SBogers10/lab.komma-mediadesign.nl/wwwroot/lab/css/screen.css
body{ background: #F1F2F2; color: #424242; font-size: 10px; font-family: Monaco, sans-serif; }
h1{ font-size: 12px; font-weight: bold; }
h2{ font-size: 11px; font-weight: bold; }
p{ margin: 0 0 1em 0;}
a{ color: #0062FF; text-decoration: none; }
::selection{ background:#0062FF; color:#fff; }
::-moz-selection{ background:#0062FF; color:#fff; }
::-webkit-selection{ background:#0062FF; color:#fff; }
/* Alerts */
.alert{ display: block; position: absolute; top: 0; right: 0; padding: 20px; width: 200px; background: #0062FF; color: #fff; }
.alert.succes{ }
.alert.error{ }
.alert .close{ position: absolute; left: -30px; top: 0; padding: 9px 0 0 11px; width: 18px; height: 21px; background: #0062FF; color: #fff; cursor: pointer; }
.alert .close:hover{ background: #B2BCCE; color: #0062FF; }
/* Aside */
#aside{ float: left; width: 200px; min-height: 600px; padding: 20px; }
#content{ float: left; padding: 20px; }
/* Login */
#page-login #wrapper{ position: absolute; top: 40%; left: 50%; margin-left: -100px; width: 200px; }
.input-row{ display: block; margin-bottom: 10px; }
.login-input{ background: none; border: none; border-bottom: 1px solid #848484; }
.login-submit{ display: none; }
.hidden-info-holder{ position: relative; overflow: hidden; margin-top: 2em; color: #848484; }
.hidden-info{ position: relative; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); }
/* Uploader */
.progress{ width: 200px; }
.progress .bar{ width: 0; height: 5px; background: #0062FF; }