#main_table{
	margin-left:auto;
}
.coords{
	display: none;
}
.t1{
	width:5%;
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked {
    background:url(images/check_radio_sheet.png) -19px top no-repeat;
}
