html, body {
    margin: 0; padding: 0;
	/* Footer stick */
    height: 100%;
    overflow-x: hidden;
}

html {
    background: #eee;
    font: 13px/18px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000;
}

a {
    color: #02396d;
    text-decoration: underline;
}

input,
select, 
textarea {
    font: 13px/16px "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Header */

#header,
#footer {
    background-color: #4b4b4b;
    height: 26px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}

    #header a,
    #footer a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }
    
    #header a:hover,
    #footer a:hover {
        color: #fff400;
    }

#site-title {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
}

    #site-title a {
        display: block;
        padding: 3px 12px;
        height: 20px;
        font-weight: normal;
    }
    
#login-info {
    float: right;
    padding: 3px 12px;
    height: 20px;
}

#login-info-user {
    margin-right: 20px;
}


/* Login box */

#login {
    background: #e9f3f6;
    width: 20em;
    padding: 1.5em;
    margin: 100px auto 0;
	border: 5px solid #a7c4da;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

	#login a {
	}
	
	#login p:first-child {
		margin-top: 0;
	}
	
#gohome {
	margin-bottom: 0;
}

.input {
    margin: 0 0 14px 0;
}

    .input label {
	    color: #3c3c3c;
	    font-size: 12px;
	    text-transform: uppercase;
    }
    
    .submit input {
        font-size: large;
    }
    
    .input input {
        padding: 2px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 100%;
    }
    
    #remember label {
        font-weight: normal;
        display: inline;
		text-transform: none;
    }
    
#UserLogin, #UserPassword {
    width: 80%;
}

.message {
	padding: 10px;
	background: #E8FFFF;
}

/* Error */
#error {
    background: #e9f3f6;
    width: 600px;
    padding: 1.5em;
    margin: 100px auto 0;
	border: 5px solid #a7c4da;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.error-message {
	color: #ff0000;
}

/* Footer */

#wrap {
    /* Footer stick */
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -30px;
}


#footer {
    clear: both;
    text-align: center;
    font-size: 10px;
    padding: 6px 0 0 0;
    height: 24px;
    margin: 0;
}

    #footer a {
        color: #e5e5e5;
        font-weight: normal;
    }

#push {
    height: 30px;
}