/* css do formulário de login */
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;
}

/* Login box */
#login {
    background: #e9f3f6;
    width: 20em;
    padding: 1.5em;
    margin: 10px 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;
	text-align:center;
}

.input {
	margin:0;
	padding:14px;
	float:left; 
	width:130px;
}

    .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%;
}

.time_elapsed{
	color:#fff;
	font-size:12px;
	position:relative;
	height:1em;
	bottom:-1.5em;
}
