
.modal {
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
		  display:none;

}


.modal-cabecalho {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  height:30px;
}

.modal-cabecalho .fechar {
  margin-top: 2px;
}

.modal-cabecalho h3 {
  margin: 0;
  line-height: 25px;
 	color:#666;
}
.modal-cabecalho h3 span {
  float:right !important;
}

.modal-corpo {
  position: relative;
  max-height: 590px;
  padding: 15px;
  overflow-y: auto;
  color:#666;
 max-width:960px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-rodape {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-rodape:before,
.modal-rodape:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-rodape:after {
  clear: both;
}

.modal-rodape .bt + .bt {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-rodape .btn-group .bt + .bt {
  margin-left: -1px;
}

.modal-rodape .bt-block + .bt-block {
  margin-left: 0;
}
.fechar {
	float:right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.fechar:hover,
.fechar:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.fechar {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}


.confirm .modal-corpo{
	min-height:50px;
	min-width:400px;
	}
.confirm .modal-corpo h3{
	margin:0;
	padding:0;
	font-weight:normal;
	}
.confirm .modal-corpo p{
	margin:10px 0 0 0;
	}
.confirm .modal-corpo h3 i{
	float:right;
	}

[class^="confirm-icon-"],
[class*=" confirm-icon-"] {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/icon-confirm.png);
  background-position: 52px 52px;
  background-repeat: no-repeat;
  cursor:pointer;
}

.confirm-icon-trash{
	 background-position: 0      0;
	}
.confirm-icon-confirm{
	 background-position: -52px     0;
	}
.confirm-icon-info{
	 background-position: 0 -52px;
	}
.confirm-icon-question{
	 background-position: -52px   -52px;
	}
.confirm-icon-refresh{
	 background-position: 0     -104px;
	}
.confirm-icon-delete{
	 background-position: -52px  -104px;
	}
.confirm-icon-plus{
	 background-position: 0  -156px;
	}