/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.account-panel .ez-radio,
.ez-checkbox {
	background: transparent url('../images/checkbox.png') 0 0 no-repeat;
	float:left;
    margin:6px 0 0 10px;
    overflow:hidden;
}
.check-row-narrow .ez-checkbox {
    margin-left:0;
    margin-top:0;
}
.check-row-alt .ez-checkbox {
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    background: url("../images/checkbox-alt.png") no-repeat;
}
.ez-radio {
	background: transparent url('../images/radio.gif') 0 0 no-repeat;
	float:left;
    margin:7px 0 0;
    width: 13px;
}
.single-light-form .ez-radio,
.reserv-l-col .ez-radio {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0 10px 0 0;
    background: url("../images/radio-alt.png") no-repeat;
}
.check-row-alt .ez-checkbox input,
.single-light-form .ez-radio input,
.reserv-l-col .ez-radio input {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.account-panel .ez-radio {
    margin:0 8px 0 0;
}
.account-panel .ez-selected,
.ez-checked { background-position: 0 -18px; }
.check-row-alt .ez-checked {background-position: 0 -26px;}
.ez-selected { background-position: 0 -20px; }
.single-light-form .ez-selected,
.reserv-l-col .ez-selected {background-position: 0 -27px;}

