.mailAttach {
	padding: 20px;
	border: 1px solid #eee;
}

.mailAttach .compulsory {
	color: #c00;
	font-weight: bold;
}

.mailAttach label {
	width: 120px;
	float: left;
}

.mailAttach input, .mailAttach label {
	margin-bottom: 10px;
}

.mailAttach a.submit {
	width: 60px;
	display: block;
	margin: auto;
	margin-top: 10px;
	padding: 4px;
	color: #333;
	border: 1px solid #ccc;
	background: #f0f0f0;
	text-align: center;
	font-weight: bold;
}

.mailAttach a.submit:hover {
	color: #336;
	border: 1px solid #006;
	background: #f0f0ff;
}

.mailAttach .filename {
	font-weight: bold;
}
