#sortable_available, #sortable_selected {
list-style-type: none;
margin: 0;
padding: 2px;
height: 250px;
border: 1px solid #eaeaea;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
background-color: #FFF;
overflow: auto;
}
#sortable_available li, #sortable_selected li {
margin: 0 2px 2px 2px;
padding: 2px;
width: 96%;
border: 1px solid white;
cursor: pointer;
font-size: 13px;
}
.field_hover {
border: 1px dashed #2175A9 !important;
}
.placeholder {
background-color: #FFF0A5;
height: 20px;
}
.gcolumn_wrapper {
height: 290px;
padding: 0 20px;
}
.gcolumn_container_left, .gcolumn_container_right {
width: 46%;
}
.gcolumn_container_left {
float: left;
}
.gcolumn_container_right {
float: right;
}
.gform_select_column_heading {
font-weight: bold;
padding-bottom: 7px;
font-size: 13px;
}
.column-arrow-mid {
float: left;
width: 45px;
height: 250px;
background-image: url(http://egads.adm.arts.ubc.ca/wp-content/plugins/gravityforms/images/arrow-rightleft.png);
background-repeat: no-repeat;
background-position: center center;
margin-top: 26px;
}
.panel-instructions {
border-bottom: 1px solid #dfdfdf;
color: #555;
font-size: 11px;
padding: 10px 20px;
margin-bottom: 6px
}
div.panel-buttons {
margin-top: 8px;
padding: 0 20px;
}
div.panel-buttons {
*margin-top: 0px
}
/* ie specific */