@charset "utf-8";
/* CSS Document */

html {
	min-height:100%;
	position:relative;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	overflow: hidden;				/*così evito che si formino le scrollbar su diversi dispositivi*/
}

div#container {
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	bottom:0;
	left:300px;
	right:81px;
	overflow:scroll;
	height: 100%;
}

div#panel_green {
	background-image: url(../images/block_1x1_neutral_green.png);
	background-repeat: repeat;
	margin:0;
	padding:0;
	height: 2680px;  /*128x20=2560*/
	width: 2640px;    /*2560+60*/
	position:absolute;
	top:-120px;  /*-120*/
	bottom:0px;
	left:-80px;   /*parte da -80 per far quadrare i semitoni, per farlo partire da 0px dovrei modificare l'immagine con photoshop*/
}

div#panel_top_border {
	height:20px;
	width: 2560px;
	position:absolute;
	top:0;
	left:0px;
	right:0;
	overflow:hidden;
	z-index:2000;
	background-image:url(../images/block_1x1_gray.png);
	background-repeat:repeat;
}

.panel_white_top {
	border-bottom:solid #333 1px;
	border-right:solid #333 1px;
	width: 19px;
}

.panel_white_left {
	position: relative;
	top: 120px;
	border-bottom:solid #333 1px;
	border-right:solid #333 1px;
	width: 19px;
}

div#panel_left_border {
	width:20px;
	height: 2680px;
	position:absolute;
	top:-120px;
	left:0px;
	bottom:0;
	overflow:hidden;
	z-index:2000;
	background-image:url(../images/block_1x1_gray.png);
	background-repeat:repeat;
}

div#panel_logo {
	width:299px;
	height:79px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/block_1x1_yellow.png);
	background-repeat:repeat;
	border-bottom:solid #333 1px;
	border-right:solid #333 1px;
}

div#logo {
	width:260px;
	height:40px;
	position:absolute;
	top:20px;
	left:20px;
	background-image:url(../images/logo.png);
}

div#panel_left {
	width:299px;
	position:absolute;
	top:80px;
	bottom:0;
	left:0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index:-1;
	background-image:url(../images/block_1x1_yellow.png);
	background-repeat:repeat;
	border-right:solid #888 1px;
}

div#panel_choose {
	width:279px;
	height:179px;
	position:absolute;
	top:120px;
	left:0px;
	padding-left:20px;
	background-image:url(../images/block_1x1_white.png);
	background-repeat:repeat;
	border-bottom:solid #333 1px;
	border-right:solid #333 1px;
}

div#panel_associations {
	width:279px;
	height:299px;
	position:absolute;
	top:300px;
	left:0;
	padding-left:20px;
	background-image:url(../images/block_1x1_cyan.png);
	background-repeat:repeat;
	border-bottom:solid #333 1px;
	border-right:solid #333 1px;
	color:#FFF;
}

div#panel_media {
	width:279px;
	height:119px;
	position:absolute;
	top:600px;
	left:0;
	padding-left:20px;
	background-image:url(../images/block_1x1_blue.png);
	background-repeat:repeat;
	border-bottom:solid #333 1px;
	border-right:solid #333 1px;
	color:#FFF;
}

div#panel_settings {
	width:440px;
	height:420px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-223px 0 0 -213px;
	border:solid gray 2px;
	border-radius:8px;
	z-index:2050;
	visibility: hidden;
	background-image:url(../images/block_1x1_white.png);
	box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.5);
}

p#output_midi {
	position: absolute;
	top:3px;
	left:380px;
}
/* Pieces*/

div#panel_block_size {
	width:279px;
	height:119px;
	position:absolute;
	top:0px;
	left:0px;
	padding-left:20px;
	background-image:url(../images/block_1x1_lightgray.png);
	background-repeat:repeat;
	border-bottom:solid #333 1px;
	border-right:solid #333 1px;
}

div#dropdown-content {
	visibility: hidden;
	top:80px;
	left:0px;
	position: absolute;
	background-image:url(../images/block_1x1_lightgray.png);
	background-repeat:repeat;
	height:299px;
	width: 299px;
	box-shadow: 10px 16px 16px 0px rgba(0,0,0,0.5);
	z-index: 20000;      /*z-index alto per avere il div in primo piano*/
}

div#block_size {
	position:absolute;
	top:19px;
	left:140px;
}

div#block_size_example {
	position:absolute;
	top:20px;
	left:180px;
	background-image:url(../images/block_1x1_white.png);
	background-repeat:repeat;
	border-bottom:solid #333 1px;
	border-right:solid #333 1px;
	width:20px;
	height:20px;
}

div#block_size_text {
	width:180px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
	border:0;
	background-image:url(../images/block_size.png);
	background-repeat:no-repeat;
}

div#panel_right {
	width:80px;
	position:absolute;
	top:0px;
	bottom:0;
	right:0;
	z-index:-1;
	background-image:url(../images/block_1x1_red.png);
	background-repeat:repeat;
	border-left:solid #888 1px;
	overflow: auto;
}

div#settings {
	width:39px;
	height:39px;
	position:absolute;
	top:20px;
	left:20px;
	background-image:url(../images/icon_gear.png);
	background-repeat:repeat;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#add_green {
	position: absolute;
	top: 80px;
	right: 20px;
	height: 39px;
	width: 39px;
	background-image:url(../images/block_1x1_neutral_green.png);
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	color: white;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
}

div#reload {
	width:39px;
	height:39px;
	position:absolute;
	top:140px;
	right:20px;
	background-image:url(../images/icon_reload.png);
	background-repeat:repeat;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div.block_default{
	position:absolute;
	background-image:url(../images/block_1x1_gray.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1 {
	width:19px;
	height:19px;
	top:20px;
	left:20px;
}

div#block_1x2 {
	width:19px;
	height:39px;
	top:60px;
	left:20px;
}

div#block_1x3 {
	width:19px;
	height:59px;
	top:120px;
	left:20px;
}

div#block_1x4 {
	width:19px;
	height:79px;
	top:200px;
	left:20px;
}

div#block_2x1 {
	width:39px;
	height:19px;
	top:20px;
	left:60px;
}

div#block_2x2 {
	width:39px;
	height:39px;
	top:60px;
	left:60px;
}

div#block_2x3 {
	width:39px;
	height:59px;
	top:120px;
	left:60px;
}

div#block_2x4 {
	width:39px;
	height:79px;
	top:200px;
	left:60px;
}

div#block_3x1 {
	width:59px;
	height:19px;
	top:20px;
	left:120px;
}

div#block_3x2 {
	width:59px;
	height:39px;
	top:60px;
	left:120px;
}

div#block_3x3 {
	width:59px;
	height:59px;
	top:120px;
	left:120px;
}

div#block_3x4 {
	width:59px;
	height:79px;
	top:200px;
	left:120px;
}

div#block_4x1 {
	width:79px;
	height:19px;
	top:20px;
	left:200px;
}

div#block_4x2 {
	width:79px;
	height:39px;
	top:60px;
	left:200px;
}

div#block_4x3 {
	width:79px;
	height:59px;
	top:120px;
	left:200px;
}

div#block_4x4 {
	width:79px;
	height:79px;
	top:200px;
	left:200px;
}

/* Color samples */

div#block_1x1_yellow {
	width:19px;
	height:19px;
	position:absolute;
	top:20px;
	left:140px;
	background-image:url(../images/block_1x1_yellow.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_orange {
	width:19px;
	height:19px;
	position:absolute;
	top:20px;
	left:180px;
	background-image:url(../images/block_1x1_orange.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_darkorange {
	width:19px;
	height:19px;
	position:absolute;
	top:20px;
	left:220px;
	background-image:url(../images/block_1x1_darkorange.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_red {
	width:19px;
	height:19px;
	position:absolute;
	top:20px;
	left:260px;
	background-image:url(../images/block_1x1_red.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_brightpink {
	width:19px;
	height:19px;
	position:absolute;
	top:60px;
	left:140px;
	background-image:url(../images/block_1x1_brightpink.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_fucsia {
	width:19px;
	height:19px;
	position:absolute;
	top:60px;
	left:180px;
	background-image:url(../images/block_1x1_fucsia.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_purple {
	width:19px;
	height:19px;
	position:absolute;
	top:60px;
	left:220px;
	background-image:url(../images/block_1x1_purple.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_blue {
	width:19px;
	height:19px;
	position:absolute;
	top:60px;
	left:260px;
	background-image:url(../images/block_1x1_blue.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_cyan {
	width:19px;
	height:19px;
	position:absolute;
	top:100px;
	left:140px;
	background-image:url(../images/block_1x1_cyan.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_lightcyan {
	width:19px;
	height:19px;
	position:absolute;
	top:100px;
	left:180px;
	background-image:url(../images/block_1x1_lightcyan.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_chromegreen {
	width:19px;
	height:19px;
	position:absolute;
	top:100px;
	left:220px;
	background-image:url(../images/block_1x1_chromegreen.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_darkgreen {
	width:19px;
	height:19px;
	position:absolute;
	top:100px;
	left:260px;
	background-image:url(../images/block_1x1_darkgreen.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_green {
	width:19px;
	height:19px;
	position:absolute;
	top:140px;
	left:140px;
	background-image:url(../images/block_1x1_green.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_reddishbrown {
	width:19px;
	height:19px;
	position:absolute;
	top:140px;
	left:180px;
	background-image:url(../images/block_1x1_reddishbrown.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_gray {
	width:19px;
	height:19px;
	position:absolute;
	top:140px;
	left:220px;
	background-image:url(../images/block_1x1_gray.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_1x1_black {
	width:19px;
	height:19px;
	position:absolute;
	top:140px;
	left:260px;
	background-image:url(../images/block_1x1_black.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#block_size_selected {
	width:29px;
	height:29px;
	position:absolute;
	top:55px;
	left:15px;
	border:0;
	background-color:#FF0000;
}

div#color_text {
	width:100px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
	border:0;
	background-image:url(../images/color.png);
	background-repeat:no-repeat;
}

div#color_block_selected {
	width:29px;
	height:29px;
	position:absolute;
	top:215px;
	left:255px;
	border:0;
	background-color:#FF0000;
}

/* Associations */

div#associations_text {
	width:180px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
	border:0;
	background-image:url(../images/associations.png);
	background-repeat:no-repeat;
}

div#rhythm {
	width:39px;
	height:39px;
	position:absolute;
	top:60px;
	left:20px;
	background-image:url(../images/icon_rhythm.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#pitch {
	width:39px;
	height:39px;
	position:absolute;
	top:120px;
	left:20px;
	background-image:url(../images/icon_pitch.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#tone {
	width:39px;
	height:39px;
	position:absolute;
	top:180px;
	left:20px;
	background-image:url(../images/icon_instrument.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#velocity {
	width:39px;
	height:39px;
	position:absolute;
	top:240px;
	left:20px;
	background-image:url(../images/icon_velocity.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#arrow_prev1 {
	width:19px;
	height:39px;
	position:absolute;
	top:60px;
	left:80px;
	background-image:url(../images/arrow_prev.png);
	background-repeat:repeat;
	border:0;
	cursor:pointer;
}

div#arrow_next1 {
	width:19px;
	height:39px;
	position:absolute;
	top:60px;
	left:140px;
	background-image:url(../images/arrow_next.png);
	background-repeat:repeat;
	border:0;
	cursor:pointer;
}

div#arrow_prev2 {
	width:19px;
	height:39px;
	position:absolute;
	top:120px;
	left:80px;
	background-image:url(../images/arrow_prev.png);
	background-repeat:repeat;
	border:0;
	cursor:pointer;
}

div#arrow_next2 {
	width:19px;
	height:39px;
	position:absolute;
	top:120px;
	left:140px;
	background-image:url(../images/arrow_next.png);
	background-repeat:repeat;
	border:0;
	cursor:pointer;
}

div#arrow_prev3 {
	width:19px;
	height:39px;
	position:absolute;
	top:180px;
	left:80px;
	background-image:url(../images/arrow_prev.png);
	background-repeat:repeat;
	border:0;
	cursor:pointer;
}

div#arrow_next3 {
	width:19px;
	height:39px;
	position:absolute;
	top:180px;
	left:140px;
	background-image:url(../images/arrow_next.png);
	background-repeat:repeat;
	border:0;
	cursor:pointer;
}

div#arrow_prev4 {
	width:19px;
	height:39px;
	position:absolute;
	top:240px;
	left:80px;
	background-image:url(../images/arrow_prev.png);
	background-repeat:repeat;
	border:0;
	cursor:pointer;
}

div#arrow_next4 {
	width:19px;
	height:39px;
	position:absolute;
	top:240px;
	left:140px;
	background-image:url(../images/arrow_next.png);
	background-repeat:repeat;
	border:0;
	cursor:pointer;
}

div#assoc_1 {
	width:39px;
	height:39px;
	position:absolute;
	top:60px;
	left:100px;
	background-image:url(../images/icon_void.png);
	background-repeat:repeat;
	border:0;
}

div#assoc_2 {
	width:39px;
	height:39px;
	position:absolute;
	top:120px;
	left:100px;
	background-image:url(../images/icon_void.png);
	background-repeat:repeat;
	border:0;
}

div#assoc_3 {
	width:39px;
	height:39px;
	position:absolute;
	top:180px;
	left:100px;
	background-image:url(../images/icon_void.png);
	background-repeat:repeat;
	border:0;
}

div#assoc_4 {
	width:39px;
	height:39px;
	position:absolute;
	top:240px;
	left:100px;
	background-image:url(../images/icon_void.png);
	background-repeat:repeat;
	border:0;
}

/* Media buttons */

div#media_player_text {
	width:180px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
	border:0;
	background-image:url(../images/media_player.png);
	background-repeat:no-repeat;
}

div#media_play {
	width:39px;
	height:39px;
	position:absolute;
	top:60px;
	left:20px;
	background-image:url(../images/button_play_small.png);
	/*background-repeat:repeat;*/
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

div#media_rewind {
	width:39px;
	height:39px;
	position:absolute;
	top:60px;
	left:80px;
	background-image:url(../images/button_forward_small.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
	cursor:pointer;
}

#input_bpm {
	position: absolute;
	top: 60px;
	left: 140px;
	width: 96px;
	height: 33px;
	font-size: 15pt;
	z-index: 1;
	text-align: right;
	background-image: url(../images/icon_metronome.png);
	background-repeat: no-repeat;
	background-position: left;
}

/* Cursors */

div#score_cursor {
	width:19px;
	height:19px;
	position:absolute;
	top:-20px;
	left:-20px;
	background-image:url(../images/block_1x1_gray.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#score_follower {
	width:20px;
	position:absolute;
	top:120px;
	bottom:0;
	left:80px;
	overflow:hidden;
	z-index:1000;
	background-color:#FFF;
	opacity:0.5;
}

div#score_color {
	width:20px;
	height: 20px;
	position:absolute;
	top:120px;
	bottom:0;
	left:80px;
	z-index:1000;
	background-color:#FFF;
	opacity:0.5;
}

/*panel settings*/

#p_outputMidi {
	position: absolute;
	left: 20px;
	top: 0px;
}

#chooseOutput {
	width: 140px;
	position: absolute;
	left: 180px;
	top: 20px;
}

#p_instrument {
	position: absolute;
	left: 20px;
	top: 40px;
}

#p_pitch {
	position: absolute;
	left: 20px;
	top: 40px;
}

#p_velocity {
	position: absolute;
	left: 20px;
	top: 40px;
}

div#choose_pitch {
	visibility: hidden;
}

div#choose_instrument {
	visibility: hidden;
}

div#choose_velocity {
	visibility: hidden;
}

div#block_yellow {
	width:19px;
	height:19px;
	position: absolute;
	top: 100px;
	left: 20px;
	background-image:url(../images/block_1x1_yellow.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_orange {
	position: absolute;
	top: 140px;
	left: 20px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_orange.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_darkorange {
	position: absolute;
	top: 180px;
	left: 20px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_darkorange.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_red {
	position: absolute;
	top: 220px;
	left: 20px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_red.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_brightpink {
	position: absolute;
	top: 260px;
	left: 20px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_brightpink.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_fucsia {
	position: absolute;
	top: 300px;
	left: 20px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_fucsia.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_purple {
	position: absolute;
	top: 340px;
	left: 20px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_purple.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_blue {
	position: absolute;
	top: 380px;
	left: 20px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_blue.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_cyan {
	position: absolute;
	top: 100px;
	left: 240px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_cyan.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_lightcyan {
	position: absolute;
	top: 140px;
	left: 240px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_lightcyan.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_chromegreen {
	position: absolute;
	top: 180px;
	left: 240px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_chromegreen.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_darkgreen {
	position: absolute;
	top: 220px;
	left: 240px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_darkgreen.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_green {
	position: absolute;
	top: 260px;
	left: 240px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_green.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_reddishbrown {
	position: absolute;
	top: 300px;
	left: 240px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_reddishbrown.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_gray {
	position: absolute;
	top: 340px;
	left: 240px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_gray.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

div#block_black {
	position: absolute;
	top: 380px;
	left: 240px;
	width:19px;
	height:19px;
	background-image:url(../images/block_1x1_black.png);
	background-repeat:repeat;
	border:0;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}

#choose_yellow {
	width: 140px;
	position: absolute;
	top: 100px;
	left: 60px;
}

#choose_orange {
	width: 140px;
	position: absolute;
	top: 140px;
	left: 60px;
}

#choose_darkorange {
	width: 140px;
	position: absolute;
	top: 180px;
	left: 60px;
}

#choose_red {
	width: 140px;
	position: absolute;
	top: 220px;
	left: 60px;
}

#choose_brightpink {
	width: 140px;
	position: absolute;
	top: 260px;
	left: 60px;
}

#choose_fucsia {
	width: 140px;
	position: absolute;
	top: 300px;
	left: 60px;
}

#choose_purple {
	width: 140px;
	position: absolute;
	top: 340px;
	left: 60px;
}

#choose_blue {
	width: 140px;
	position: absolute;
	top: 380px;
	left: 60px;
}

#choose_cyan {
	width: 140px;
	position: absolute;
	top: 100px;
	left: 280px;
}

#choose_lightcyan {
	width: 140px;
	position: absolute;
	top: 140px;
	left: 280px;
}

#choose_chromegreen {
	width: 140px;
	position: absolute;
	top: 180px;
	left: 280px;
}

#choose_darkgreen {
	width: 140px;
	position: absolute;
	top: 220px;
	left: 280px;
}

#choose_green {
	width: 140px;
	position: absolute;
	top: 260px;
	left: 280px;
}

#choose_reddishbrown {
	width: 140px;
	position: absolute;
	top: 300px;
	left: 280px;
}

#choose_gray {
	width: 140px;
	position: absolute;
	top: 340px;
	left: 280px;
}

#choose_black {
	width: 140px;
	position: absolute;
	top: 380px;
	left: 280px;
}
