/* r.a.d.upload default embedded skin skin */

.RadUploadTable
{
	border-collapse: collapse !important;
	margin: 0px;
	width: 280px;
	color: #333333;
	padding: 0px !important;
}

.RadUploadTable td
{
	padding: 0px !important;
	color: #333333;
	padding-bottom: 8px;
}
.RadUploadButtonArea
{
	background: transparent;
}

.RadUploadButton,
.radUploadButtonMedium
{
	background: white url('Img/radUploadBtnMedium.gif') no-repeat;
	border: 0px;
	height: 22px;
	width: 115px;
	color: #333333;
}

.RadUploadButtonDisabled
{
	background: white url('Img/radUploadBtnMedium.gif') no-repeat;
	border: 0px;
	height: 22px;
	width: 115px;
	color: #333333;
	filter:alpha(opacity=30);
	-moz-opacity:0.5;
	opacity: 0.5;
}

.RadUploadFileSelector
{
	/* checkbox */
}

.RadUploadInputField
{
	width: 180px;
	border: solid 1px #cfcfcf;
	background: white;
	border-right: 0px;
	vertical-align: top;
	height: 17px;
	margin-right: 3px;
	color: #333333;
}

input.RealFileInput
{
	position: relative;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 260px;
}

.RadUploadSelectButton
{
	border: 0px;
	background: transparent url('Img/select.gif') no-repeat;
	color: #333333;
	height: 22px;
	width: 67px;
	cursor: hand;
}

.RadUploadRemoveButton
{
	border: 0px;
	background: transparent url(Img/radUploadBtnSmall.gif) no-repeat;
	color: #333333;
	height: 22px;
	width: 68px;
	float: right;
}

.RadUploadClearButton
{
	border: 0px;
	background: transparent url('Img/radUploadBtnSmall.gif') no-repeat;
	color: #333333;
	height: 22px;
	width: 66px;
	float: right;
}

input.NoSkinnedFileUnput
{

}