.dialog {

 position:relative;

 margin:0px auto;

 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */

 color:#fff;

 z-index:1;

 margin-left:25px; /* default, width of left corner */

 margin-bottom:0.5em; /* spacing under dialog */
 
 font-family:Arial, Helvetica, sans-serif;

}



.dialog .content,

.dialog .t,

.dialog .b,

.dialog .b div {

 background:transparent url(fondo.png) no-repeat top right;

 _background-image:url(fondo.png);

}



.dialog .content {

 position:relative;

 zoom:1;

 _overflow-y:hidden;

 padding:0px 25px 0px 0px;

}



.dialog .t {

 /* top+left vertical slice */

 position:absolute;

 left:0px;

 top:0px;

 width:25px; /* top slice width */

 margin-left:-25px;

 height:100%;

 _height:1600px; /* arbitrary long height, IE 6 */

 background-position:top left;

}



.dialog .b {

 /* bottom */

 position:relative;

 width:100%;

}



.dialog .b,

.dialog .b div {

 height:30px; /* height of bottom cap/shade */

 font-size:1px;

}



.dialog .b {

 background-position:bottom right;

}



.dialog .b div {

 position:relative;

 width:25px; /* bottom corner width */

 margin-left:-25px;

 background-position:bottom left;

}



.dialog .hd,

.dialog .bd,

.dialog .ft {

 position:relative;

}



.dialog .wrapper {

 /* extra content protector - preventing vertical overflow (past background) */

 position:static;

 max-height:1000px;

 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */

}



.dialog h1,

.dialog p {

 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */

 padding:0.5em 0px 0.5em 0px;

}



.dialog h1 {
 	padding:0px;
 	padding-top:20px;
 	text-align:left;
 	text-decoration:none;
 	font-size:20px;
 	font-weight:bold;
	color:#49505A;
}

.dialog h2 {
	text-align:left;
	text-decoration:none;
	font-size:16px;
	color:#49505A;
}

table {
	width:100%;margin-top:10px;color:#49505A;
}

.label {
	text-align:left;text-decoration:none; font-size:18px;color:#49505A; font-weight:bold;padding-top:20px;
}

.formInput
{
	font-size:20px;
	background-image: url(fondo-input.png);
	background-repeat:repeat-x;
	text-decoration:none;
	height: 30px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #49505A;
}

a {
	border:none;
	text-align:left;
	color: #063;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	z-index:10000;
	position: relative;
}

#logo {
	border:none;
	margin:0px;
	padding:0px;
	margin-left:-15px;
	margin-bottom:-15px;
	overflow:visible;
	z-index:1000;
	position:relative;
}

img {
	border:none;
	z-index:500;
}

.formBuscar {
	cursor:pointer;
	border: 0px solid #FFFFFF;
	color: #FFF;
	font-size: 16px;
	font-weight:bold;
	width:120px;
	height:40px;
	background-image: url(BUSCAR.png);
	background-color:#E4EFF2;
	text-align: center;
}
