/* CSS for attachment uploader */

#ClaimUpload {
	background: #e2e2c8;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
	padding: 3%;
	width: 94%;
	position: relative;
}

.cl-title {
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	color: #0c5232;
}

.cl-left {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#555555;
	width: 25%;
	display: inline-block;
	margin-top: 8px;
	text-align: right;
}

.cl-name {
	width: 65%;
	display: inline-block;
}

.cl-choose-file {
	width: 65%;
	display: inline-block;
}

.cl-upload {
	margin-top: 8px;
}

.cl-cancel {
	position: absolute;
	right: 3%;
	bottom: 15px;
}

.cl-cancel a {
	display: inline-block;
	vertical-align: middle;
	color: #77a474;
	font-weight: bold;
}

