
img{
	border: none;	
	}

*{
								
	margin: 0;
	padding: 0;
}
			body {
				background-color: #fff;
				color: #000000;
				font-family:Geneva, Arial, Helvetica, sans-serif;
				font-size: 62.5%;
				margin: 0;
				padding: 0;
			}
			h1, h3, a {
				color: #000;
			}
			#my_map {
				color: #000;
				float: left;
				height: 600px;
				margin: 10px;
				width: 1200px;
			}
			#content {
				float: left;
				margin: 10px;
				width: 350px;
			}
			h1, h3 {
				margin: 0 0 10px 0;
			}
			#updateStatus {
				color: #ff0000;
			}
			#tweet-Con {
				height: 330px;
				margin: 0 0 10px 0;
				overflow: auto;
			}
			#tweets {
				list-style: none;
				margin: 0 0 10px 10px;
			}
			#tweets li {
				margin: 1px 0 1px 0;
				vertical-align: text-bottom;
			}
			#tweets li img {
				border: 1px solid #000;
				vertical-align: text-bottom;
			}
			p {
				margin: 0 0 10px 0;
			}
			.popup {

				width: 250px;

			}
			.popup img {
				float: left;
				margin: 0 10px 0 0;
			}
			.popup div {
				float: left;
				width: 150px;


			}
			.popup form{
			border: dotted;
			}