div.errors {
    clear:left;
    color:#c30;
}

.input-file {
	zoom:1;
	overflow:hidden;
}

.input-file .btn-green {
	display:inline-block;
	float:right;
	margin:0 0 0 3px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:0;
	line-height:25px;
	text-align:center;
	white-space:nowrap;
}

.input-file .btn-green input {
    position:absolute;
    right:-10px;
    top:-10px;
    font-size:30px;
    overflow:hidden;
    cursor:pointer;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
}

.input-file .btn-green span {
	display:inline-block;
	padding:0 0 0 17px;
	background:url(/img/site/pic-plus2.gif) no-repeat 1px 6px;
}
