/*FILE BROWSE*/
/*default*/
.DefaultBrowseBtn {
	width: 100px;
	height: 24px;
	background: #999999;
}
.DefaultBrowseTextBox {
	font-size: 1.2em;	/*required*/
	width: 300px;	/*required*/
	padding: 1px 0px 1px 4px;	/*required*/
	border: 2px solid #8db820;	/*required*/
}
/*commons*/
.FileBrowseMouseDown {
	/*background-position: left -24px !important;*/
}
/*specified: required*/
.BrowseBtnStyle1 {
	background: url(../images/browse1.gif) no-repeat 10px top;	/*required*/
	width: 83px;	/*required*/
	height: 22px;	/*required*/
	float: left !important;	
	color: #040403;
	margin-right: -10px;
}

	.BrowseBtnStyle1 div {
		padding: 5px 15px 6px 9px;
		text-align: center;
		font-weight: bolder;
		font-size: 0.9em;
		text-transform: capitalize;
		margin-left: 6px;
		background: url(../images/browse1.gif) no-repeat right -22px;
	}
	
.BrowseTextBoxStyle1 {
	font-size: 1.2em;	/*required*/
	width: 157px;/*required*/
	padding: 2px 0px 2px 4px;	/*required*/
	border: none;	/*required*/	
	background: #33699b;
	color: #fff;
}
.FileBrowse2 {
	margin: 8px 0px 0px;	/*optional*/
	float: left;
	
}
.AjustTop {
	margin: 5px 0px 0px;	
}
.AjustBottom {
	margin: 0px 0px 5px;
}