input.egov-select,input.egov-inputfield{
	height: 32px;
	width: 300px;
}

.button_upload {
	color:black !important;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#FFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	font-weight:normal;
	font: normal normal 100% Tahoma,Helvetica,sans-serif;
	padding:4px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	height: 16px;
	position: absolute;
	top: 2px;
	right:2px;
}
.button_upload:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #FFF 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
}
.button_upload:active {
	cursor: pointer;
}

.egov-container .hint-small, .hint-small {
	font-size: 11px;
	color: #888;
	font-style:italic;
	width: 100%;
	margin: 3px 0;
	clear: both;
}

.portlet-msg-error {
	background: #ffd3d3 url(../images/error.png)no-repeat 10px center;
	margin:5px 0;
}

.egov-input-area .portlet-msg-error {
	margin: 10px 0px !important;
	clear: both;
}