.bkg {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #056F01;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #575757;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #E9E6D8;
	width: 250px;
	border: 1px solid #E9E6D8;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	width: 250px;
	border: 1px solid #E9E6D8;
	background-color: #E9E6D8;
	vertical-align: middle;
	text-indent: 2px;
}

a.pie:link, a.pie:active, a.pie:visited {
	color: #FEFBEB;
	text-decoration: underline;
}
a.pie:hover {
	color: #FEFBEB;
	text-decoration: none;
}
.fontfoot {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
}
.boton {
	cursor: pointer;
	cursor: hand;
	width: 70px;
	background-color: #E9E6D8;
	height: 20px;
} 
form {
	margin: 0px;
	padding: 0px;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	color: #575757;
	background-color: #E9E6D8;
	margin: 0px;
	padding: 0px;
	border: 1px solid #E9E6D8;
	float: none;
	width: 250px;
}
a.in:link, a.in:active, a.in:visited {
	color: #575757;
	text-decoration: underline;
}
a.in:hover {
	color: #575757;
	text-decoration: none;
}
.select-small {
	width: 60px;
	background-color: #E9E6D8;
}
#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #000;
	background-color:#F2F5F6;
	background-image:url(../images/alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#78919B;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:0.7em verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:1px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}
#flashcontent {
  z-index: 2;
}