@charset "utf-8";
/*---GERAL------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	background:url(../imgs/fundo.jpg) repeat-x #fff;
	font:11px Tahoma;
	color:#000;
}
div#directtalk{
	width:51px;
	height:23px;
	clear:both;
	background:url(../imgs/dt_logo.jpg) no-repeat top left;
	margin-top:10px;
}
/*---PAGINA 01--------------------------------------------------------*/
#main{
	width:500px;
	height:525px;
	background:url(../imgs/bg_conteudo.jpg) no-repeat;
	float:left;
	margin-left:2px;
}
div#top01 {
	width:500px;
	height:354;
	background-image:url(../imgs/top01.png);
}
div#top01.manutencao {
	background-image:url(../imgs/chat_off.jpg);
}

div#base01 {
	width:498px;
	margin:-70px 0 0 0;
	height:242px; /*border:solid 1px #BFC7B1;*/
}
div#content01_1 { padding:15px 10px 15px 15px; color:#666666; font-size:13px; }
div#content01_2 {
	width:480px;
	height:166px;
	background:url(../imgs/bg_form.jpg) no-repeat;
	margin-left:9px;
	display:table;
}
.form_txt {
	color:#00693f;
	padding-top:10px;
}
.form_input {
	height:17px;
	border:1px solid #d7d5c6;
	background-color:#FFF;
	margin-top:2px;
	*margin-top:0;
	font-family:Tahoma;
	color:#000;
	font-size:11px;
	padding-left:3px;
}
textarea.form_input{
	width: 210px;
	height: 45px;
}
.form_bt {position:absolute; margin-top:56px; display:inline; *margin-left:-20px;}
.form_bt.alt {margin-top: 65px !important;margin-left: -40px;}
.strong{font-weight:bold; width:135px; display:inline-block; float:left; padding:0; margin-left:115px;}
.form_radioecheckbox{margin:8px 0; *margin:3px 0;}

.strong2 { font-weight:bold; width:200px; display:inline-block; float:left; padding:0; margin:8px 0 0 115px;}
div#form label {
	clear: both !important;
	float: none;
}
/*---PAGINA 02--------------------------------------------------------*/
div#top02 {
	width:500px;
	height:285px;
	background-image:url(../imgs/top01.jpg);
	margin:auto;
}
div#base02 {
	width:498px;
	height:280px;
	border:solid 1px #BFC7B1;
	background-image:url(../imgs/bg_conteudo.jpg);
	margin:auto;
}
div#opcoes {
	float:right;
	width:173px;
	height:207px;
	background-image:url(../imgs/opcoes.jpg);
	padding:73px 10px 0 10px;
}
.bt_opcoes {
	display:block;
	width:173px;
	height:88px;
	cursor:pointer;
}
div#text {
	padding:15px 20px 15px 15px;
	margin-right:200px;
}
div#tab { margin-left:25px; }
table#disp { border: 1px solid #FFF !important; }
table#disp th { border-bottom: 1px solid #FFF !important; }
table#disp .coluna_1 {
	background: #E4E8DB;
	padding: 2px 5px;
}
table#disp .coluna_2 {
	background: #EFF0E8;
	padding: 3px;
	border-left: 1px solid #FFF;
}
/*---CHAT--------------------------------------------------------------*/
div#chat {
	width:498px;
	height:190px;
	background-color:#EFF0E8;
	border-bottom:1px solid #FFF;
}
div#seta {
	position:absolute;
	margin:22px 0 0 10px;
	width:25px;
	height:25px;
	background-image:url(../imgs/seta.jpg);
}
div#msgs {
	width:auto;
	padding:20px 0 0 10px;
}
.msg {
	width:305px;
	height:50px;
	background-color:#F5F6F1;
	border:1px solid #929F7B;
	padding-left:25px;
	font-family:Tahoma;
	color:#000;
	font-size:12px;
}
input.form_bt_msg {
	float:right;
	margin:0 10px 10px;
	clear:both;
}
/* NOva Janela */
.button-new{
  float: left;
  width: auto;
  margin-left: 175px;
  margin-top: -10px !important;
}
.button-new a{
  background: #ebe8df;
  border: 1px solid #d7d5c6;
  padding: 3px 10px;
  color: #f36f1c;
  font-weight: 700;
  padding: 3px 10px;
  text-decoration: none;
}

.message-confirm{
	width: 220px;
	float: left;
	margin-top: 15px;
	margin-left: 125px;
	text-align: center;
	background: #EA631F;
	padding: 3px 0;
	position: relative;
	font-size: 13px;
	color: white;
	text-shadow: 0 1px 1px #656565;
	font-family: sans-serif;
}
