#text_area_editor {
	position:relative;
	margin:0;
	padding:0;
	border:0;
	margin-top:2px;
	border-top:1px #cccccc solid;
	}
#text_area_editor:focus {
	outline: 0;
	}
#text_area_editor img {
	cursor:move;
	}
.html_editor {
	position:absolute;
	margin-left:-7px;
	margin-top:-30px;
	padding:6px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	z-index:990;
	min-width: 200px;
	border-radius:12px;
	border:1px #cccccc solid;
    -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.5);
	}
.html_editor_head {
    margin-top:-2px;
	font-size: 20px;
    }
.html_editor_img {
	height:16px;
	width:16px;
	border:1px #cccccc solid;
	padding:2px;
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(40%, #c4c2c2), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #c4c2c2 14px, #ffffff 25px);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	}


.html_editor_img_last {
	position:absolute;
	right:6px;
	height:16px;
	width:40px;
	border:1px #cccccc solid;
	padding:2px;
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(40%, #c4c2c2), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #c4c2c2 14px, #ffffff 25px);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
}


.html_editor_img_close {
	position:absolute;
	z-index:10;
	height:10px;
	width:10px;
	margin-left:-14px;
	margin-top:-22px;
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(40%, #c4c2c2), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #c4c2c2 14px, #ffffff 25px);
	border:1px #cccccc solid;
	padding:4px;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(40%, #c4c2c2), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #c4c2c2 14px, #ffffff 25px);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	}


#editor_controls img {
	border:1px #cccccc solid;
}


.html_editor_img:hover,
.html_editor_img_last:hover,
.html_editor_img_close:hover {
	background:#c9c9c9;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	background: -webkit-gradient(linear, left top, left 25, from(#d9d9d9), color-stop(40%, #c4c2c2), to(#ffffff));
	background: -moz-linear-gradient(top, #d9d9d9, #c4c2c2 14px, #ffffff 25px);
	}
#action_window {
	position:absolute;
	z-index:50;
	margin-left:-9px;
	margin-top:-28px;
	padding:10px;
	width:100%;
	background:#ffffff;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	border:1px #cccccc solid;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	}
.action_window_input {
	padding: 4px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 14px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #c4c2c2), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #c4c2c2 1px, #ffffff 25px);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	margin-left:20px;
	margin-top:20px;
	margin-bottom:24px;
	}
.action_window_input:hover,
.action_window_input:focus {
	border-color: #C9C9C9;
	}
.action_window_input_but {
	padding: 4px 10px;
	background: #535c5e;
	border: 0;
	font-size: 14px;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	margin-right:10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	}
.action_window_input_buttons {
	margin-top:10px;
	margin-left:30px;
	}
.action_window_input::-webkit-outer-spin-button {
-webkit-appearance: outer-spin-button;
display: inline-block;
position: relative;
cursor: default;
margin-left: 4px;
-webkit-user-select: none;
}


#prompt_window {
	position:absolute;
	z-index:50;
	margin-left:-7px;
	margin-top:-27px;
	padding:10px;
	width:100%;
	background:#ffffff;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	border:1px #cccccc solid;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	}
.prompt_window_text {
    border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 14px/100% Verdana, Tahoma, sans-serif;
	width: 300px;
	height:30px;
	background: #ffffff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	margin-bottom:24px;
    }
.prompt_window_sect {
    display:none;
    text-transform:none;
    font-size:12px;
	font-family:verdana, Verdana, sans-serif;
	color:#000000;
    }
select.editor_form_sort {
    font-size:10px;
    width:126px;
	font-family:verdana, Verdana, sans-serif;
	color:#000000;
	background-color:#ffffff;
	border:1px #9c9c9c solid;
	cursor:pointer;
    }
#prompt_window_text {
    font-size:10px;
    width:120px;
	font-family:verdana, Verdana, sans-serif;
	color:#000000;
	background-color:#ffffff;
	border:1px #9c9c9c solid;
	outline:0;
    }
#link_prompt_sect {
    margin-top:4px;
    }
.margin_bottom_10 {
    margin-bottom:10px;
    }