.mydiv {
	width: 275px;
	padding: 0px 0 15px 0;
	position: relative;
	position: absolute;
	display: block;
	background: #313536;
	border: #515456 5px solid;		z-index: 9;
	
/*fonts*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	color: #ddd;
	overflow: hidden;
}.mydiv * {color: #ddd;}

.mydiv span.ae_top {
	width: 100%;
	background: #222;
	display: block;
	line-height: 24px;
}

.mydiv span.ae_top b {
	padding-left: 10px;
}

.mydiv span.ae_about {
	width: 265px;
	display: block;
	padding: 15px 10px 0px 10px;
}

.mydiv span.ae_body {
	width: 265px;
	padding: 10px 10px 0px 10px;
	display: block;
	overflow: hidden;
}

.mydiv span.ae_close {
	background: #515456;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	padding: 1px 2px 0 5px;
}

.mydiv span.ae_close a {
	color: #fff !important;
	text-decoration: none !important;
}

/* Gravatar Photo */

.mydiv img {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 4px !important;
	background: #fff !important;
	margin: 0 !important;
	border: 0 !important;
	
}

/* Link Styling */

.mydiv a {
	background: none !important;
	border: 0 !important;
	text-decoration: underline !important;
	color: #66cccc !important;
}

.mydiv a:hover {
	text-decoration: none !important;
}
