div.potd {
    margin: 7px;
    border: 1px solid blue;
    
}

div.potdHeader {
    background-color: aqua;
    font-weight: bold;
    clear: both;
    padding: 2px;
}

div.potdImage {
    float: left;
    width: 100px;
    padding: 2px;
    overflow: hidden;
}

div.potdResponse1 {
    float: right;
    width: 950px;
    padding: 2px;
}

.imageOnly {
	width: 810px;
	text-align: center;
	margin: 10px;
	padding: 5px;
	font-weight: bold;
}

.wantsToBeFriend {
	width: 1053px;
	text-align: center;
	margin: 10px;
	padding: 5px;
	background-color: #EE5432;
	font-weight: bold;
	_width: 1062px;
}

.ProfileLeftBox {
	float: left;
	width: 200px;
	background-color: #3456FF;
	color: #AAAAFF;
	margin-left: 10px;
}

.ProfileLeftBox a {
	color: #AAAAFF;
}

.ProfileLeftBox .part {
	width: 100%;
	text-align: center;
	border-bottom: 1px dotted white;
	margin-top: 5px;
	padding-bottom: 5px;
}

.shield {
	position: absolute;
	left: 135px;
	width: 20px;
	height: 14px;
	text-align: center;
}

.ProfileCenterBox {
	float: left;
	width: 538px;
	background-color: #333333;
	color: #AAAAFF;
	margin-left: 10px;
	overflow: hidden;
}

.ProfileCenterBox b {
	color: #BBAAFF;
}

.ProfileCenterBox a {
	color: #88DD11;
}

.ProfileRightBox {
	float: left;
	width: 305px;
	background-color: #BBCCAA;
	color: #5678FF;
	margin-left: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}

.friend {
	float: left;
	width: 70px;
	margin-left: 5px;
	text-align: center;
	overflow: hidden;
}

.member {
	float: left;
	width: 110px;
	margin-left: 5px;
	text-align: center;
	overflow: hidden;
}

.ProfileRightBox b {
	font-size: 13px;
}

.ProfileMessageBox {
	overflow: hidden;
	float: left;
	width: 300px;
	background-color: #FF9876;
	color: #323244;
	margin-left: 10px;
}

.ProfileMessageBox .part {
	width: 100%;
	/*text-align: center;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed white;
	margin-top: 5px;
}

.ProfileMessageBox .preview {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	/* border-bottom: 1px dashed white; */
	background-color: #DDDDDD;
}

.ProfileMessageBox .postMessage {
	width: 100%;
	/*text-align: center;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
}

.ProfileMessageBox .message {
	width: 290px;
	height: 100px;
	border: 1px solid blue;
}

.ProfileMessageBox .remaining {
	border: 1px solid blue;
	text-align: right;
}

.ProfileMessageBox .messageSender {
	float: left;
	padding-right: 5px;
}

.ProfileMessageBox .messageOptions {
	float: right;
	padding-right: 15px;
}

.ProfileFriendsBox {
	float: left;
	width: 1023px;
	background-color: #BBCCAA;
	color: #5678FF;
	margin-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
}

.ProfileFriendsBox b {
	font-size: 13px;
}

#preview_content {
	overflow: hidden;
	/*white-space: nowrap;*/
	width: 832px;
}

img.bbimg {
	border: 1px solid black;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
}

