@charset "utf-8";

#editBox {
	height: 330px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	margin-bottom: 10px;
}
#editBox #editLeftBox {
	height: 330px;
	width: 600px;
	float: left;
	clear: none;
	overflow: auto;
}
#editBox #editRightBox {
	height: 330px;
	width: 170px;
	float: left;
	clear: none;
	padding-left: 10px;
	overflow: auto;
}
#textHelper {
	float: left;
	height: 160px;
	width: 200px;
	clear: none;
	padding-left: 5px;
}
#horLine {
	float: left;
	background-color: #CCCCCC;
	height: 250px;
	width: 1px;
	clear: none;
	background-position: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#textInput1 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
}
#saveButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6699cc;   /*skall ändras vid ändring av färgschema*/
	font-weight: bolder;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#textInput {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	border: 1px solid #000000;
	float: left;
}
#containerBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 580px;
}
.helpButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6699cc;  /*skall ändras vid ändring av färgschema*/
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 10px;
	border: 1px solid #000;
}
