.input_block{
display:block;
margin-bottom:10px;
}

.input_block label{
display:inline-table;
width:150px;
padding-right:10px;
vertical-align:middle;
font-weight:normal;
}

.input_block span{
color:#999999;
font-style:italic;
padding-left:10px;
vertical-align:top;
}

.input_block ul{
display:inline-table;
}

.input_block select, .input_block input[type="text"], .input_block textarea{
width:340px;
padding:3px 8px;
font-size:15px;
font-family:arial;
}

.wtc_error, .wtc_success{
background:#F2DEDE;
border:1px solid #EED3D7;
color:#B94A48;
padding:8px 35px 8px 14px;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
margin-bottom:10px;

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 
-khtml-border-radius: 4px; 
}

.wtc_success{
background:#DFF0D8;
border:1px solid #D6E9C6;
color:#468847;
}

.wtc_small{
padding:2px !important;
margin-bottom:0px !important;
}


#wtc_main_wrap .ui-widget-header{
background:none;
border:none;
border-bottom:1px solid #ccc;
}

#wtc_main_wrap .ui-tabs .ui-tabs-nav li{
margin-right:8px;
}

#wtc_main_wrap .ui-corner-top{
border-top-left-radius:0px;
border-top-right-radius:0px;
}

#wtc_tabs{
margin-top:10px;
}

.wtc_loading{
display:block;
height:19px;
width:220px;
background:url(../images/indicator-.gif);
}

#wtc_media_list_table img, #wtc_list_file_table img{
/*height:60px;
width:80px;*/
height: 40px;
width: 60px;
margin-left:8px;
}

#wtc_media_list_table, #wtc_list_file_table{
border:1px solid #E1E1E1;
width:100%;
font-family:arial;
}

#wtc_media_list_table thead tr th, #wtc_media_list_table thead tr.wtc_data td, #wtc_list_file_table thead tr th, #wtc_list_file_table thead tr.wtc_data td{
border-bottom:1px solid #E1E1E1;
text-align:left;
padding:6px 0px;
}

#wtc_media_list_table thead tr th.center, #wtc_media_list_table thead tr td.center,  #wtc_list_file_table thead tr th.center, #wtc_list_file_table thead tr td.center{
text-align:center;
}

#wtc_media_list_table thead tr.wtc_data td, #wtc_list_file_table thead tr.wtc_data td{
padding:6px 2px;
}

#wtc_media_list_table thead tr:last-child td, #wtc_list_file_table thead tr:last-child td{
border-bottom:none;
}