.fgallery .widefat th ,.fgallery .widefat td{
    text-align: center;
    vertical-align: middle !important;
}

.fgallery .widefat th.check-column {
    padding: 0 !important;
}

.fgallery .widefat #cb {
    width: 2.2em;
}

.fgallery .widefat .gall_id {
    width: 2.6em;
}

.fgallery .widefat .gall_description {
    width: 30%;
}

#add_gallery {
    text-align: center;
    text-decoration: none;
    padding: 2px 3px;
    float: right;
    margin-right: 10px;
}

.fgallery_action, .fgallery_image_actions a, .save_album_image,
.save_all_album_images, #save_gallery_settings,
#shortcode, .shortcode {
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #e3e3e3;
    background: #eee;
    color: #21759B;
    cursor: pointer;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    padding: 2px 3px;
}

.fgallery_action:hover , .fgallery_image_actions a:hover, 
#save_gallery_settings:hover {
    color: #d54321;
    border: 1px solid #d54321;
    text-decoration: none;
}

#save_gallery_settings {
    width: 620px;
    margin: 5px auto;
}

#upload_tabs ul {
	clear: both;
	overflow: hidden;
}

#upload_tabs ul li{
	float: left;
	margin-right: 10px;
}

.add_url {
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('../images/add_new.png') no-repeat;
}

.delete_url {
	float: left;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('../images/delete.png') no-repeat;
}

#upload_tabs {
	position: relative;
}

.ajax_loader {
	position: absolute;
	top: 50%;
	left: 40%;
	display: none;
	width: 128px;
	height: 15px;
	background: url('../images/ajax-loader.gif') no-repeat;
}

#fgallery_images .ui-sortable-placeholder {
	border: 2px dashed #000;
}

.image_wrap {
	cursor: move;
	overflow: hidden;
	background: #fff;
	border: 1px solid #404040;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	width:100%;
}

.fgallery_box {
	background-color: #FBF9EA;
	border: 1px solid #404040;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.fgallery_image {
	width: 200px;
	float: left;
}

.fgallery_image_info {
	/* [disabled]float: left; */
	padding: 0 10px;
}

.fgallery_image_info.album_image_form {
	/* [disabled]padding-left: 15px; */
}

.fgallery_image_info p {
	overflow: hidden;
        margin: 2px 0;
}

.fgallery_image_info p label {
	float: left;
	margin-top:5px;
}

.fgallery_image_info p input, .fgallery_image_info p textarea {
	float: right;
	width: 200px;
}

.fgallery_image_actions {
	
	top: 5px;
	right: 5px;
        width: 100px;
        text-align: left;
}

.album_cover .image_cover {
	display: none;
}

.album_cover .image_wrap {
	background-color: #FBF9EA;
}

.fgallery_image_actions input {
	margin-right: 10px;
}

fieldset.album_settings{
	border: 1px solid #DFDFDF;
	-moz-border-radius: 10px;
	-webkit-border-raidus: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.album_settings legend {
	font-weight: bold;
	padding: 5px;
}

.album_settings {
    padding: 5px 10px;
    color: #545454;
}

.album_settings label{
    float: left;
    width: 40%;
    margin-bottom: 5px;
}

.album_settings input, .album_settings select{
    float: right;
    width: 40%;
    margin-bottom: 5px;
}

.album_settings label .details {
    font-size: 8px;
    line-height: 10px;
    color: #747474;
}

input[type="submit"] {
    cursor: pointer;
}

.fgallery_error {
    font-weight: bold;
    color: red;
}

#fgallery_settings {
    color: #545454;
    font-family: 'Courier New',Courier,monospace;
}

#fgallery_settings .lbl{
    font-weight: bold;
}

.ui-sortable tr {
	cursor: move;
}

.tablenav .fgallery_action {
	float: right;
	margin: 3px 10px 0;
	padding: 3px 5px;
}

.folder_addimages {
	display: none;
}

optgroup option {
	text-indent: 10px;
}

.edit_gallery_urls {
	overflow: hidden;
	margin: 15px 0;
}

.edit_gallery_urls .fgallery_action {
	float: left;
	margin-right: 20px;
	padding: 2px 3px;
}

.form_left {
	float: left;
}

#image_action {
	margin-bottom: 5px;
}

.uploaded_image {
	padding: 5px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-left: 10px;
}

#folder_0 td{
	text-align: left;
}

.go_up {
	background: url(../images/go_up.jpg)no-repeat;
	font-weight: bold;
	padding-left: 20px;
}

.go_up:hover {
	color: #D54321;
}

#album_id_images {
	float: left;
}

#fgallery_images .tablenav {
	float: right;
	margin: 0 0 3px;
}

.media_files .image_wrap {
	margin-bottom: 5px;
}

.fgallery_url_wrap {
	min-height: 50px;
	line-height: 50px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

.fgallery_url {
	width: 75%;
	float: left;
}

.fgallery_url_wrap img {
	float: left;
}

#ftp_tab input[type="text"], #ftp_tab input[type="password"]{
	width: 75%;
}

.album_image_form {
	width: 330px;
}

.wm_placement {
  background-attachment: scroll;
  background-color: #DDDDDD;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-bottom-color: #99CCFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #99CCFF;
  border-top-style: solid;
  border-top-width: 1px;
  height: 200px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  width: 300px;
  border-collapse: separate;
}

.wm_placement td{
    text-align: center;
    vertical-align: center;
}

#fgallery_watermark_form fieldset {
    padding: 20px 10px;
    border: 1px solid #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 10px 0;
}

.template_wrap {
    padding: 15px;
}

.fgallery_addimages_all {
    float: right;
}

#add_images_form .fgallery_action {
    float: left;
}

.fgallery_album img {
    width: 200px;
}