.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

a.likeParent,
a.likeParent:link,
a.likeParent:active,
a.likeParent:visited,
a.likeParent:hover 
{
	font: inherit;
	text-decoration: none;
}

fieldset.flash
{
	width: 490px;
	margin: 0px 0px 0px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	width: 480px;
	overflow: hidden;
	color:red;
}
.progressContainer {
	margin: 0px;	margin-top: 1px;	margin-bottom: 1px;
	padding: 2px;	/* iki teksto */
	padding-left: 6px;
	padding-right: 6px;
	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #ffa0a0;
	background-color: #fff4f4;
	color:red;
}
.green /* Current */ 
{
	border: solid 1px #e0e0e0;
	background-color: #f4f4f4;
	color:#333333;
}
.blue /* Complete */
{
	border: solid 1px #f0f0f0;
	background-color: #fafafa;
	color:black;
}

.progressName {
	font-size: 10px;
	font-weight: bold;
	font-family:tahoma;
	color: black;
	width: 450px;
/*	height: 14px; */
	text-align: left;
/*	white-space: nowrap; */
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 10px;
	background-color: #78A6DF;
	margin-top: 1px;
}
.progressBarComplete {
	width: 100%;
	background-color: #C7D9F3;
}
.progressBarError {
	width: 100%;
	background-color: red;
}
.progressBarStatus {
	margin-top: 1px;
	width: 100%;
	font-size: 7pt;
	font-family: verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	
	background-image: url(http://www.bigmail.lt/i/cancel.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}