@charset "utf-8";
/* File Upload CSS Document */
.uploadbutton {
	margin-right: 4px;
	width: 126px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	font-weight: bold;
	color: #333;
	background: url(images/button.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
}
.formUploadContainer {
  background: #ffffcc url(images/upload.png) no-repeat 8px 12px; 
  margin:10px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 10px 40px;
  color: #000;
}
.formUpload {
	width: 100%;
}
div.alert {
  background: #fff8cf url(images/alert-icon.gif) no-repeat 9px 8px; 
  border-top: 2px solid #e0ce62; 
  border-bottom: 2px solid #e0ce62;
  margin:10px 0px;
  padding: 10px 10px 10px 40px;
  color: #64591b;
  text-align: left;
  font-weight: normal;
}
