@charset "utf-8";
/* CSS Document */

/*FAKE UPLOAD BUTTON*/
.main .content .white .greysq .mid .upload {
	position:relative;
	width:303px;
	height: 48px;
	margin-bottom:10px;
	clear:both;
}
.main .content .white .greysq .mid .upload label {
	background:none;
	margin:0;
	width:auto;
}
.main .content .white .greysq .mid input.realupload {
	position:absolute;
	top:19px;
	right:0;
	height: 29px;

	/* start of transparency styles */
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	/* end of transparency styles */

	z-index:2; /* bring the real upload interactivity up front */
	width:/*150px*/270px;
	padding:0;
	border:0;
	margin:0;
	font-size:18px;
}
.main .content .white .greysq .mid .fakeupload {/*background:url(browse.gif) no-repeat 100% 50%;*/}
.main .content .white .greysq .mid .fakeupload .bck {padding:0px; float:left; width:210px;}
.main .content .white .greysq .mid .bck[class] {background:url(../images/bck1.png) repeat 0 0;}
.main .content .white .greysq .mid .fakeupload input {
	width:190px;
	float: left;
	margin:0;
	padding:7px 10px 8px 10px;
	height:14px;
}
.main .content .white .greysq .mid .browse {
	float: right;
	height: 14px;
	width: 85px;
	text-decoration:none;
	font:normal 11px/14px Verdana, Geneva, sans-serif;
	color:#fff;
	display:block;
	padding:7px 0px 8px 0px;
	text-align:center;
	background:#fff url(../images/btn5-29-bck.gif) repeat-x 0 0;
}
