/* CSS Document */
#image_wrap {
	/* dimensions */ 
    width:640px;
	margin:10px 0 10px 20px;
	padding:22px 0;
	/* centered */ 
    text-align:center;
	/* some "skinning" */ 
    background-color:#fff;
	border:0px solid #fff;
	outline:0px solid #ddd;
    -moz-ouline-radius:4px; 
	background-image: url(/img/overlay/white1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*{{{ buttons */
button {
	outline:1px outset #999;
	border:1px solid #fff;
	background-color:#222;
	color:#fff;
	height:24px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:11px;
	vertical-align: middle;
}


/* button.custom */
button.custom {
	background:transparent url(/img/form/btn/normal.png) 0 0 no-repeat;
	height:34px;
	width:99px;
	border:0;
	outline:0;
	text-align: center;
	vertical-align: text-bottom;
}


/* Estilo tooltip  */
#tooltip {
	display:none;
	background:url(/tools/img/tooltip/black_arrow1.png);
	font-size:11px;
	height:70px;
	width:180px;
	padding:15px;
	color:#fff;
}
