
/* CSS Document */


*{
	margin:0;
	padding:0;
}

body{
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#header{
	margin:0 auto;
	padding-top:10px;
	min-height:100%;
	overflow:hidden;
	background:url(login/bg-top.png) repeat;
}

#inheader{
	width:880px;
	min-height:100%;
	overflow:hidden;
	padding-bottom:30px;
	background:url(login/light.png) center bottom no-repeat;
	margin:0 auto;
	padding-top:10px;
}

	#header-top{
		width:176px;
		height:88px;
		background:url(login/logo.png) no-repeat;
	}

	#header-left{
		width:430px;
		float:left;
		color:#FFFFFF;
		margin:20px 20px 0 0;
	}

	#header-left p span{
		font-size:24px;
		font-weight:bold;
	}

	#header-right{
		width:430px;
		float:right;
		margin-top:20px;
	}

	#header-right h1{
		color:#FFFFFF;
	}

		form{
			margin:0;
			padding:0;
		}

		.logar{
			font-size:12px;
			color:#999999;
			text-indent:5px;
			outline:none;
			height:30px;
			width:260px;
			background:#FFF;
			border:1px solid #CCC;
			margin-bottom:10px;
		}

		.bt-enter{
			width:274px;
			height:30px;
			display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);


		}

#center-img{
	width:100%;
	height:128px;
	background:url(login/pessoas.jpg) left top repeat-x;
}

#footer{
	width:100%;
	min-height:100%;
	overflow:hidden;
	clear:both;
}

	#infooter{
		width:880px;
		height:auto;
		text-align:left;
		margin:0 auto;
		padding:20px 5px;
		font-size:24px;
		color:#737373;
	}

	#copy{
		width:880px;
		font-size:12px;
		color:#73757c;
		margin:0 auto;
		clear:both;
	}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

h1{
font-weight:normal;
font-size:22px
}

.btn-custom {
  background-color: hsl(215, 64%, 37%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b85d7", endColorstr="#21549a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4b85d7), to(#21549a));
  background-image: -moz-linear-gradient(top, #4b85d7, #21549a);
  background-image: -ms-linear-gradient(top, #4b85d7, #21549a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b85d7), color-stop(100%, #21549a));
  background-image: -webkit-linear-gradient(top, #4b85d7, #21549a);
  background-image: -o-linear-gradient(top, #4b85d7, #21549a);
  background-image: linear-gradient(#4b85d7, #21549a);
  border-color: #21549a #21549a hsl(215, 64%, 32%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.font-format{
font-size:13px;
text-decoration:underline;
color:#FFFFFF;
margin-top:10px;
}

.alert{
margin-bottom: 5px;
width:223px;
}

.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}
.alert-error h4{color:#b94a48}
.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px; color:#c09853;}
