/* get rid of those system borders being generated for A tags */

:focus {
	-moz-outline-style:none;
}

/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltipe {
	background: #FFF47F;
	font-size:12px;
	height:180px;
	padding:0px;
	margin-top: -15px; 
	margin-left: 15px;
	
	width:250px;
	display:none;
	color:#000;
	z-index: 3;

	border: #D6D3CE 1px solid ;

	overflow: auto;
}

div.tooltip {
background:#fefabc; 
padding:15px; 
font-family: 'Gloria Hallelujah', cursive; 
font-size:15px; 
color: #000; 
width:200px; 

-moz-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-o-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);

box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

}

.postit{
	/*background: #FFF47F;*/
	color:#333;
	display:block;
	font-size:1px;
	height: 18px !important;
	/* padding:10px 10px 10px 10px; */
	text-decoration:none;
	width:18px !important;
	
	position:relative;
	/* top:150px; */
	top:0px;
	/* border: #00F 1px solid ;  */
}

/* simple mouseover effect for the trigger */
#trigger:hover {
	color:#000;
}

/* ESTILOS DEL MODAL FORM */
input.text { 
	margin-bottom:12px; 
	width:95%; 
	padding: .4em; 
}

fieldset { 
	padding:0; 
	border:0; 
	margin-top:25px; 
}
div#users-contain {  
	width: 350px; 
	margin: 20px 0; 
}
div#users-contain table { 
	margin: 1em 0; 
	border-collapse: collapse; 
	width: 100%; 
}
div#users-contain table td, div#users-contain table th { 
	border: 1px solid #eee; 
	padding: .6em 10px; 
	text-align: left; 
}
.ui-button { 
	outline: 0; margin:0; 
	padding: .4em 1em .5em; 
	text-decoration:none;  !important; 
	cursor:pointer; 
	position: relative; 
	text-align: center; 
}
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { 
	padding: .3em;  
}

.buttons
{

	-moz-border-radius: 25px;
  -moz-box-shadow: #6E7849 0px 0px 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 25px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color:transparent;
  border-radius: 25px;
  border: 2px solid #4a5032;
  box-shadow: #6E7849 0px 0px 10px;
  color: #000000;
  display: inline-block;
  font-size: 11px;
  margin: auto;
  padding: 5px;
  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  transition: all 0.5s ease;
}

.buttons:hover {
  padding: 8px;
}

.buttons:before
{
  float: left;
  width: 1em;
  text-align: center;
  font-size: 1.7em;
  margin: 0 0.5em 0 -1em;
  padding: 0 .2em;
  pointer-events: none;
}

.delete:before { content: "\2718";}