.activeForm {
	border: 1px solid #CCC;
	margin: 1px;
}

#activeFormTextArea {
	overflow: hidden;
	font-family: verdana, 'CI', serif;
	width: 97%;
	font-size: 14px;
	padding: 8px;
}

.activeFormSubmit {
	border: #AAA 1px solid;
	padding: 2px;
	cursor: pointer;
}

.bubbleContent {
	width: 100px;
}

.bubble {
	float: left;
	border-top: 12px solid #f5f5f5;
	border-left: 12px solid transparent;
	width: 2px;
}

.bubbleBody {
	float: left;
	margin-left: 13px;
	width: 90%;
	background-color: #f5f5f5;
	font-weight: bold;
}

.hold {
	color: #AAA;
	cursor: pointer;
}

.bubbleContent {
	width: 100px;
}

.bubble {
	float: left;
	border-top: 12px solid #f5f5f5;
	border-left: 12px solid transparent;
	width: 2px;
}

.bubbleBody {
	float: left;
	margin-left: 13px;
	width: 90%;
	background-color: #f5f5f5;
	font-weight: bold;
}

.hold {
	color: #AAA;
	cursor: pointer;
}

.activeForm {
	padding: 2px 0 4px 0;
}

#activeFormTextArea {
	font-size: 120%;
	line-height: 1.2em;
	padding: 4px;
	height: 2.8em;
	width: 465px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.activeFormSubmit {
	border: #aaa 1px solid;
	padding: 4px;
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
	color: #666;
	background-color: #cee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/*	background: -moz-linear-gradient(top, #fff, #eee);

	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); */
}

#myhome_panel {
	background-color: #eee;
	padding: 12px 12px 0px 12px;
	margin: 0;
}

#myhome_panel .item_box {
	background-color: #fff;
	width: 74px;
	float: left;
	text-align: center;
	margin: 0 4px 0 0;
}

#myhome_panel h4 {
	height: 16px;
	cursor: pointer;
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
}

#myhome_panel .open {
	background: url(icon_open.gif) no-repeat;
}

#myhome_panel .close {
	background: url(icon_close.gif) no-repeat;
}

.item_box img {
	height: 70px;
	cursor: pointer;
	margin: 0 0 4px 0;
}

#myhome_panel .edit {
	font-size: 90%;
	color: #aaa;
}

#myhome_panel .tweet_box {
	margin: 8px 0 4px 0;
}

.tweet_box_button .twitter {
	vertical-align: -3px;
	height: 1.2em;
}

.tweet_box_button .twitter_oauth {
	vertical-align: -8px;
	margin: 0 4px 0 0;
	/*	height:1.2em; */
}

.tweet_box_button .twitter_chkbox {
	vertical-align: -3px;
	margin: 0 4px 0 0;
}

#myhome_panel .tab ul {
	padding: 8px 0 0 0;
}

#myhome_panel .tab ul li {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 4px;
	margin: 0 4px 0 0;
	background-color: #fff;
	display: block;
	float: left;
}
