/*
	*Mandantory : can NOT be removed !
	*Required : can be modified but can NOT be removed !
	*Optional : can be removed !
*/

/*SELECT*/
/*common*/
.selectUI {	
	font-size: 1.1em;
}
.SelectMouseDown {
	xbackground: url(../images/select1.gif) no-repeat left -24px !important;
}
/*specified: required*/
.Select1 {
	width: 119px;
	height: 18px;
	background: url(../images/select1.gif) no-repeat left top;
	cursor: pointer;
	float: right;
	margin-right: 7px;
	display: inline;
}
	/* TITLE BAR */
	.Select1 p {
		color: #fff;
		width: 84px;
		padding: 1px 0px 0px 35px;
		height: 17px;
		overflow: hidden;
		cursor: pointer;
		font-size: 1.1em;
		font-weight: bolder;
		white-space: nowrap; /*Mandantory*/
	}
	
	/* SELECT DROPDOWN LIST */
	.Select1 ul {
		width: 100%;
		overflow: hidden;
		background: #657082;
	}
	.Select1 ul li {
		color: #fff;
		padding: 2px 0px 2px 35px;
		font-size: 1.1em;
		font-weight: bolder;
	}
	.Select1 ul li.Hover {
		background: #6b788b;
	}
/**/
/*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*/
.FileBrowse1 {
	margin: 100px 0px 0px 0px;	/*optional*/
}
.BrowseBtnStyle1 {
	background: url(../images/browse1.gif) no-repeat left top;	/*required*/
	width: 100px;	/*required*/
	height: 24px;	/*required*/
}
.BrowseTextBoxStyle1 {
	font-size: 1.2em;	/*required*/
	width: 400px;	/*required*/
	padding: 1px 0px 1px 4px;	/*required*/
	border: 2px solid #8db820;	/*required*/
}
.FileBrowse2 {
	margin: 25px 0px 0px;	/*optional*/
}
.FileBrowse3 {
	margin: 5px 0px 0px 600px;	/*optional*/
}
.FileBrowse4 {
	margin: 5px 0px 0px 600px;	/*optional*/
}
.AjustTop {
	margin: 5px 0px 0px;	
}
.AjustBottom {
	margin: 0px 0px 5px;
}

