#doorscript {
	width: 580px;
	height: 266px;
	background-image: url("door_script.gif");	
	position:relative;	
}

#script, #doorid, #doorname, #destination, #type, #state, #dontmovehere, #showname, #drawframe, #select {
	border: solid 1px transparent;
	position: absolute;
	padding: 0px 0px 3px 3px;
	text-align: left;
}
#script {
	padding: 5px;
	width: 275px;
	height: 175px;
	left: 285px;
	top: 35px;
	overflow:auto;
	vertical-align: middle;
}
#select {
	left: 279px;	
	top: 230px;
}
#doorid{		width: 30px;	height: 15px;	left: 70px;	top: 40px;}
#doorname{	width: 90px;	height: 15px;	left: 149px;	top: 40px;}
#destination{	width: 170px;	height: 15px;	left: 70px;	top: 65px;}
#type{		width: 110px;	height: 15px;	left: 70px;	top: 90px;}
#state{		width: 110px;	height: 15px;	left: 70px;	top: 118px;}
#dontmovehere{	width: 10px;	height: 10px;	left: 11px;	top: 178px;	padding: 0px;}
#showname{	width: 10px;	height: 10px;	left: 113px;	top: 178px;	padding: 0px;}
#drawframe{	width: 10px;	height: 10px;	left: 11px;	top: 199px;	padding: 0px;}

.checked{
	background-image: url("check.gif");	
	background-repeat: no-repeat;
}
