
.custom-form-select {
	background:url(../images/dropdown.png) 95% 12px no-repeat #FFFFFF;

    border: 1px solid #959595;
    
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #959595;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 4px 12px;
    
    max-width: 98%;
	position:absolute;
	width:180px;
	overflow:hidden
}
.field-inline .custom-form-select{ width:110px; min-width:80px;}
.form-group .custom-form-select
{
width:98%;
}

.custom-form-select:focus
{
border-color: #959595;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(0, 0, 0, 0.25);
}

.custom-form-radio {
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:-20px;
	margin-right:10px;
	background:url(../images/radio-set.png) no-repeat;
	margin-top:2px;
}

.custom-form-radio.custom-form-focused {
	background:url(../images/radio-set.png) no-repeat;
}

.custom-form-radio.custom-form-checked {
	background-position:-30px 0px;
}
.custom-form-radio.custom-form-checked.custom-form-disabled {
	background-position:-60px 0px;
}
.custom-form-radio.custom-form-disabled {
	background-position:-89px 0px;
}

.custom-form-checkbox {
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:-20px;
	margin-right:10px;
	background:url(../images/checkbox-set.png) no-repeat;
	margin-top:2px;
}
#group-view  .custom-form-checkbox { margin-left:0}
.custom-form-checkbox.custom-form-focused {
	background:url(../images/checkbox-set.png) no-repeat;
}

.custom-form-checkbox.custom-form-checked {
	background-position:-30px 0px;
}
.custom-form-checkbox.custom-form-checked.custom-form-disabled
{background-position:-60px 0px;}

@media (max-width:767px){
.form-group .custom-form-select
{
width:96.5%
}
}