/*
.modal-dialog {
	width: 35%;
}

.modal-dialog .modal-lg {
	width: 100%;
}
*/

a:active, a:focus { 
	outline: none; 
	ie-dummy: expression(this.hideFocus=true);
}

.fancy-form input[type="checkbox"] {
	display: none;
}

.fancy-form input[type="checkbox"] + .btn-group > label span {
	width: 20px;
}

.fancy-form input[type="checkbox"] + .btn-group > label span:first-child {
	display: none;
}
.fancy-form input[type="checkbox"] + .btn-group > label span:last-child {
	display: inline-block;
}

.fancy-form input[type="checkbox"]:checked + .btn-group > label span:first-child {
	display: inline-block;
}
.fancy-form input[type="checkbox"]:checked + .btn-group > label span:last-child {
	display: none;
}