.guiCanvas		{	position:fixed; width:auto; height:auto; top:0px; bottom:0px; right:0px; left:0px; background-color:rgba(255,255,255,.5);}
.guiCanvas.white{	}
.guiCanvas.none	{	width:1px; height:1px; top:0px; right:0px; background-color:transparent;}
.guiBox			{	border:2px solid #A0BF6E; border-radius:8px; overflow:hidden; background-color:#FFEEDD; margin-bottom:3px;}
.guiBox.basic	{	position:absolute; width:400px; height:auto; left:200px; top:200px;}
.guiTitle.basic	{	position:relative; width:auto; height:26px; left:0px; right:0px; padding-left:20px; padding-top:4px; border-bottom:1px solid #A0BF6E; background-image:url(../img/taskHeader.png); font-size:16px; font-weight:bold; color:#2b5500;	}
.guiTitle.none	{	position:absolute; width:0px; height:0px; left:0px; top:0px; visibility:hidden;	}

.guiContent		{	position:relative; width:auto; height:auto; left:0px; right:0px; bottom:0px; top:0px; }


/*CUSTOM DEFENITIONS */

.guiBox.middle		{	width:auto; left:0px; top:0px; right:0px; bottom:0px; margin-bottom:10px;}
.guiBox.middle		{	width:auto; left:0px; top:0px; right:0px; bottom:0px; margin-bottom:3px;}
.guiTitle.thin		{	position:relative; width:auto; height:19px; left:0px; right:0px; padding-left:20px; padding-top:2px; border-bottom:1px solid #A0BF6E; background-image:url(../img/taskHeader.png); font-size:13px; font-weight:bold; color:#2b5500;}
.guiTitle.tiny		{	position:relative; width:auto; height:12px; left:0px; right:0px; padding-left:5px; padding-top:0px; border-bottom:1px solid #A0BF6E; background-image:url(../img/taskHeader.png); font-size:9px; font-weight:bold; color:#2b5500;}
.guiTitle.none		{	position:relative; width:0px; height:0px; left:0px; top:0px; overflow:hidden;}