/*
	*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;	
}
.SelectMouseDown {

}
/*specified: required*/
.Select01 {
	width: 150px;
	height: 22px;
	background: url(../images/select1.gif) no-repeat left top;
	cursor: pointer;
	
}
	/* TITLE BAR */
	.Select01 p {
		width: 140px;
		padding: 4px 0px 0px 10px;
		height: 19px;
		overflow: hidden;
		cursor: pointer;
		text-transform: uppercase;
		white-space: nowrap; /*Mandantory*/
		font-weight: bolder;
	}
	
	/* SELECT DROPDOWN LIST */
	.Select01 ul {
		width: 100%;
		overflow: hidden;
		background: #eff2f7;
	}
	.Select01 ul li {
		padding: 2px 0px 2px 10px;
		font-size: 1.1em;
	}
	.Select01 ul li.Hover {
		background: #aac5f1;
	}
/**/

/*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 left top;	/*required*/
	/*width: 78px;*/	/*required*/
	height: 22px;	/*required*/
	float: left !important;
	margin-left: -2px !important;
}
/*\*/
html*.BrowseBtnStyle1 {
	margin-left: -3px !important;
}/**/


	.BrowseBtnStyle1 div {
		padding: 5px 15px 6px 9px;
		text-align: center;
		font-weight: bolder;
		font-size: 0.9em;
		text-transform: uppercase;
		margin-left: 6px;
		background: url(../images/browse1.gif) no-repeat right -22px;
	}
	
.BrowseTextBoxStyle1 {
	/*font-size: 1.2em;*/	/*required*/
	width: 0px;/*required*/
	/*padding: 1px 0px 1px 4px;*/	/*required*/
	/*border: 2px solid #8db820;*/	/*required*/
	margin-left: -4px !important;
	background: transparent;
}
.FileBrowse2 {
	margin: 0px;	/*optional*/
}
.AjustTop {
	margin: 5px 0px 0px;	
}
.AjustBottom {
	margin: 0px 0px 5px;
}
#fileCV {
	border: 1px solid #fff;
}


