﻿div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

td 
{
	height: 25px;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}

.errorInputText
{
	background-color: #ff9999;
}

.error
{
	background: #FFFFD9 url(../Images/alert_back.gif);
	color: black;
	border: 1px solid #FFCEBB;
	font-size: 125%;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 0;
}

.important
{
	background: #FFFFD9 url(../Images/alert_back.gif);
	border: 1px solid #FFCEBB;
	padding: 0 5px 0 5px;
	margin: 5px 0 5px 0;
}
