#editor {
	position: relative;
	width: 1020px;
	height: 986px;
	border: 1px solid #3D9CD2;
	background-color: #FBFBFB;
}

*:focus {outline:0px none transparent;}

#editor .header {
	height: 50px;
	width: 1020px;
	background-color: #3D9CD2;
}

.tekst {
position: absolute;
padding: 20px;
top: 300px;
left: 50%;
margin-left: -250px;
width: 460px;
font: 12px arial, verdana, sans-serif;
font-weight: bold;
z-index: 10;
background-color: #fff;
border: 1px solid #3D9CD2;
}

a.manual:link, a.manual:visited {
	position: absolute;
	bottom: 20px;
	right: 75px;
	text-decoration: none;
	color: #3D9CD2;
	font: 14px arial, verdana, sans-serif;
	font-weight: bold;
}

a.extra-close {
	text-decoration: none;
	color: #fff;
	float: right;
	margin: 17px 15px 0px 0px;
}

#editor .logo {
	float: right;
	position: absolute;
	right: 0px;
	top: 70px;
}

#editor .font-choice, #editor .measurement-choice, #editor .color-choice , #editor .ornament-choice {
	padding: 8px 10px;
	margin-bottom: 20px;
	font: 11px arial, verdana, sans-serif;
	font-weight: bold;
	float: right;
	width: 260px;
	min-height: 14px;
	height: auto !important;
	height: 14px;
	border: 2px solid #3D9CD2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
}

#editor .choices h2 {
	font: 14px arial, verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 5px;
}

#editor .choices {
	width: 285px;
	margin-right: 10px;
	float: right;
}

#editor .ornament-container, #editor .size-container {
	width: 990px;
	height: 900px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#editor .ornament-container  .background, #editor .size-container  .background, #editor .mail-container  .background, #editor .msg-container  .background  {
	width: 1020px;
	height: 986px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 5;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#editor .mail-container  .form {
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 210px;
	padding: 20px 0px 0px 50px;
	width: 450px;
	height: 144px;
	z-index: 100000;
	font: 12px arial, verdana, sans-serif;
	background-color: #fff;
	border: 1px solid #3D9CD2;
}

#editor .mail-container  .form label {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

#editor .mail-container  .form input.text {
	float: left;
	margin-bottom: 5px;
	width: 200px;
	font: 12px arial, verdana, sans-serif;
	border: 1px solid #3D9CD2;
}

#editor .mail-container  .form input.input-btn {
	float: left;
	font: 11px arial, verdana, sans-serif;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #3D9CD2;
}

#editor .ornament-container  .close, #editor .size-container  .close, #editor .mail-container  .close, #editor .msg-container  .close  {
	position: absolute;
	top: 50px;
	left: 95px;
	z-index: 30;
	cursor: pointer;
}

#editor .mail-container  .close {
	top: 186px;
	left: 235px;
}

#editor .msg-container  .close {
	top: 270px;
	left: 235px;
}

#editor .size-container select {
	position: absolute;
	z-index: 100;
	top: 195px;
	left: 245px;
}

#editor .ornament {
	position: absolute;
	top: 50%;
	margin-top: -375px;
	left: 50%;
	margin-left: -375px;
	width: auto;
	height: 750px;
	overflow: auto;
	border: 1px solid #3D9CD2;
	z-index: 10;
	background-color: #fff;
}

img {
	border: 0px solid #fff;
}

#editor .settings {
	padding-left: 70px;
}

#editor .settings select {
	float: left;
	margin-top: 20px;
	font-size: 16px;
}

#editor .settings .button {
	float: left;
	margin: 30px 30px 0px 0px;
	width: 150px;
	height: 130px;
	cursor: pointer;
}

#editor .settings .button.disabled
{
    cursor: default;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

#editor .work-area {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 717px;
	height: 717px;
}

#editor .work-area img.bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

#editor .work-area img.stone {
	position: absolute;
	top: 17px;
	left: 0px;
	z-index: 3;
	width: 685px;
	height: 685px;
}

#editor .work-area .elements {
	position: absolute;
	margin-top: 15px;
	left: 15px;
	z-index: 10;
	width: 685px;
	height: 685px;
	overflow: hidden;
}

#editor .work-area .elements .textarea {
	position: relative;
	padding: 2px;
	resize: none; 
	max-width: 670px;
	z-index: 100;
	line-height: normal;
	border: 0px solid #fff;
	overflow: hidden;
	background: url(/app/img/transparent.gif) top left repeat;
}

* html #editor .work-area .elements .textarea{
	width: expression(this.width > 670 ? 670: true);
}

#editor .work-area .elements .text-element {
	position: absolute;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	border: 0px dotted black;
	background: url(/app/img/transparent.gif) top left repeat;
}

#editor .text-options {
	position: relative;
	padding-bottom: 1px;
	height: 23px;
	display: block;
	width: 245px;
	margin-left: 10px;
	border: 1px dotted black;	
}

#editor .work-area .elements .text-element .move {
	position: absolute;
	top: 3px;
	right: 1px;
	width: 16px;
	height: 16px;
	background: url("/app/img/move.png") top left no-repeat;
	cursor: move;
	z-index: 1000;
}

#editor .work-area .elements img {
	cursor: move;
}

#editor .ornament td.image {
	position: relative;
	border : 1px dotted white;
	cursor: pointer;
}

#editor .text-optionsContainer 
{
    float: right;
    width: 250px;
    margin: 58px 17px 10px 0px;
}

#editor .ornament .categories-container {
	height: 50px;
	font: 12px arial, verdana, sans-serif;
	color: #fff;
	padding-left: 10px;
	background-color: #3D9CD2;
	margin-bottom: 15px;
}

#editor .ornament .categories-container select {
	margin-top: 15px;
}

#editor .ornament td.image  span.options {
	display: none;
	position: relative;
}

#editor .ornament td.image  span.options span.add {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	background: url("/app/img/add.png") top left no-repeat;
	cursor: pointer;
}

#editor .ornament-elm {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 999;
}

#editor .remove-obj {
	position: absolute;
	top: 3px;
	right: 2px;
	width: 16px;
	height: 16px;
	background: url("/app/img/trash.gif") top left no-repeat;
	cursor: pointer;
}

#editor .text-element .remove-obj {
	right: 20px;
}

br.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	line-height: 0px;
}