
span.pin {
 width :24px;
 height:24px;
// top :200;
// left :300;
 position :absolute;
 font-family:monospace;
 font-size:x-small;
 margin :0;
 padding :0;
 background:url(./pins.png) no-repeat;
 background-position:-72px,6px;
 border-width: 0;
}

span.board {
 width :1000px;
 height:1000px;
 top :0;
 left :0;
 position :absolute;
 font-family:monospace;
 font-size:x-small;
 margin :0;
 padding :0;
 background:url(./ult62n.jpg) no-repeat;
 border-width: 0;
}

span#conn_icon {
 width :48;
 height:48px;
 position :absolute;
 background:url(conn.png) no-repeat;
 background-position:-0px;
}

span.package {
 width :24px;
 height:24px;
// top :200;
// left :300;
 position :absolute;
 border-style: solid;
 background-color:#c0c0c0;
 border-width: 1;
}

span.descr {
 position :absolute;
 font-family:sans-serif;
 font-size:small;
}

div.copyright {
 margin :0;
 padding : 0;
 text-align : center;
 font-family:sans-serif;
 font-size:xx-small;
}

span.statusbar {
 margin :0;
 padding : 0;
 width: 100%;
 font-family:sans-serif;
 font-size:x-small;
 background-color:#e0e0e0;
 border-style: solid;
 border-width: 1;
}
span.msgwindow {
 margin :0;
 padding : 0;
 width: 100%;
 font-family:sans-serif;
 font-size:x-small;
 background-color:#f0f0f0;
 border-style: solid;
 border-width: 1;
}

div.headder {
 margin :0;
 padding : 1px;
 width: 100%;
 font-family: sans-serif;
 font-size:x-small;
 color:#ffffff;
 font-weight: bold;
 background-color:purple;
 border-style: solid;
 border-width: 1;
 border-color: black;
}

span.toolbar {
 margin :0;
 padding : 5px;
 width: 100%;
 font-family:sans-serif;
 font-size:x-small;
 background-color:#e0e0e0;
 border-style: solid;
 border-width: 1;
}

input.tool_button {
 width :48px;
 height :48px;
 margin :0;
 padding : 0;
 font-family:sans-serif;
 font-size:x-small;
}

		.dv_owner{
			font-weight:bold;
			color:#3030ff;
		}
		.dv_name{
			font-weight:bold;
			padding-bottom:6px;
		}
		.dv_desc{
			font-size:xx-small;
			color:#c0c0c0;
		}

#touchbox {
	border:#999999 1px solid;
	height:90%;
	width:100%;
}
