html ,body{
	background-image:url('img/bg.png');
	background-repeat:repeat-x;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color: #F4F4F4;
	margin: 0;
	padding: 0;
	height:100%;
	_filter: expression(document.execCommand("BackgroundImageCache", false, true));

}

::-moz-selection    { background: #cc1413; color: white; /* Firefox */ }

body{_filter: expression(document.execCommand("BackgroundImageCache", false, true));}

a{
	text-decoration:none;
	color:#8c8e93;
	outline:0;
}
a:hover{
	text-decoration:none;
}
#center{
	margin:auto auto;
	width:778px;
}
#main{
	width:778px;
	
}
#top{
	height:149px;
	display:block;
	font-weight:normal;
}

#logo{
	background-image: url('img/logo.png');
	background-repeat:no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/logo.png',sizingMethod='scale');
	position:absolute;
	width:132px;
	height:70px;
	margin-top:20px;
	margin-left:10px;
	cursor:pointer;
}
#banner{
	width:468px;
	height:60px;
	position:relative;
	left:152px;
	top:25px;
	overflow:hidden;
	border:1px solid #f9f9f9;
	
}
#banner_buttom{
	
	background-repeat:no-repeat;
	position:relative;
	width:142px;
	height:60px;
	left:635px;
	top:-36px;
}
.menu_botoes_red{
	position:relative;
	overflow:visible;
	font-size:13px;
	font-weight:normal;
	text-align:center;
}
.menu_botoes_red .table{
	width:778px;
	
	margin:center center;
}
.menu_botoes_red .table .bts_prev{
	text-align:left;
	width:165px;
}
.menu_botoes_red .table .bts_next{
	text-align:right;
	width:165px;
}
.menu_botoes_red .table .bts_page{
	text-align:center;
	width:448px;
}


.menu_botoes_red .bt{color:#ffffff;height:32px;float:left;}
.menu_botoes_red .bt .left{background-image:url('img/bt_bg.png');background-position:left top;background-repeat:no-repeat;width:10px;max-width:10px;margin: 0pt;padding: 0pt;height:28px;}
.menu_botoes_red .bt .center{margin: 0pt;padding: 0pt;height:25px;color:#ffffff;background-image:url('img/bt_bg.png');background-position:center top;background-repeat:no-repeat;text-align:center;}
.menu_botoes_red .bt .center a{color:#ffffff; font-weight:normal;text-decoration:none; font-size:13px;}
.menu_botoes_red .bt .right{background-image:url('img/bt_bg.png');background-position:right top;background-repeat:no-repeat;width:10px;height:28px;max-width:10px;margin: 0pt;padding: 0pt;height:28px;}

.menu_botoes_red .bt_selected{color:#666666;height:32px;float:left;opacity:0.3;filter:alpha(opacity=30);}
.menu_botoes_red .bt_selected .left{background-image:url('img/bt_bg.png');background-position:left bottom;background-repeat:no-repeat;width:10px;max-width:10px;margin: 0pt;padding: 0pt;height:28px;}
.menu_botoes_red .bt_selected .center{margin: 0pt;padding: 0pt;height:25px;color:#666666;background-image:url('img/bt_bg.png');background-position:center bottom;background-repeat:no-repeat;text-align:center;}
.menu_botoes_red .bt_selected .center a{color:#ffffff; font-weight:normal;text-decoration:none; font-size:13px;}
.menu_botoes_red .bt_selected .right{background-image:url('img/bt_bg.png');background-position:right bottom;background-repeat:no-repeat;width:10px;height:28px;max-width:10px;margin: 0pt;padding: 0pt;height:28px;}


#menu{
	width:778px;
	height:34px;
	position:relative;
	font-size:13px;
	top:-10px;

}
#menu a{
	
	text-decoration:none;
	outline:0;
	float:left;
}
#menu a:hover{
	text-decoration:none;
}

#menu .tab{
	border:0;
	color:#ffffff;
	height:34px;
	float:left;
	padding-right:5px;
}
#menu .tab .left{width:10px;height:34px;}
#menu .tab .center{height:34px;margin-top:5px;vertical-align:middle;}
#menu .tab .center a{color:#cc1413;}
#menu .tab .center .fav{
	width:20px;
	height:15px;
	background-image:url('img/ico_lista.gif');
	background-repeat:no-repeat;
	background-position:center center;
	vertical-align:top;
	float:left;
}
#menu .tabActive .center .fav{
	width:20px;
	height:15px;
	background-image:url('img/ico_lista_active.gif');
	background-repeat:no-repeat;
	background-position:center center;
	vertical-align:top;
	float:left;
}
#menu .tab .center #favtip{
	background-image:url('img/fav_tip.gif');
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	width:150px;
	height:22px;
	left:100%;
	margin:0 0 0 -150px;
	top:-20px;
}
#menu .tab .right{width:10px;height:34px;}

#menu .tabActive{
	border:0;
	color:#ffffff;
	height:34px;
	float:left;
	padding-right:5px;
}

#menu .tabActive .left{
	background-image:url('img/tab.png');
	background-position:left top;
	width:14px;
	height:34px;
}
#menu .tabActive .center{
	height:34px;
	margin-top:2px;
	color:#ffffff;
	background-image:url('img/tab.png');
	background-position:center top;	
	vertical-align:middle;
}
#menu .tabActive .center a{color:#ffffff; font-weight:normal;}


#menu .tabActive .right{
	background-image:url('img/tab.png');
	background-position:right top;
	width:14px;
	height:34px;
}

#main #content{
	position:relative;
	background-color:#F4F4F4;
	margin:auto auto;
	width:778px;
	min-height:580px;
	display:block;
	margin-top:10px;
}
#main #content .table{
margin: auto auto;
display:block;
width:778px;
}

#main #tvFlashSearch{
	background-image:url('img/box_full_line_gray.png');
	background-repeat:no-repeat;
	width:778px;
	height:210px;
	display:block;
}
#main #tvFlash{
	width:476px;
	height:200px;
	background-image:url('img/bgTvFlashRight.png');
	background-repeat:no-repeat;
	background-position:450px top;
}

#main #search{
	width:302px;
	height:200px;
	background-position:left top;
	text-align:left;
}

#main #search .selection{
	color:#cccccc;
	
}
#main #search table{
margin:10px 10px;
}
.title{
	font-size:20px;
	font-weight:bold;
	color:#cc1413;
	height:28px;
	text-align:left;
}

#main #destaques{
	position:relative;
	width:778px;
	height:370px;
	display:block;
	background-image:url('img/box_full_line_red.png');
	background-repeat:no-repeat;
}
#main #destaques th{
	width:758px;
	height:25px;
}
#main #destaques .content{
	width:778px;
}
#main #destaques .title{
	font-size:20px;
	font-weight:bold;
	color:#cc1413;
	height:28px;
	text-align:left;
	padding:7px;
}
#main #destaques .more{
	position:absolute;
	height:25px;
	width:80px;
	font-size:12px;
	top:14px;
	left:700px;
}

#main #destaques .more .maisDestaquesIco{
	position:absolute;
	background-image:url('img/go_arrow.gif');
	background-position:right center;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	top:0px;
	left:50px;
}
#main #destaques #imoveis{
	position:relative;
	width:760px;
	margin:auto auto;
	height:290px;
	display:block;
}
#main .formRed{
	width:778px;
	background-image:url('img/box_full_line_red_bg_all.png');
	background-repeat:repeat-y;
	clear:both;
	
	display:block;
}

#main .formRed .title{
	background-image:url('img/box_full_line_red_top.png');
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding-left:10px;
	width:778px;
	height:37px;
	text-align:left;
}
#main .formRed .body{
	background-image:url('img/box_full_line_red_bg.png');
	background-repeat:no-repeat;
	padding:10px;
	min-height:580px;
}
#main .formRed .bottom{
	background-image:url('img/box_full_line_red_bottom.png');
	background-repeat:no-repeat;
	height:22px;
}


.box_imovel{
	width:170px;
	height:305px;
	max-height:305px;
	float:left;
	font-size:11px;
	margin:8px;
	overflow:hidden;
}
.box_imovel:hover{
	background-image:url('img/box_imovel.png');
	background-repeat:no-repeat;
}
.box_imovel .finalidade{
	height:20px;
	line-height:20px;
	font-size:18px;
	color:#666666;
	padding-top:5px;
	padding-left:5px;
}
.box_imovel .thumb{
	margin:auto auto;
	width:150px;
	height:99px;
	border:1px solid #cccccc;
	overflow:hidden;
	padding:5px;
}
.box_imovel .thumb IMG{
	width:150px;
	height:99px;
	overflow:hidden;
}

.box_imovel .descricao{
	width:150px;
	max-height:60px;
	min-height:60px;
	height:60px;
	padding:5px;
}

#imovel_imagem{
	position:relative;
	width:450px;
	height:480px;
	overflow:hidden;
	float:left;
	padding:5px;
	margin-top:10px;
	background-image:url('img/bg_imovel_image.png');
	background-repeat:no-repeat;
}
#imovel_imagem a{font-size:11px;}
#imovel_imagem .view{
	border:1px solid #d1d1d1;
	width:445px;
	height:300px;
	margin:auto auto;
	overflow:hidden;
	background-image:url('img/loading_white.gif');
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:10px;
}
#imovel_imagem .view img{
	width:445px;
	height:300px;
	margin:auto auto;
}
#imovel_imagem .galeria{
	position:relative;
	width:445px;
	height:100px;
	margin:auto auto;

}
#imovel_imagem .opts{
	height:25px;
	width:454px;
}

#imovel_info{
	position:relative;
	min-height:490px;
	height:490px;
	margin-top:10px;
	margin-left:5px;
	width:310px;
	float:left;
	background-image:url('img/bg_imovel_info.png');
	background-position:top;
	background-repeat:no-repeat;
}

#imovel_info .title{
padding:5px;
}
#imovel_info th{
	width:100px;
	height:22px;
	line-height:22px;
	text-align:right;
	color:#666666;
	
}
#imovel_info th td{width:200px;}
#imovel_info .descricao{
	height:160px;
}

#important{
	position:relative;
	height:25px;
	width:778px;
	background-image:url('img/bg_important.png');
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:5px;
	margin-bottom:5px;
}
#important .importantIco{
	position:relative;
	width:25px;
	height:25px;
	background-image:url('img/ico_i.gif');
	background-repeat:no-repeat;
	background-position:center center;
}

#important .importantTXT{
	height:25px;
}
#important .importantTXT label{
	color:#cc1413;
	font-weight:bold;
}
#top_info{

	width:778px;
	display:block;
	max-height:35px;
	background-image:url('img/bg_top_list.png');
	
}
#top_info .title{
font-size:20px;
font-weight:bold;
color:#cc1413;
height:25px;
padding:10px;
}
#search_info{
	min-height:70px;
	background-image:url('img/bg_default_full.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	display:block;
	padding:10px;
}
.bottom_info{
	margin:auto auto;
	width:778px;
	display:block;
	height:30px;
	background-image:url('img/bg_top_list.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	margin-bottom:10px;
}
.bottom_info .title{	
	color:#666666;
	font-size:11px;
	padding-left:10px;
	max-width:500px;
	width:500px;
}
.bottom_info .custom-select{
	height:19px;
	overflow:hidden;
	font-size:11px;
}
.bottom_info .custom-select .top{
	padding-top:5px;
}
#popUpDestaque{
	width:260px;
}
#popUpDestaque td{
	width:130px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
#badge_destaque{
	background-image:url('img/destaque_splash.png');
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:680px;
	height:99px;
	width:99px;
	position:absolute;
	z-index:9999999;
	
}
#badge_destaque_mini{
	background-image:url('img/destaque_splash_mini.png');
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:730px;
	height:50px;
	width:50px;
	
}
#banner_chamada_full{
	background-image:url('img/bg_chamada.png');
	background-repeat:no-repeat;
	position:relative;
	margin-top:10px;
	width:758px;
	height:101px;
	padding:10px;
}
#banner_chamada_full .left{
	background-image:url('img/chamada_sobmedida.gif');
	background-repeat:no-repeat;
	position:absolute;
	top:auto;
	left:10px;
	height:80px;
	width:240px;
	cursor:pointer;
}

#banner_chamada_full .center{
	background-image:url('img/chamada_beneficios.gif');
	background-repeat:no-repeat;
	position:absolute;
	top:auto;
	left:270px;
	height:80px;
	width:240px;
	cursor:pointer;
}
#banner_chamada_full .right{
	background-image:url('img/chamada_agendamento.gif');
	background-repeat:no-repeat;
	position:absolute;
	top:auto;
	left:528px;
	height:80px;
	width:240px;
	cursor:pointer;
}

#list{

	font-size:11px;
	width:778px;
	height:130px;
	margin:auto auto;
	color:#666666;
	margin-bottom:5px;
	margin-top:5px;
}
#list .th{
	width:60px;
	max-width:60px;
	height:20px;
	text-align:left;
}
#list .td{
	width:60px;
	text-align:left;
}

#list .descricao{
width:618px;
}

.itemLista0{
	width:778px;
	margin:auto auto;
	background-image:url('img/bg_list_0.png');
	background-repeat:no-repeat;
}
.itemLista1{
	width:778px;
	margin:auto auto;
	background-image:url('img/bg_list_1.png');
	background-repeat:no-repeat;
}
#list .thumbs{
	padding-top:5px;
	margin:auto auto;
	width:170px;
	overflow:hidden;
	padding:5px;
}
#list .thumbs IMG{
	width:150px;
	height:99px;
	padding:5px;
	border:1px solid #e4e2d3;
}
#list:hover{
	color:#000000;
}
#list .btnDetalhes {
	cursor:pointer;
	opacity:0.3;	
	filter:alpha(opacity=30);		
}

#list:hover .btnDetalhes{
	opacity:1;		
	filter:alpha(opacity=100);	
}

#list .btnIndique {
	opacity:0.3;	
	filter:alpha(opacity=30);		
}
#list:hover .btnIndique{
	opacity:1;	
	filter:alpha(opacity=100);		
}

#list .btn_add_list {
	opacity:0.3;	
	filter:alpha(opacity=30);		
}
#list:hover .btn_add_list{
	opacity:1;		
	filter:alpha(opacity=100);	
}

#list .btn_remov_list {
	opacity:0.3;		
	filter:alpha(opacity=30);	
}
#list:hover .btn_remov_list{
	opacity:1;	
	filter:alpha(opacity=100);		
}


.btnSobMedida{
	width:229px;
	height:68px;
	background-image:url('img/btn_sob_medida.gif');
	background-repeat:no-repeat;
	display:block;
}
.btnBeneficios{
	width:229px;
	height:68px;
	background-image:url('img/btn_beneficios.gif');
	background-repeat:no-repeat;
	display:block;
}
.btnAgendamento{
	width:229px;
	height:68px;
	background-image:url('img/btn_agendamento.gif');
	background-repeat:no-repeat;
	display:block;
}

#bottom{
	position:relative;
	display:block;
	background-image:url('img/box_full_footer.png');
	background-repeat:no-repeat;
	height:190px;
	width:778px;
	margin:auto auto;
	
}
#bottom .logoBottom{
	background-image:url('img/logo_white.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/logo_white.png',sizingMethod='crop');
	background-position:bottom center;
	background-repeat:no-repeat;
	position:absolute;
	margin-top:10px;
	height:83px;
	width:100px;
	display:block;
	padding:10px;
	cursor:pointer;
}
#bottom .links_util{
	position:absolute;
	padding:10px;
	margin-left:110px;
	height:20px;
	color:#ffffff;
}
#bottom .links_util  table{
float:left;
margin:5px;

}
#bottom .links_util  table td{
	height:20px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-image:url('img/bg_bt_footer.gif');
}

#bottom .links_util  table td:hover{
	height:20px;
	margin:5px;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	border:1px solid #b70f0e;
	background-color:#d93b3a;
}
#bottom .links_util a{
	font-size:12px;
	color:#ffffff;
}

#bottom .afiliados{
	background-image:url('../arquivos/imagens/afiliado.png');
	background-repeat:no-repeat;
	position:relative;
	left:570px;
	top:10px;
	width:200px;
	height:170px;
}
#bottom .afiliados .secovi{
	width:79px;
	height:51px;
	position:absolute;
	top:30px;
}
#bottom .afiliados .creci{
	width:79px;
	height:51px;
	position:absolute;
	top:30px;
	left:90px;
}
#bottom .afiliados .redebrasil{
	width:150px;
	height:51px;
	position:absolute;
	top:105px;
	left:0px;
}

#bottom .afiliados TH{
	height:20px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	width:170px;
	background-image:url('img/bg_bt_footer.gif');
	text-align:left;
	color:#ffffff;
}
#bottom .afiliados TD{
	padding:5px;
}
#bottom .afiliados TABLE{
	
}
#bottom .endereco{
	position:absolute;
	left:-10px;
	top:160px;
	width:525px;
	color:#ffffff;
	
	font-weight:bold;
	text-align:left;
}
#bottom .bottom-box {
width:180px;
float:left;
margin:10px;
}
#bottom .bottom-box a{
padding-left:5px;
display:block;
font-size:12px;
color:#ff6666;
text-decoration:none;
}
#bottom .bottom-box a:hover{
	color:#ffffff;
}

#footer{
	height:1px;
	padding:10px;
}
.small{
	font-size:13px;
}
.btnBuscar{
	background-image: url(img/btn_buscar.gif);
	background-repeat:no-repeat;
	width:63px;
	height:24px;
	cursor:pointer;
	float:left;
}
.btnBuscar:hover{
	 background-position:0px -24px;
}
.miniLink{
font-size:10px;
padding-top:10px;
float:right;
}

#top_tools{
	position:relative;
	left:557px;
	top:-40px;
	width:220px;
}
.back{
	position:absolute;
	top:0;
	left:0;
	background-image: url(img/btn_back.gif);
	background-repeat:no-repeat;
	height:25px;
	width:86px;
	display:block;
	cursor:pointer;
}
.separator{
	position:absolute;
	top:0;
	left:86px;
	background-image: url(img/sep.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:2px;
	height:25px;
	margin-left:10px;
	margin-right:10px;
}
.search{
	position:absolute;
	left:108px;
	background-image: url(img/ico_busca.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:5px;
	padding-left:23px;
	height:25px;
	width:80px;
	display:block;
	cursor:pointer;
}



.box_imovel .btnDetalhes{
	opacity:0.3;	
	filter:alpha(opacity=30);	
}
.box_imovel:hover .btnDetalhes{
	opacity:1;		
	filter:alpha(opacity=100);	
}

.btnDetalhes{
	background-image: url(img/mais_detalhes.gif);
	background-repeat:no-repeat;
	background-position:5px;
	display:block;
	width:120px;
	height:20px;
	background-position:5px;
	padding-left:25px;
	padding-top:5px;
	vertical-align:middle;
	cursor:pointer;
	
}

.optBg{
	width:150px;
	height:25px;
	float:left;
	margin-left:10px;
	
}
.optBg:hover{
	
	background-image: url(img/bg_link_tools.png);
	background-repeat:no-repeat;
}



.box_imovel .btnIndique{
	opacity:0.3;	
filter:alpha(opacity=30);		
}
.box_imovel:hover .btnIndique{
	opacity:1;		
	filter:alpha(opacity=100);	
}

.btnIndique{
	background-image: url(img/email_indicacao.gif);
	background-repeat:no-repeat;
	background-position:5px;
	display:block;
	width:120px;
	height:20px;
	background-position:5px;
	padding-left:25px;
	padding-top:5px;
	vertical-align:middle;
	cursor:pointer;
}


.btnIndique:hover{
	text-decoration:none;
}

.box_imovel .btn_add_list{
	opacity:0.3;	
	filter:alpha(opacity=30);		
}
.box_imovel:hover .btn_add_list{
	opacity:1;	
	filter:alpha(opacity=100);		
}
.btn_add_list{
	background-image:url('img/add_lista.gif');
	background-repeat:no-repeat;
	background-position:5px;
	display:block;
	width:120px;
	height:20px;
	background-position:5px;
	padding-left:25px;
	padding-top:5px;
	vertical-align:middle;
}

.btn_add_list:hover{
	text-decoration:none;
}

.box_imovel .btn_remov_list{
	opacity:0.3;	
	filter:alpha(opacity=30);		
}
.box_imovel:hover .btn_remov_list{
	opacity:1;		
	filter:alpha(opacity=100);	
}
.btn_remov_list{
	color:#cc1413;
	background-image:url('img/del_lista.gif');
	background-repeat:no-repeat;
	background-position:5px;
	display:block;
	width:120px;
	height:20px;
	background-position:5px;
	padding-left:25px;
	padding-top:5px;
	vertical-align:middle;
	
}

.btn_remov_list:hover{
	text-decoration:none;
	color:#cc1413;
}
.btnImprimir{
	background-image: url(img/printer.gif);
	background-repeat:no-repeat;
	background-position:5px;
	display:block;
	width:120px;
	height:20px;
	background-position:5px;
	padding-left:25px;
	padding-top:5px;
	vertical-align:middle;
	
}


.btnImprimir:hover{
	text-decoration:none;
}
.fav_tools{
	position:relative;
	margin-left:-80px;
	height:25px;
	width:250px;
	display:block;
	top:-10px;
}
.fav_tools .print{
	position:absolute;
	width:45px;
	height:22px;
	background-image:url('img/printer.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	padding-top:7px;
	margin-left:70px;
	opacity:0.3;
	filter:alpha(opacity=30);	
	cursor:pointer;
}
.fav_tools .print:hover{
	opacity:1;
	filter:alpha(opacity=100);	
}
.fav_tools .save{
	position:absolute;
	width:40px;
	height:22px;
	background-image:url('img/save.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	padding-top:7px;
	margin-left:90px;
	opacity:0.3;
	filter:alpha(opacity=30);	
	cursor:pointer;
}
.fav_tools .save:hover{
	opacity:1;
	filter:alpha(opacity=100);	
}
.fav_tools .clear{
	position:absolute;
	width:40px;
	height:22px;
	background-image:url('img/cross.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	margin-left:160px;
	padding-top:7px;
	opacity:0.3;
	filter:alpha(opacity=30);	
	cursor:pointer;
}
.fav_tools .clear:hover{
	opacity:1;
	filter:alpha(opacity=30);	
}


.fav_remov{
	display:block;
	width:20px;
	height:20px;
	background-image:url('img/ico_plus_remove_fav.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}


.thumb{
	width:150px;
	height:99px;
	border:1px solid #cccccc;
	overflow:hidden;
}
.thumb IMG{
	width:150px;
	height:99px;
	overflow:hidden;
}
#paginacao{
	width:778px;
	text-align:center;
	padding-bottom:10px;
	display:block;
}
#right{
	font-size:10px;
	width:778px;
	padding:5px;
}
#right .assinatura a{
	width:78px;
	height:20px;
	display:block
}
#right .assinatura{
	background-image:url('img/perspectiva_logo.gif');
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	margin-top:-20px;
	width:78px;
	height:20px;
	left:690px;
}
.label{
	font-size:12px;
	height:18px;
}
.input{
	border:1px solid #cccccc;
	height:18px;
}

#enviar{
	background-image:url('img/bt_enviar_cancelar.gif');
	background-position:top center;
	background-repeat:no-repeat;
	width:63px;
	height:24px;
	cursor:pointer;
}
#cancelar{
	background-image:url('img/bt_enviar_cancelar.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
	width:63px;
	height:24px;
	cursor:pointer;
}

.form{
	
}

.form TH{
	text-align:right;
	font-weight:bold;
}
.form .input{
	border:1px solid #cccccc;
	height:18px;
}
.form .input:hover{
	border:1px solid #a8a8a8;
	height:18px;
}
.loading-plash{
		opacity: 0.5;
		filter:alpha(opacity=50);	
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0pt;
		top: 0pt;
		z-index: 3000;
		display: block;
		background-color:#666666;
	}
	
	.box_loading{
		
		height: 59px;
		left: 50%;
		margin: -50px 0 0 -50px;
		position: fixed;
		top: 50%;
		width: 180px;
		background-image:url('img/bgLoading.png');
		_background:none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/bgLoading.png',sizingMethod='crop');
		
		background-repeat:no-repeat;
		z-index:99999999;
		cursor:wait;
		display:block;
	}
	.preloader{
		margin-top:15px;
		margin-left:15px;
		background-image:url('img/loading.gif');
		background-repeat:no-repeat;
		background-position: center center;
		height:32px;
		width:32px;
		float:left;

	}
	.box_loading .label{
		padding-top:22px;
		font-size:14px;
		color:#ffffff;
		height:59px;
	}
	#pList{
		width:490px;
		padding:2px;
		
	}
	#pList img{
		border:1px solid #ffffff;
		cursor:pointer;
	}
	#pList img:hover{
		border:1px solid #cccccc;
		
	}
	#pForm{
		width:350px;
	}
	#pForm  TH{
		text-align:right;
		font-weight:bold;
		width:200px;
	}
