.jquery-tree {
    list-style: none;
}

.jquery-tree ul {
    list-style: none;
}

.jquery-tree-handle {
    cursor: pointer;
	width: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.jquery-tree-collapsed ul {
    display: none;
}

.jquery-tree-collapseall,
.jquery-tree-expandall {
	cursor: pointer;
}

.jquery-tree-collapseall {
	margin-right: 1em;
}

.jquery-tree input {
	position: absolute;
	left: -1000px;
}

.jquery-tree-leaf {
    padding-left: 20px;
}

.jquery-tree-node {
    padding-left: 10px;
}

.jquery-tree-title {
	display:inline-block;
}

.jquery-tree-checked-partial,
.jquery-tree-checked,
.jquery-tree-unchecked {
	background-position: 5px 50%;
	background-repeat: no-repeat;
	cursor: default;
	padding-left: 25px;
	margin: 0;
}

.jquery-tree-checked-partial {
	background-image: url('../img/checkbox-partial.png');
}

.jquery-tree-checked {
	background-image: url('../img/checkbox-checked.png');
}

.jquery-tree-unchecked {
	background-image: url('../img/checkbox-unchecked.png');
}

.jquery-tree-node label,
.jquery-tree-handle,
.jquery-tree-controls span
{
	-moz-user-select: none;
        font-size: 14px;
        cursor: pointer;
}
.jquery-tree-controls span {
    color: #1c6cd9;
    border-bottom: 1px dashed #3175da;
    cursor: pointer;
    margin-right: 15px;
}

.jquery-tree-node label.jquery-tree-unchecked {
    color: #000;
}
.jquery-tree-node label:hover, .jquery-tree-node label.jquery-tree-checked {
    color: #009400 !important;
}
.jquery-tree-handle {
    font-weight: bold;
}
ul#treez {
    padding-left: 0px;
}



div#i2 input[type="radio"] {
    display:none;
}

div#i2 input[type="radio"] + label {
    color:#2f2f2f;
    font-family:Arial, sans-serif;
    font-size:15px;
}

div#i2 input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:0px 5px 0 0;
    vertical-align:middle;
    background:url("../check_radio_sheet.png") -38px top no-repeat;
    cursor:pointer;
}

div#i2 input[type="radio"]:checked + label span {
    background:url("../check_radio_sheet.png") -57px top no-repeat;
}
.sendsubmit {
width:410px;
height:39px;
margin: 0;
padding:0;
border: 0;
background: transparent url(../button.png) no-repeat center top;
text-indent: -1000em;
cursor: pointer; 
cursor: hand; 
}

