/* CSS Document */
div.mind_wrapper {border:1px solid #AAAAAA; width:100%; background:#F0F0F0; padding:3px 3px 3px 3px;}

table.mind_table {width:100%; padding:3px 3px 3px 3px;}

div.mind_inner object {
max-width: 250px !important;
max-height: 190px !important;
width:expression(this.width > 250? "250px": "auto" );
height:expression(this.height > 190? "190px": "auto" );
}

div.mind_inner embed {
max-width: 250px !important;
max-height: 190px !important;
width:expression(this.width > 250? "250px": "auto" );
height:expression(this.height > 190? "190px": "auto" );
}

div.mind_inner img {
max-width: 250px !important;
max-height: 190px !important;
}
img.attached {
max-width: 250px !important;
max-height: 190px !important;
width:expression(this.width > 250? "250px": "auto" );
height:expression(this.height > 190? "190px": "auto" );
}

div.mind_text {display:inline; width:74%; text-align:right;}

div.mind_button {float:right; text-align:right; padding-right:8px;}

div.mind_gif {width:100%; background:#F0F0F0; display:none; text-align:center;}

textarea.mind_text {width:98%;}

div.userstatus object {
max-width: 250px !important;
max-height: 190px !important;
}

div.userstatus embed {
max-width: 250px !important;
max-height: 190px !important;
}

div.mind_inner img {
max-width: 250px !important;
max-height: 190px !important;
}

div.userstatus img {
max-width: 250px !important;
max-height: 190px !important;
}

.mindowner {
	border-width: 0px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

.mindcell {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 12px 12px 12px 12px;
}

