.comment-body img { max-width: 100%; height: auto; }

/* uploader
 --------------------------------------------------------------------------------------- */
.uexc_attach-uploader {
	margin-bottom: 30px;
}
.uexc_attach-uploader input {
	display: inline !important;
	width: auto !important;
}
.uexc_attach-message,
.uexc_attach-list,
.uexc_attach-field { margin: 0 0 15px 0;}

.uexc_attach-message,
.uexc_attach-list,
.uexc_attach-process{ display: none;}

.uexc_attach-process{ vertical-align: middle;}

.uexc_attach-field label { display: inline;}

.uexc_attach-message {
	background: #FFF9DB;
	border: 1px solid #FFE8C4;
	color: #FFA200;
	padding: 5px 10px;
	border-radius: 4px;
}
.uexc_attach-message.err {
	border:none;
	background: #E41717;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 4px;
}

input.uexc_attach-button {
	color: #666;
	border: 1px solid #ccc;
	padding: 4px 15px;
	background: #eee url(../images/white-grad.png) repeat-x;
	border-radius: 20px;
	cursor: pointer;
}
input.uexc_attach-button:hover { 
	border-color: #666;
	color: #333;
}
input.uexc_attach-button:active { 
	background: #ddd !important;
}
.uexc_attach-info {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999;
}
.uexc_attach-info strong{
	color: #666;
	font-weight: normal !important;
}

#uexc_attach-target, 
#uexc_attach-form { width: 0; height: 0; visibility: hidden; position: absolute;}



/* filelist
 --------------------------------------------------------------------------------------- */ 
table.uexc_attach-filelist {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	border-radius: 3px;
}
table.uexc_attach-filelist td {
	padding: 4px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	line-height: 1;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
table.uexc_attach-filelist td.links {
	padding-left: 50px;
}
table.uexc_attach-filelist tr.even td {
	background: #f0f0f0;
}
table.uexc_attach-filelist .pipe {
	color: #ccc;
}

table.uexc_attach-filelist img.thumb {
	width: 20px !important;
	height: 20px !important;
	max-width: none !important;
	max-height: none !important;
	margin: -5px;
	margin-right: 0;
}
table.uexc_attach-filelist a {
	text-decoration: none;
}
