/* CSS Document */

.mainclass {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url('../images/bg.gif');
	background-repeat:repeat;
}
.bodyclass {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url('../images/scrollbg.gif');
	background-repeat:repeat-y;
	font-family:Arial;
	font-size:small;
	color:black;
	text-align:left;
}

.wholebody
{
	background-image:url('http://www.investmentmexico.net/images/bg.gif');
	background-repeat:repeat;
}

div {
	margin:0;
	padding:0;
	display:block;
}
div.container
{
  position:absolute;
	left:0px;
  background:url('http://www.investmentmexico.net/images/scrollbg.gif');
	background-repeat:repeat-y;
	font-family:Arial;
	font-size:small;
	color:black;
	text-align:left;
	width:770px;
	height:4000px;
}
div#map {
	z-index:4;
	position:absolute;
	top:0px;
	left:0px;
	width:717px;
	height:697px;
}
div#txtinput {
	z-index:4;
	position:absolute;
	top:261px;
	left:550px;
	width:60px;
	height:20px;
}
div#joinbutton {
	z-index:4;
	position:absolute;
	top:260px;
	left:650px;
	width:60px;
	height:20px;
}
.txtbox {
	font-family:Arial;
	font-size:x-small;
	color:black;
}
div#txtarea {
	z-index:4;
	position:absolute;
	top:322px;
	left:239px;
	width:440px;
}
span#redtxtlg2 {
	color:maroon;
	font-size:larger;
	position:relative;
	left:100px;
}
span#redtxtlg {
	color:maroon;
	font-size:larger;
}
span#redtxtmd {
	color:maroon;
	font-size:small;
}
div#proptbl {
	z-index:4;
	position:absolute;
	top:0px;
	left:0px;
	width:440px;
}
table#tblprop {
	border-style:dotted;
	border-width:thin;
	border-color:maroon;
	position:relative;
	left:100px;
}
div#mapalign {
	z-index:4;
	position:absolute;
	top:0px;
	left:0px;
}
div#holder {
	width:717px;
	height:1100px;
}
div#mapalign {
	position:absolute;
	top:0px;
	left:0px;
}
td#txtcenter {
	text-align:center;
}
.blacktxtsm {
	font-size:8pt;
	color:black;
	font-family:Arial;
}
.pictd {
	width:196px;
}

a:link, visited { color: #006633; text-decoration: underline; }
a:hover, active { color: #006633; text-decoration: none; }