html, body{
	margin:0 !important;
	padding:0 15px 0 0 !important;
}
#content{ 
	background:#FFF url(../images/thickbox_bg.png) 0 0 no-repeat;
	color:#000;
	margin:0; 
	padding:0 0 0 22px;
	font:12px Tahoma, Arial, Verdana, sans-serif;
	min-height:100px;
	height:auto !important;
	height:100px;
}

.closebtn{
	background:url(../images/icon_del.png) 3px 3px no-repeat;
	display:block;
	width:21px;
	height:21px;
	text-indent:-99999px;
	text-decoration:none;
	margin:3px 3px 0 0;
	float:right;
}
.closebtn:hover{
	background:url(../images/icon_del.png) 62px 3px no-repeat;
	color:#999;
	font:10px Tahoma, Arial, Verdana, sans-serif;
	width:80px;
	height:17px;
	text-indent:0;
	padding:4px 0 0;
}
h1.title{
	color:#4B4030;
	font-size:20px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	clear:both;
	width:300px;
	height:25px;
	text-align:left;
	padding:5px 0 0 240px;
	margin:0 0 45px 0;
}

.form1{
	background:#EDEDED url(../images/form_item_bg.png) left top no-repeat;
	color:#333;
	font:12px Tahoma, Arial, Verdana, sans-serif;
	padding:3px;
	border:1px solid #BBB;
	border-bottom:1px solid #4B4030;
	margin:3px 0 0;
}
.resultado{
	border-top:1px solid #BFBFBF;
	margin:20px 20px 20px 0;
	padding:10px 0 0;
}

.gray{
	color:#999 !important;
}