/*
	*Mandantory : can NOT be removed !
	*Required : can be modified but can NOT be removed !
	*Optional : can be removed !
*/

/*SELECT*/
/*common*/
.selectUI {
	font-size: 0.9em;	
}


/*FILE BROWSE*/
/*default*/
.DefaultBrowseBtn {
	width: 400px;
	height: 24px;
	background: #999999;
}
.DefaultBrowseTextBox {
	font-size: 1.2em;	/*required*/
	width: 400px;	/*required*/
	padding: 1px 0px 1px 4px;	/*required*/
	border: 1px solid #8db820;	/*required*/
	background:red
}
/*commons*/
.FileBrowseMouseDown {
	/*background-position: left -24px !important;*/
}
/*specified: required*/
.BrowseBtnStyle1 {
	background: url(/images/bg-btn-zoom.gif) no-repeat left top;	/*required*/
	width: 83px;
	height: 28px;	/*required*/	
	font-family: "Trebuchet MS";
	font-weight:bold;
	cursor: pointer;
	color: #000;
	text-transform: uppercase;
	line-height: 19px;
}

	.BrowseBtnStyle1 div {
		border: 3px solid #000;		
		width: 77px;
		font-size: 1.2em;
		text-align: center;
		padding: 1px 0px 2px;
	}

.BrowseBtnStyle1 input {
	/*height: 500px;*/
}	
.BrowseTextBoxStyle1 {
	border: 1px solid #646464;
	width: 322px;/*required*/
	font-size: 1.0em;
	font-family: Verdana;
	padding:7px 8px;
}

.FileBrowse1 {
	width: 433px !important;
}
/*\*/
html*.FileBrowse1 {	
	width: 435px !important;
}/**/


.AjustTop {
	margin: 5px 0px 0px;	
}
.AjustBottom {
	margin: 0px 0px 5px;
}




/*********************************/
.FileStyle .BrowseTextBoxStyle1 {
	border: 1px solid #646464;
	width: 318px;/*required*/
	font-size: 1.1em;
	font-family: Verdana;
	padding: 7px 10px 6px !important;
}
	.FileStyle .BrowseBtnStyle1 div {
		border: 3px solid #000;		
		width: 77px;
		font-size: 1.2em;
		text-align: center;
		height: 22px;
		line-height: 22px;
		padding: 0px;
	}
