#rules {
width: 100%;
padding-bottom: 10px;
}
.adminForm {
width: 100%;
}
#contentParams {
width: 100%;
position: relative;
overflow: hidden;
}
#sectionname  {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
}
#catidname {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 30px;
}
#createdbyname {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 70px
}
#emailname {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top:100px;
}
#titlename {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 130px;
}
#image1name {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 160px;
}
#image2name {
width: 16%;
float: left;
padding-top: 5px;
position: absolute;
left: 0px;
top: 190px;
}
#sectionbox {
width: 84%;
float: left;
position: absolute;
left: 128px;
}
#catidbox {
width:84%;
float:left;
position: absolute;
left: 128px;
top: 35px;
}
#createdbybox {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 70px;
}
#emailbox {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 100px;
}
#titlebox {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 130px;
}
#image1box {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 160px;
}
#image2box {
width: 84%;
float: left;
position: absolute;
left: 128px;
top: 190px;
}
/*##################################### TOOL BAR SETTINGS ################################################*/  
#toolbar {
width:42%;
position: absolute;
left: 230px;
}
#toolsave {
position:absolute;
left: 210px;
}
#toolcancel {
position:absolute;
left:290px;
}
#toolsave img {
border: none;
}
#toolcancel img {
border:none;
}
#introtextname {
width: 100%;
position: relative;
top: 235px;
}
#introtextbox {
width: 100%;
position: relative;
height: 480px;
top: 235px;
}
#maintextname {
width: 100%;
position: relative;
top: 30px;
}
#maintextbox {
width: 100%;
position:relative;
top: 30px;
height: 480px;
}


