﻿.IcftMessage_div
{
	position: fixed;
	top: 40%;
	left: 40%;
	z-index: 9999;
}

.IcftMessage_sup_canto_esq
{
	width: 13px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
}

.IcftMessage_sup_meio
{
	width: 250px;
	height: 30px;
	background-repeat: repeat-x;
	background-position: left top;
}

.IcftMessage_sup_titulo
{
	color: white;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

.IcftMessage_sup_canto_dir
{
	width: 35px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: right top;
}

.IcftMessage_sup_canto_dir_fecha
{
	padding-left: 7px;
	border: 0px;
	height:21px;
	width:21px;
}


.IcftMessage_inf_quadro_princ
{
	height: 70px;
	background-color: #ffffff;
	border-bottom: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
}

.IcftMessage_inf_container
{
	width: 290px;
	min-height: 70px;
	_height: 70px;
	border-bottom: 3px solid #0000ff;
	border-left: 3px solid #0000ff;
	border-right: 3px solid #0000ff;
}

.IcftMessage_inf_nota
{
	padding: 15px 10px 20px 10px;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}

.icftmessage_grupo_botoes input
{
	width: 100px;
	margin: 5px;
}

.IcftMessage_icone
{
	text-align:left;
	padding-right:10px;
}


IcftMessage_descr div
{
	border:1px solid red;
	background-color:Red;
}