/* CSS Document */
body {
	background-image: url( /images/topGradient.jpg);
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	font-family: "Trebuchet MS", sans-serif;	
	color: #333333;
}
.topBar {
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
	height:100px;
	width: auto;
}

.design {
 	position:absolute;
	bottom: 0px;
	left: 0px;
}

.copy {
 	position:absolute;
	bottom: 3px;
	right: 10px;
	font-size:10px;
	color: gray;
}


.createShareConnect {
	position: absolute;
	top: 153px;
	left:0px;
	width: 50%;	
	text-align: center;
}
	
.browseMaps {
	position: absolute;
	right:0px;
	top: 153px;
	width: 50%;
	text-align: center;	
	}

.browseMapsTable {
    position: absolute;
    top:100px;
    left: 0px;
    right: 0px;
  }
.selectMap {
	width: 100%;
	font-size: 17px;
	padding-left: 10px;
	padding-bottom: 6px;	
	color:#696969;
}		
