.white-on-black #jquery-msg-bg {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: black;
}


.black-on-white #jquery-msg-bg {
  -moz-opacity: 0.40;
  -khtml-opacity: 0.40;
  opacity: 0.40;
  filter: alpha(opacity=40);
  background: black;
}

.jquery-msg-content {
  -webkit-background-clip: padding-box;
  padding: 15px;
}

.black-on-white .jquery-msg-content {
  background: white;
  color: #333333;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 5px 5px 30px 0 black;
  -moz-box-shadow: 5px 5px 30px 0 black;
  box-shadow: 5px 5px 30px 0 black;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -khtml-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  /* ie fix */
  -pie-lazy-init: true;
  behavior: url(PIE.htc);
}

.white-on-black .jquery-msg-content {
  background: white;
  color: #333333;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 5px 5px 30px 0 black;
  -moz-box-shadow: 5px 5px 30px 0 black;
  box-shadow: 5px 5px 30px 0 black;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -khtml-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  /* ie fix */
  -pie-lazy-init: true;
  behavior: url(PIE.htc);
}



/* AGÊNCIA 1UP */


/* FONTS */

@font-face {
     font-family: 'segoeui';
     src: url('fonts/segoeui.eot'),
	  url('fonts/segoeui.ttf') format('truetype');
}

@font-face {
	font-family: 'seguisb';
	src: url('fonts/seguisb.eot');
	src: local('seguisb'), url('fonts/seguisb.ttf') format('truetype');
}

/* FONTS */ 

html, body{
	background-color:#dcdcdc;
}

#conteudo_form{
	width:550px;
	height:307px;
	margin:auto;
	border:1px solid #baaeae;
	background-color:#FFF;
}

#topo{
	width:100%;
	height:65px;
	background-image:url(../../imgs/hsi.jpg);
	background-repeat:no-repeat;
	background-position:0px, 0px, 0px, 20px;;
}

#titulo{
	width:100%;
	height:52px;
	background-image:url(../../imgs/titulo.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#infos{
	width:100%;
	height:190px;
	background-image:url(../../imgs/bg_login.jpg);
	background-repeat:no-repeat;
	background-position:left;
	/*margin-top:-16px;*/
	display:table;
}

ul{
	width:230px;
	padding-left:285px;
	padding-top:20px;
}

ul li{
	padding:10px;
	padding-top:0px;
	text-align:left;
	font-family:'segoeui';
	font-size:11px;
	color:#393737;
	list-style:none;
}

ul li input {
	border:1px solid #e6e6e6;
	width:160px;
}

ul li a{
	color:#90120e;
	text-decoration:none;
}

ul li a:hover{
	text-decoration:underline;
}

#info_rodape{
	font-family:'segoeui';
	font-size:13px;
	color:#858484;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
}