.view_modal .widget {
	width: 364px;
	padding: 20px;
	background: #ffffff url(../img/layout/bg_modal.png) repeat-x left bottom;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.view_modal #ligamos { height: 256px; }
.view_modal #solicitar-informacoes { height: 394px; }
.view_modal .widget h3 {
	color: #484a96;
	font-size: 16px;
	margin-bottom: 18px;
}
.view_modal .widget .bt-close {
	float: right; display: inline;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/layout/bt-fechar.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-right: -16px;
	margin-top: -16px;
}
.view_modal .widget form { margin-top: 16px; }
.view_modal .widget form .input {
	margin-bottom: 10px;
}
.view_modal .widget form .input label {
	display: block;
}
.view_modal .widget form .input textarea, 
.view_modal .widget form .input input {
	border: 1px solid #d3d3d3;
	background: url(../img/layout/bg_input.png) repeat-x;
	width: 350px;
	height: 21px;	
	padding: 5px;
}
.view_modal .widget form .input textarea {
	height: 70px;
}
.view_modal .widget form .rowButton {
	padding-top: 6px;
}
.view_modal .widget form .input #InformacoesFone, 
.view_modal .widget form .input #LigaFone {
	width: 100px;
}