#gameArea {
    width: 100%;    
}

#laserTools {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 50px;
}

#laserGameArea {
    text-align: center;
}

#laserUpLine {
    border-bottom:1px solid blue;
}

.robo_laser {
    border:1px dashed blue;
}

.robo_laser_canvas {
    position:relative;
    margin-top:-7px;
}
    
.robo_laser table{
    border-collapse:collapse;
    margin-top:10px;
    margin-bottom:10px;
}
    
.robo_laser td{
    width:30px;
    height:30px;
}   

.robo_laser_img{
    width:30px;
    height:30px;
}

.green_border{
    border:1px solid green;
}

.green_border2{
    border:2px solid green;
}

.red_border{
    border:1px solid red;
}

.red_border2{
    border:2px solid red;
}

.blue_bor {
    border-right:1px solid blue;
    border-bottom:1px solid blue;
}

.tool_box{
    border-collapse:collapse;
    border:2px solid #666666;
    background-color: #EEEEEE;
    width:400px;
}

.laser_object {
    width:30px;
    height:30px;
    float:left;
    position:relative;
    margin-bottom:5px;
    margin-left:5px;
    cursor:move;
}

.laser_drop_item {
    width:30px;
    height:30px;
    border-right:1px solid blue;
    border-bottom:1px solid blue;
    position:relative;
}
.laser_drop_drag {
    background-color:#red;
    z-index:50;
}
.laser_drop_dragover {
    background-color:#FEE;
    color:#000;
}
.laser_drop_dropped {
    border:none;
}
