﻿body { min-width:640px;}
    fieldset.edit { width:640px;}
    fieldset.edit legend { font-weight:bold;}
    fieldset.edit .actions { width:auto; background-color:#eee; text-align:right; padding:10px;}
    fieldset.edit .actions a {
        text-decoration:none;
        background-color:#666;
        color:White;
        padding:2px 15px;
    }
    fieldset.edit .actions a:hover { background-color:#111;}
    .row  { padding:3px 0px;}
    .row label { width:33%; display:inline-block; vertical-align:top;}
    .row input[type="text"] { width:65.6%;}
    .row textarea { width:65.6%;}

.hidden { display:none;}

#status-bar .button.red { font-size:0.75em;}

#header-bg {
    background:-moz-linear-gradient(center top , #AA0000, #DDD) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#AA0000), to(#DDD));
    border-bottom: 10px solid #880000;
}
#header-bg a img {
    margin-left: 10px;
    margin-top: 13px;
    max-height: 71px;
}

#login-block { float:none; display:block; margin:auto;}

#aspnetForm{ min-width:980px;}

.datepickImage {
    left: -27px;
    position: relative;
    top: 3px;
}