img {
	border: 0px;
}
.north { background: url(/eljay/iconmaker/images/boxes/north.png) repeat-x top; }
.east { background: url(/eljay/iconmaker/images/boxes/east.png) repeat-y right; }
.south { background: url(/eljay/iconmaker/images/boxes/south.png) repeat-x bottom; }
.west { background: url(/eljay/iconmaker/images/boxes/west.png) repeat-y left; }
.ne { background: url(/eljay/iconmaker/images/boxes/ne.png) no-repeat top right; }
.se { background: url(/eljay/iconmaker/images/boxes/se.png) no-repeat bottom right; }
.sw { background: url(/eljay/iconmaker/images/boxes/sw.png) no-repeat bottom left; }
.nw { background: url(/eljay/iconmaker/images/boxes/nw.png) no-repeat top left; }
.nw { padding: 20px; }

.north_w { background: url(/eljay/iconmaker/images/boxes/w_north.png) repeat-x top; }
.east_w { background: url(/eljay/iconmaker/images/boxes/w_east.png) repeat-y right; }
.south_w { background: url(/eljay/iconmaker/images/boxes/w_south.png) repeat-x bottom; }
.west_w { background: url(/eljay/iconmaker/images/boxes/w_west.png) repeat-y left; }
.ne_w { background: url(/eljay/iconmaker/images/boxes/w_ne.png) no-repeat top right; }
.se_w { background: url(/eljay/iconmaker/images/boxes/w_se.png) no-repeat bottom right; }
.sw_w { background: url(/eljay/iconmaker/images/boxes/w_sw.png) no-repeat bottom left; }
.nw_w { background: url(/eljay/iconmaker/images/boxes/w_nw.png) no-repeat top left; }
.nw_w { padding: 20px; }

#octopus_main {
	float: left;
}
#octopus_main {
	background-color : #a7d3f1;
}
html>body #octopus_main {
	background-color : #b0d8f3;
}
#octopus_right {
	float: right;
	width: 285px;
	background-color : #ffffff;
}
.octopus_icon {
	width: 285px;
	background-color : #ffffff;
}
body,p,select,input,div,li,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul {
	margin-left: 25px;
	margin-top: 0;
	padding-left: 1em;
	text-indent: -1em;
}
html>body ul {
	margin-left: 10px;
}
li {
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
}
html>body li {
	padding-left: 10px;
}
.errormsg {
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 9px;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
form {
	display: inline;
	margin-bottom: 0px;
}
#adsense {
	clear: both;
	padding-top: 5px;
	visibility:hidden;
}
#icon, #loading {
	margin-bottom:10px;
}
#loading {
	margin-bottom:10px;
}
#uploaddiv {
	display:block;
	margin-bottom:10px;
}
#startdiv {
	margin-bottom:10px;
}
#content {
	position: relative;
}
.handle {
	background: #9595ff;
	opacity: 0.6;
	border: 1px solid #0000ff;
	position: absolute;
	height: 5px;
	width: 5px;
}
#info {
	background: #000;
	color: #fff;
	padding: 10px;
	width: 480px;
}
#undo,#redo {
	display:none;
	cursor:pointer;
}
.colorpicker,.button,.delete {
	cursor:pointer;
}
#colorPickerDiv {
	background-color:#ffffff;
}

#colorpickerbordersample {
	background:#FFFFFF;
	border: 1px solid #000000;
	width:18px;
	height:10px;
}
#colorpickertextsample {
	background:#FFFFFF;
	border: 1px solid #000000;
	width:18px;
	height:10px;
}
#colorpickertextbordersample {
	background:transparent;
	border: 1px solid #000000;
	width:18px;
	height:10px;
}
