.wpuf-post-form{
    list-style: none;
    margin: 0!important;
    padding: 0;
}
.wpuf-post-form li{
    margin: 5px 0;
    padding: 0;
}

.wpuf-post-form label {
    height: 20px;
    margin: 0 0 10px 0;
    min-width: 130px;
    padding: 0 10px 0 0;
    font-size: 14px;
    cursor: pointer;
    display: block;
    color: #666;
}

.wpuf-post-form #wpuf-attachment-upload-container {
    position: relative;
    margin-top: 24px;
}

ul.wpuf-attachment-list {
    margin: 0 ! important;
}

ul.wpuf-attachment-list li { 
    border-top: 1px solid #eee;
    padding: 10px 0 !important;
    margin: -1px 0 0 0 !important;
}


.wpuf-post-form #wpuf-attachment-upload-container .attachment-actions {
    margin-right: 10px;
}


.wpuf-post-form input, .wpuf-post-form textarea, .wpuf-post-form select{
    margin: 0;
    padding: 10px;
    border: 1px solid #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #363d40;
}

#new-post-title {
  font-size: 24px;
}

#cat-ajax, #cat-ajax option {
  width: 100%;
  overflow: hidden;
}

.wpuf-post-form input:focus, .wpuf-post-form textarea:focus, .wpuf-post-form select:focus{
    background: #F2F2F2;
}

.wpuf-post-form .childCategory {
    padding-top: 5px;
}

.wpuf-post-form input[type=text] {
    width: 100%;
}

.wpuf-post-form textarea{
    width: 100%;
}

.wpuf-post-form #wpuf-attachment-upload-container input[type=text] {
    width: 50%;
}

.wpuf-post-form #wpuf-attachment-upload-container .caption {
    display: inline-block;
    height: 36px;
    padding: 0;
    font-size: 13px;
    line-height: normal;
    margin-left: 13px;
    width: 35%;
}


.wpuf-post-form .wpuf-check-container {
    float: left;
    width: 70%;
}

.wpuf-post-form .wp-editor-wrap {
    border: 1px solid #eee;
}

.wpuf-post-form .wpuf-richtext {
    float: left;
    width: 100%;
}

.wpuf-post-form .wpuf-richtext .wp-editor-container iframe {
    min-height: 250px!important;
}

#tinymce p {
    font: 16px/28px 'Open Sans','Helvetica Neue',Helvetica,sans-serif ! important;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,sans-serif ! important;
}


a.wpuf-button {
    text-decoration: none;
}

/*
.wpuf-post-form input[type=submit], .wpuf-submit, .wpuf-button{
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 #FFFFFF;
    background: #eeeeee; 
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
    cursor: pointer;
}
*/

.wpuf-post-form input[type=submit]:active, .wpuf-submit:active, .wpuf-button:active{
    background: #ddd;
}
/*
.wpuf-post-form input[type=submit]:hover, .wpuf-submit:hover, .wpuf-button:hover{
    background: #ddd;
    background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee));
}
*/

.wpuf-post-form p.description {
    /color: #868686;
    margin: 13px 0 0 0;
    padding: 3px 0 3px 0px;
    font-size: 14px;
    line-height: normal;
}

.wpuf-post-form #wp-new-post-desc-wrap tr td {
    padding: 0;
}

.clear{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.success {
  background: #FBFBD5;
  padding: 13px 13px 13px 26px;
  margin: 0 0 26px 0;
  border-left: 3px solid #86B854;
}


.error {
  background: #FBFBD5;
  padding: 13px 13px 13px 26px;
  margin: 0 0 26px 0;
  border-left: 3px solid red;
}

.info {
  background: #FBFBD5;
  padding: 13px 13px 13px 26px;
  margin: 0 0 26px 0;
  border-left: 3px solid #E36F3C;
}

#content .wpuf-profile table, .wpuf-profile table{
    border: none;
}

#content .wpuf-profile legend, .wpuf-profile legend{
    border: 1px solid #eee;
    padding: 5px 10px;
}

#content .wpuf-profile th, #content .wpuf-profile td, .wpuf-profile th, .wpuf-profile td{
    vertical-align: top;
    border-top: 1px solid #eee;
    border: none;
}

#content .wpuf-profile input, .wpuf-profile input, .wpuf-profile textarea{
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 5px;
}

.wpuf-profile h3, #content .wpuf-profile h3{
    margin: 0;
}

.wpuf-profile table, #content .wpuf-profile table{
    margin: 0 0 5px 0;
}

#content #editorcontainer tr td, #content #editorcontainer table {
    padding: 0;
    margin: 0;
}

#wpuf-post-area li{
    list-style: none;
    margin: 0;
}

span.required {
    color: red;
}

table.wpuf-table {
    border: 1px solid #E7E7E7;
    margin: 0 opx 10px 0;
    text-align: left;
    width: 100%;
}

table.wpuf-table thead th, table.wpuf-table th {
    color: #888888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

table.wpuf-table td {
    border-top: 1px solid #E7E7E7;
    padding: 6px 24px;
}

.post_count {
    border: 1px solid #E7E7E7;
    margin: 5px 0;
    padding: 5px;
}

.post_count span {
    font-weight: bold;
}

.wpuf-pagination {
    display: block;
    width: 100%;
    margin: 10px 0;
}

/** author info **/
.wpuf-author {
    clear: both;
    margin: 10px 0;
}
.wpuf-author h3{
    margin: 0 !important;
    background: #CFCFCF;
    text-align: left;
    padding: 3px 10px;
}
.wpuf-author-inside {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 2px solid #DDDDDD;
    height: auto;
    padding-left: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
}

.wpuf-author-inside .wpuf-user-image {
    float: left;
    padding-right: 15px;
}
.wpuf-author-body p {
    margin-bottom: 10px !important;
}

.wpuf-author-body p.wpuf-user-name a {
    color: #335160;
    font-size: 1.2em;
    font-weight: bold;
}

.wpuf-author-inside p.wpuf-author-info {
    padding-top: 8px;
}

.invalid {
    border: 2px solid #FF7272 !important;
}


#pass-strength-result {
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 12px 5px 5px 1px;
    padding: 7px;
    text-align: center;
    width: 248px;
}
#pass-strength-result.good {
    background-color: #FFEC8B;
    border-color: #FFCC00 !important;
}
#pass-strength-result {
    background-color: #EEEEEE;
    border-color: #DDDDDD !important;
}
#pass-strength-result.bad {
    background-color: #FFB78C;
    border-color: #FF853C !important;
}
#pass-strength-result.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C !important;
}
#pass-strength-result.short {
    background-color: #FFA0A0;
    border-color: #F04040 !important;
}

.timestamp-wrap input {
    width: 40px !important;
}

.wpuf_sub_info {
    padding: 0;
    margin: 10px 5px;
    border: 1px solid green;
    border-radius: 5px;
}

.wpuf_sub_info h3{
    margin: 0 0 5px 0 !important;
    background: green;
    color: #fff !important;
    padding: 3px 10px !important;
    font-weight: bold;
}

.wpuf_sub_info .text{
    padding: 5px 10px;
}


ul.wpuf_packs {
    overflow: hidden;
    margin: 35px 0 15px;
}

ul.wpuf_packs li {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    list-style: none outside none;
    margin: 25px 25px 10px 0;
    padding: 5px;
    position: relative;
    width: 200px;
}

ul.wpuf_packs h3 {
    padding: 10px !important;
    font-size: 14px;
    font-weight: bold;
}

ul.wpuf_packs p {
    padding: 0 10px;
    margin-bottom: 8px;
}

.wpuf_packs .cost {
    background: red;
    border-radius: 30px 30px 30px 30px;
    color: #FFFFFF;
    margin: -16px -12px 0 0;
    padding: 10px 8px 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.wpuf-loading {
    height: 16px;
    width: 16px;
    background: url('../images/wpspin_light.gif') no-repeat;
    padding: 0;
    margin: 5px 10px;
    right: -40px;
    top: 0;
    float: left;
}

.wpuf-pagination div.pagination{
    text-align:center;
    padding:7px;
    margin:3px;
}

.wpuf-pagination .page-numbers{
    padding:2px 8px;
    margin:2px;
    border:1px solid #4A5154;
    text-decoration:none;
    color:#4A5154;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.wpuf-pagination .page-numbers:hover,
.wpuf-pagination .page-numbers:active{
    border:1px solid #4A5154;
    background-color:#4A5154;
    color:#fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.wpuf-pagination .page-numbers.current{
    padding:2px 8px;
    margin:2px;
    border:1px solid #4A5154;
    font-weight:bold;
    background-color:#4A5154;
    color:#FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#wpuf-ft-upload-filelist img {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    float: left;
}

#wpuf-ft-upload-filelist .button {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #5F5F5F;
}

ul.wpuf-category-checklist {
    margin: 0;
    list-style: none;
}
.wpuf-post-form .category-wrap {
    position: relative;
}

.wpuf-post-form .category-wrap select {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px;
}

#wpuf-attachment-upload-filelist .wpuf-attachment {
    display: block;
    /*margin: 0 0 10px 0;*/
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

#wpuf-attachment-upload-filelist .wpuf-attachment .attachment-name {
    font-size: 14px;
    display: block;
    line-height: normal;
} 


#wpuf-attachment-upload-filelist .wpuf-attachment .attachment-actions {
    line-height: normal;
    font-size: 12px;
}

#wpuf-attachment-upload-filelist .wpuf-attachment .button {
    padding: 3px 8px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    color: #333;
    font-size: 12px;
    margin: 0 0 0 15px;
    border-radius: 5px;
}

#wpuf-attachment-upload-pickfiles {
    color: #363d40;
    padding: 7px 13px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    margin: 5px 0 15px 0;
    border-radius: 5px;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: linear;
}

#wpuf-attachment-upload-pickfiles:hover {
    color: #666;
    background: #f8f8f8;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: linear;
}


#wpuf-attachment-upload-filelist .handle {
    background: url('../images/arrow-move.png') no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 36px;
    padding: 0;
    width: 26px;
    float: right;
}

#wpuf-attachment-upload-filelist .filetype {
    display: block;
    float: left;
    height: 36px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 28px;
}

.filetype { background: url('../images/files/default.png') no-repeat 0px 1px; }
.file-doc.filetype { background: url('../images/files/doc.png') no-repeat 0px 1px; }
.file-docx.filetype { background: url('../images/files/docx.png') no-repeat 0px 1px; }
.file-gif.filetype { background: url('../images/files/gif.png') no-repeat 0px 1px; }
.file-jpg.filetype { background: url('../images/files/jpg.png') no-repeat 0px 1px; }
.file-odp.filetype { background: url('../images/files/odp.png') no-repeat 0px 1px; }
.file-ods.filetype { background: url('../images/files/ods.png') no-repeat 0px 1px; }
.file-odt.filetype { background: url('../images/files/odt.png') no-repeat 0px 1px; }
.file-pdf.filetype { background: url('../images/files/pdf.png') no-repeat 0px 1px; }
.file-png.filetype { background: url('../images/files/png.png') no-repeat 0px 1px; }
.file-pps.filetype { background: url('../images/files/pps.png') no-repeat 0px 1px; }
.file-ppt.filetype { background: url('../images/files/ppt.png') no-repeat 0px 1px; }
.file-pptx.filetype { background: url('../images/files/pptx.png') no-repeat 0px 1px; }
.file-rar.filetype { background: url('../images/files/rar.png') no-repeat 0px 1px; }
.file-txt.filetype { background: url('../images/files/txt.png') no-repeat 0px 1px; }
.file-xlsx.filetype { background: url('../images/files/xlsx.png') no-repeat 0px 1px; }
.file-xls.filetype { background: url('../images/files/xls.png') no-repeat 0px 1px; }
.file-zip.filetype { background: url('../images/files/zip.png') no-repeat 0px 1px; }
.file-7z.filetype { background: url('../images/files/7z.png') no-repeat 0px 1px; }
.file-mp3.filetype { background: url('../images/files/mp3.png') no-repeat 0px 1px; }
.file-wav.filetype { background: url('../images/files/wav.png') no-repeat 0px 1px; }
.file-ogg.filetype { background: url('../images/files/ogg.png') no-repeat 0px 1px; }

.filetype-mini { padding: 0px 0 10px 36px; background: url('../images/files-mini/default.png') no-repeat; }
.file-doc.filetype-mini { background: url('../images/files-mini/doc.png') no-repeat; }
.file-docx.filetype-mini { background: url('../images/files-mini/docx.png') no-repeat; }
.file-gif.filetype-mini { background: url('../images/files-mini/gif.png') no-repeat; }
.file-jpg.filetype-mini { background: url('../images/files-mini/jpg.png') no-repeat; }
.file-odp.filetype-mini { background: url('../images/files-mini/odp.png') no-repeat; }
.file-ods.filetype-mini { background: url('../images/files-mini/ods.png') no-repeat; }
.file-odt.filetype-mini { background: url('../images/files-mini/odt.png') no-repeat; }
.file-pdf.filetype-mini { background: url('../images/files-mini/pdf.png') no-repeat; }
.file-png.filetype-mini { background: url('../images/files-mini/png.png') no-repeat; }
.file-pps.filetype-mini { background: url('../images/files-mini/pps.png') no-repeat; }
.file-ppt.filetype-mini { background: url('../images/files-mini/ppt.png') no-repeat; }
.file-pptx.filetype-mini { background: url('../images/files-mini/pptx.png') no-repeat; }
.file-rar.filetype-mini { background: url('../images/files-mini/rar.png') no-repeat; }
.file-txt.filetype-mini { background: url('../images/files-mini/txt.png') no-repeat; }
.file-xlsx.filetype-mini { background: url('../images/files-mini/xlsx.png') no-repeat; }
.file-xls.filetype-mini { background: url('../images/files-mini/xls.png') no-repeat; }
.file-zip.filetype-mini { background: url('../images/files-mini/zip.png') no-repeat; }
.file-7z.filetype-mini { background: url('../images/files-mini/7z.png') no-repeat; }
.file-mp3.filetype-mini { background: url('../images/files-mini/mp3.png') no-repeat; }
.file-wav.filetype-mini { background: url('../images/files-mini/wav.png') no-repeat; }
.file-ogg.filetype-mini { background: url('../images/files-mini/ogg.png') no-repeat; }
.text.filetype-mini { background: url('../images/files-mini/text.png') no-repeat; }
.none.filetype-mini { background: none; }
.none.filetype-mini { background: none; }

.table.filetype-mini {
  display: block;
  padding: 14px;
  margin: 2px 10px;
  background-position: center;
}

span.table.filetype-mini {
  opacity: 0.5;
}


input[type='submit'].wpuf_submit, input[type='button'].wpuf_submit {
    color: #fff;
    padding: 10px 19px;
    font-size: 17px;
    border-radius: 6px;
    line-height: 25px;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: linear;
}

#wpuf-attachment-upload-filelist div {
  background: url('../images/wpspin_light.gif') no-repeat 3px;
  margin: 0 0 13px 0px;
  font-size: 14px;
  padding-left: 26px;
}