.paddedSelect {width:300px;}

.paddedSelect option {padding:5px;}
.paddedSelect option:hover {background-color:#EEEEFF;}

.FFUnsignedFloat input, .FFSignedFloat input, .FFUnsignedInteger input, .FFSignedInteger input, .MonthlyTemperature input, .FFMoney input, .ChargePerMin input, .ChargeEach input, .FFDimensions input, .FFTime input {width:50px;}
.WeatherDescription textarea {width: 300px; height: 50px;}
.HotelPrice input {text-align: right; width: 60px;}


.MultiImageSortable {text-align: center;}
.MultiImageSortable a {border: 3px solid transparent; display: block; float: left; cursor: move; width: 100px; height: 120px; overflow: auto;}
.MultiImageSortable img {width: 50px; margin: auto; display: block;}
.MultiImageSortable a:hover {border-color: #D5DFF3; background-color: #D5DFF3;}
.MultiImageSortable a.selected {border-color: #1173B8;}
.MultiImageSortable div {text-align: left;}
.MultiImageSortable img.delete {display: none; position: absolute; cursor: pointer; width: auto; margin: 0; float: left; }

.disabled, .disabled:hover, .disabled:focus {background-color: #CCCCCC; color: #666666;}