/* Edit */
div#editBackground{
    background-color: #808080;
    display: none;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

div#editbar div.link{
	cursor: pointer;
}

div.editWindow{
    background-color: #FFFFFF;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    display: block;
    left: 41%;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    /*width: 250px;*/
    z-index: 1001;
}

div.editWindow textarea{
	height:450px;
	width:300px;
}
div.editWindow input[type=text]{
	width:300px;

}

div.group.edit div.moveIt{
	background-color:FF0000;
	cursor: move;
	height:10px;
	width:100%;
}