.onefile .fwrap, .onefile a {
	position: relative;
	display: inline-block;
}
.onefile a  {
	color: #C63535; 
	border-bottom-color: #C63535 !important; 
	font-size: 12px;
	/*float: left;*/
	display: inline-block;
	margin-left: 10px;
}
.onefile  .fwrap {
	margin-right: 10px;
    width: 178px;
}

.fwrap textarea {
	border: none;
	outline: none;
	background: none;
	color: #000000;
	font-size: 11px;
	padding: 0;
	padding-top: 7px;
	margin:0;
	background: none;
	line-height: 11px;
	overflow: hidden;
	resize: none;
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.fwrap input, .fwrap textarea, .fwrap button {
/*	height: 26px;*/
} 
.fwrap textarea{
	width: 175px !important;
} 
.fwrap input[type="file"] {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: relative;
	z-index: 2; 
	margin-top: 2px;
	width: 180px !important;
	height: 34px;
}
.fwrap button.under {
	background: url("images/forms/attachfile.png") no-repeat scroll left center #57C2EE;
    margin-top: 3px;
    padding-left: 21px !important;
    padding-right: 4px !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
	width: 75px;
}

.fwrap .over {
	position: absolute;
	left:0;
	top:0;
	z-index: 4;
}
.fwrap input.blanctext{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 32px;
	margin: 0;
    margin-top: 2px;
    outline: medium none;
    width: 103px !important;
}

.fwrap textarea {
	text-align: right;
}

.clear {
	clear: both;
}

.onefile {
	margin-bottom: 4px;
}