/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

p{
margin-bottom: 10px;
font-size: 12px;
}

a {
	color: #D1232A;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a.hover {
	color: #D1232A;
}

ul, ol {
	padding-left: 0;
}


#status {
	padding: 11px 0;
	width: 420px;
}

#status .progress {
	background: url(../assets/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#list {
	list-style: none;
	width:540px;
	margin: 0;
}

#list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	background: #fbe3e4 url(../assets/failed.png) no-repeat 4px 4px;
}

#list li.file {
	border-bottom: 1px solid #eee;
	background: url(../assets/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#list li.file.file-uploading {
	background-image: url(../assets/uploading.png);
	background-color: #D9DDE9;
}
#list li.file.file-success {
	background-image: url(../assets/success.png);
}
#list li.file.file-failed {
	background-image: url(../assets/failed.png);
}

#list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

#head {
	background-color:#D1232A;
	height:30px;
	width:100%;
}

#head h2 {
	padding-top:5px;
	padding-left:15px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#status  h2 {
	color:#000;
	font-size:13px;
	font-weight:bold;
}

#bottom {
}

#formTable {
	width:400px;
	padding:0;
	margin:0;
}

table#formTable td{
	padding: 0 0 20px 0;
	margin:0px;
}

table#formTable tr{
	padding:0px;
	margin:0px;
}

table#formTable input {
	padding:0px;
	margin:0px;
	width:200px;
	height:20px;
}

table#formTable textarea {
	width:210px;
	height:50px;
}

.label{
	
	width:120px;
	font-weight:bold;
}
em{
color: #D1232A;
}
