
			body {
				font-family: 'Arial', 'sans-serif';
				background-color: #fff;
				margin: 0;
			}
			#login-box{
				background-color: #fff;
				width: 	380px;
				height: 260px;
				margin: 50px auto 0px;
				border-radius:5px;
				opacity: 0.5;
			}
        	    
			#login-box-interno{
				width: 360px;
				height: 240px;
				background-color: #fff;
				position: absolute;
				margin: 10px;
				border-radius: 5px;
				box-shadow: 0px 0px 35px black;
				overflow: hidden;
			}	
			
			#login-box-label{
				height: 45px;
				text-align: center;
				font:bold 14px/45px sans-serif;
				color: white;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;

				background: background: rgb(59,103,158); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(32,124,202,1) 35%, rgba(32,124,202,1) 35%, rgba(43,136,217,1) 50%, rgba(125,185,232,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(35%,rgba(32,124,202,1)), color-stop(35%,rgba(32,124,202,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(32,124,202,1) 35%,rgba(32,124,202,1) 35%,rgba(43,136,217,1) 50%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(32,124,202,1) 35%,rgba(32,124,202,1) 35%,rgba(43,136,217,1) 50%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(32,124,202,1) 35%,rgba(32,124,202,1) 35%,rgba(43,136,217,1) 50%,rgba(125,185,232,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(32,124,202,1) 35%,rgba(32,124,202,1) 35%,rgba(43,136,217,1) 50%,rgba(125,185,232,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

				border-bottom: 1px solid #bfc3c5;
				box-shadow: 1px 0px 3px #dedede;
				color: white;
				text-shadow: 1px 0px 1px black;

			}

			#logout{
				text-decoration: underline;
				color: #000;
				padding: 5px;
			}

			.input-div{
				margin: 20px;
				padding: 5px;
				background-color: #e6e8e9;
				border-radius: 3px;
			}
			.input-div input{
				width: 310px;
				height: 35px;
				padding-left: 5px;
				font: normal 13px sans-serif;
				color: black;
				border-radius: 3px;
				border: 1px solid #bfc4c6;
				outline: none;
			}
			.input-div:hover input{
				border-color:#7dc6dd;
			}
			.input-senha{
				margin-top: -10px;
			}
			.margin-top{
				margin-top: 25px;
			}
			.table_top{
				width: 98%;
				border: none;
				padding: 0;
				background-color: #87CEFA;
			}
			.table_top_simple{
				width: 98%;
				border: none;
				padding: 0;
				margin-top: 20px;
				margin-bottom: 20px;
			}
			.table_top_header > td{
				padding: 5px;
				font-size: 15px;
			}
			.veiculos_krona{
				font-size: 13px;
			}

				#botoes{
					width: 315px;
					margin-left: 25px;
				}
				#botao{
					float:right;
					background-color: #0b6daf;
					padding: 5px 15px;
					font:bold 12px sans-serif;
					border-radius: 55px;
					color:white;
					text-shadow: 0px 1px 0px black;
					border: 1px solid #9ebcc3;
					box-shadow:  0px 0px 10px #c9c9c9;
				}

				#botao:hover{
					background-color: gray;
					cursor:pointer;
				}
				#lembrar-senha{
					font: normal 12px/15px sans-serif;
				}

				.legenda-bloco{
					display: block;
					width: 20px;
					height: 20px;
					margin: 0 auto;
				}
				.legenda-texto{
					margin-top: 2px;
					font-size: 13px;
					text-align: center;
				}
				.orange{
					background-color: orange;
				}
				.yellow{
					background-color: yellow;
				}
				.red{
					background-color: red;
				}
				.purple{
					background-color: #DDA0DD;
				}


	/* Propriedades das imagens*/

		img{
				width: 	330px;
				height: 70px;

		}

		#erro{
			text-align: center;
			width: 340px;
			margin:50px auto 0 auto;
			color: #a94442;
			background-color: #f2dede;
			border: 1px solid #ebccd1;
			padding: 10px;
		}
		#monitor_logo{
			width: 330px;
			margin: 10px auto 0 auto;
		}
		#krona{
			width: 330px;
			margin: 110px auto 0px;
		}
		.queda_link{
			font-size: 42px;
			text-align: center;
			font-weight: bold;
			padding-top: 55px;
		}
		.servicos_kronaone{
			font-size: 32px;
			text-align: center;
			font-weight: bold;
		}
		tr.padding_top > td{
			padding: 10px;
		}
		.center-bold {
			text-align: center;
			font-weight: bold;
			padding: 5px 10px 5px;
			font-size: 14px;
			border-bottom: 1px solid #fafafa;
		}
		.left-bold {
			text-align: center;
			font-weight: bold;
			padding: 5px 10px 5px; 
			font-size: 14px;
			border-bottom: 1px solid #fafafa;
		}
		#logout {

		}

	/* FIM da propriedade IMAGEM */


	/*INICIO DO RODAPE*/
	#rodape{
		width: 350px;
		height: 50px;
		margin: 160px auto 0px;
		background-color: ;
		font: bold 12px/50px sans-serif;
		color: #aeaeae;
		}
		
	#link{
			text-decoration: none;
			color: gray;	
	}


	/*FIM DO RODAPE*/