#tlg-alert-msg { display: none; }

img#tlg_close_msg_alert { float: right; cursor: pointer; }
img#tlg_msg_alert { vertical-align: middle; }


div.alertmsg {
	border: 1px solid #cccccc;
	width: 250px;
	border: 1px solid #c93;
	background: #faebd7;
	padding: 5px;
	margin-bottom:20px;
}


.XS { font-size: 70%;  }
.S  { font-size: 90%;  }
.M  { font-size: 130%; }
.L  { font-size: 180%; }
.XL { font-size: 250%; }

div#tlg-canvas {
	font-family:Arial, sans-serif;
	height:240px;
	width:615px;
	margin:10px;
	position:relative;
	background: url(../images/the-list-bg.jpg) top left no-repeat;
}

.draggable {
	position: absolute;
	display:inline;
	float:left;
	overflow:hidden;
}

.draggable p {
	display: inline;
	padding: 3px;
}

.manage {
	display:block;
	width:24px;
	height:12px;
	float:right;
	visibility: hidden;
}

a.edit, a.delete {
	display:block; width:12px; height:12px; float:left;
}

a.delete { background: url(../images/cross.png); }
a.edit { background: url(../images/pencil.png); }


table#TLG_Management-Add-Form { width:500px; }
table#TLG_Management-Add-Form th { width:100px;}

.blueline { width:600px; margin:0; height:1px; background:#21759B;border:none; }