/* Stylesheet för gästboken */

.edit {
	vertical-align: middle;
	background-color: transparent;
	border: 0px;
	font-family: "Times New Roman", Verdana;
	font-size: 14px;
	color: #336600;
}

.EditObject {
	border: 0px;
}

.editLeft {
	width: 15px;
	height: 30px;
	background-image: url(../images/gastbok/textarea_left.gif);
}
.editRight {
	width: 15px;
	height: 30px;
	background-image: url(../images/gastbok/textarea_right.gif);
}
.editCenter {
	height: 30px;
	background-image: url(../images/gastbok/textarea_tile.gif);
}

.gastbokHeader {
	height: 20px;
	font-size: 12px;
	vertical-align: bottom;
}






.MB_TopLeft {
	width: 12px;
	height: 12px;
	background-image: url(../images/gastbok/textbox_top_left.gif);
}
.MB_TopLeft1 {
	width: 4px;
	height: 12px;
	background-image: url(../images/gastbok/textbox_top_left_1.gif);
	background-repeat: no-repeat;
}
.MB_TopRight {
	width: 12px;
	height: 12px;
	background-image: url(../images/gastbok/textbox_top_right.gif);
}
.MB_TopRight1 {
	width: 4px;
	height: 12px;
	background-image: url(../images/gastbok/textbox_top_right_1.gif);
	background-repeat: no-repeat;
}
.MB_TopCenter {
	height: 12px;
	background-image: url(../images/gastbok/textbox_top_tile.gif);
}


.MB_BotLeft {
	width: 12px;
	height: 12px;
	background-image: url(../images/gastbok/textbox_bot_left.gif);
}
.MB_BotLeft1 {
	width: 4px;
	height: 12px;
	background-image: url(../images/gastbok/textbox_bot_left_1.gif);
	background-repeat: no-repeat;
}
.MB_BotRight {
	width: 12px;
	height: 12px;
	background-image: url(../images/gastbok/textbox_bot_right.gif);
}
.MB_BotRight1 {
	width: 4px;
	height: 12px;
	background-image: url(../images/gastbok/textbox_bot_right_1.gif);
	background-repeat: no-repeat;
}
.MB_BotCenter {
	height: 12px;
	background-image: url(../images/gastbok/textbox_bot_tile.gif);
}

.MB_Center {
	background-color: #FFFFD9;
}




.MB_LeftTop {
	width: 12px;
	height: 3px;
	background-image: url(../images/gastbok/textbox_left_top.gif);
}
.MB_RightTop {
	width: 12px;
	height: 3px;
	background-image: url(../images/gastbok/textbox_right_top.gif);
}
.MB_LeftBot {
	width: 12px;
	height: 3px;
	background-image: url(../images/gastbok/textbox_left_bot.gif);
}
.MB_RightBot  {
	width: 12px;
	height: 3px;
	background-image: url(../images/gastbok/textbox_right_bot.gif);
}
.MB_LeftTile {
	width: 12px;
	background-image: url(../images/gastbok/textbox_left_tile.gif);
}
.MB_RightTile  {
	width: 12px;
	background-image: url(../images/gastbok/textbox_right_tile.gif);
}




.SendButton {
	background-color: transparent;
	border:0px;
	width: 120px;
	height: 30px;
	background-image: url('../images/backgrounds/KnappBG.gif');
	text-align: center;
	vertical-align: middle;
	font-family: "verdana",arial,sans-serif,helvetica;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
}

.gastbok_separator {
	width: 310px;
	height: 30px;
	background-image: url(../images/gastbok/separator.gif);
	margin: 10px;
}

.GuestbookPlaceholder {
	width: 566px;
	overflow: hidden;
}

.Smiley {
	vertical-align: top;
	margin: 0px;
}