.modal {
	/*display: none;*/
	z-index: 10000;
	max-width: 710px;
	min-width: 300px;
	background: url(images/modal/modalBorderBG.png);
	padding: 10px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 4px #222; 
	-webkit-box-shadow: 0px 0px 4px #222; 
	box-shadow: 0px 0px 4px #222; 
}

.modalTitle {
	background-color: #0072C6;
	color: #fff;
	min-height: 30px;
	line-height: 30px;
	padding: 10px;
	text-transform: capitalize;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-left-radius: 4px; 
	-webkit-border-top-right-radius: 4px; 
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modalConteudo {
	padding: 10px;
	background: #fff;
}

.modal.galeria {
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 100%;
	overflow-x: auto;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	border: 0;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 0px #222; 
	-webkit-box-shadow: 0px 0px 0px #222; 
	box-shadow: 0px 0px 0px #222;
	position: fixed;
	zoom: 1;
}

.modal.galeria .modalConteudo {
	padding: 0px;
	background: #333;
	margin: 0px auto;
	width: 600px;
}

.modalConteudo p {
	line-height: 1.6;
}

.modalContacts {
	clear: both;
	padding: 20px;
}

.modalFooter {
	background-color: #0072C6;
	color: #fff;
	min-height: 30px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-top-bottom-radius: 4px; 
	-webkit-border-top-bottom-radius: 4px; 
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.modal .close, .modal .close:hover {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	float: right;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.modalActions {
	clear: both;
	padding-top: 20px;
}
