/*style login*/
body{
			background: #ededed url(../img/background.jpg) no-repeat top center;
		}
#content_main{
	width:100%;
	overflow: hidden;
	}
	#bglog{
		width: 400px;
		overflow: hidden;
		margin: auto;
		margin-top: 200px;
		background: #f2f2f2;
		padding: 0px 0 0 0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
		    background-image: -webkit-linear-gradient(top, #f2f2f2, #fff);
		    background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
		    background-image: -ms-linear-gradient(top, #f2f2f2, #fff);
		    background-image: -o-linear-gradient(top, #f2f2f2, #fff);
		    background-image: linear-gradient(to bottom, #f2f2f2, #fff);
		    -moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border: 1px solid #ccc;
			box-shadow: 0px 0px  5px rgba(0,0,0,0.5);
		}

		#bgl{
			width: 100%;
			overflow: hidden;
			background: #17479e;

			/*background-image: -webkit-gradient(linear, left top, left bottom, from(#1d6fd5), to(#0443b5));
		    background-image: -webkit-linear-gradient(top, #1d6fd5, #0443b5);
		    background-image: -moz-linear-gradient(top, #1d6fd5, #0443b5);
		    background-image: -ms-linear-gradient(top, #1d6fd5, #0443b5);
		    background-image: -o-linear-gradient(top, #1d6fd5, #0443b5);
		    background-image: linear-gradient(to bottom, #1d6fd5, #0443b5);*/


			
			padding: 10px;
		}

		#bgl div{
			padding: 1px 0;
		}

		#bgl div label{
			float: left;
			color: #fff;
			font-family: Tahoma;
			font-size: 11px;
			font-weight: bold;
			width: 120px;
			line-height: 22px;
			text-align: right;
			padding-right: 10px;
		}

		#bgl div input{
			font-family: Tahoma;
			font-size: 11px;
			color: #333;
			padding: 3px;
			width:165px;
		}

	#bglog div #log_iniciar{
		width: 86px;
		height: 28px;
		background: transparent url(../img/btn_iniciar.png) no-repeat;
		border: none;

	}

	#bglog div #log_iniciar:hover{
		background: transparent url(../img/btn_iniciar_hover.png) no-repeat;
	}

	.btn-footer{
		width: 100%;
		overflow: hidden;
		padding-top:10px;
		padding-bottom: 10px;
	}

	.btn-footer .btn-login{
		width: 100px;
		margin-left: 7px;
		overflow: hidden;
		float: left;
	}

	.btn-footer .layer-success{
		width: 280px;
		overflow: hidden;
		text-align: center;
		color:##483939;;
	}

	.btn-footer .layer-success i{
		display: block;
		margin: auto;
	}

	#copy{
		width: 400px;
		margin: auto;
		margin-top: 50px;
	}

	#copy p{
		font-family: Tahoma;
		font-size: 11px;
		color:#333;
		text-align: center;
	}