
span.select_text {
	outline: none;
}

span.required{
	color: #daad2e;
	/*vertical-align: -11%;*/
	/*vertical-align: top;*/
	font-size: 14px;
}

div.select {
	/*position: relative;*/
	/*width: 186px;*/
	min-height: 20px;
	border: 0px solid #5380a8;
	outline: none;
	cursor: default;
	/*z-index: 20;*/
	text-align: left;
	padding: 0px 0px 0px 0px;
}

div.select div.select{
	z-index:90;
}

div.input{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	color: #646464;
	position: relative;
	z-index: 100;
}
div.input label{
	color: #646464;
}

div.select label, div.text label, div.textarea label{
	width: 170px;
	float: left;
	font-size: 12px;
}

div.text input, div.textarea textarea{
	color: #646464;
	width: 240px;
	background: url('../img/form/input_top_bg.png') top left repeat-x;
	border-top-width: 2px;
	border-top-color: #b7b7b7;
	border-top-style: solid;
	
	border-right-width: 2px;
	border-right-color: #dcdcdc;
	border-right-style: solid;
	
	border-bottom-width: 2px;
	border-bottom-color: #dcdcdc;
	border-bottom-style: solid;
	
	border-left-width: 2px;
	border-left-color: #bdbdbd;
	border-left-style: solid;
}

* html div.select {
	height: 28px;
}

div.select_text {
	background: #fff url('../img/form/selectbox_long.png') left top no-repeat;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	color: #646464;
	font-size: 12px;
	/*font-weight: 900;*/
	width: 240px;
	display: block;
	white-space: nowrap;
	overflow-x: hidden;
	z-index: 40;
}

div.select_options {
	display: none;
	background-color: #ffffff;
	/*background: #fff url('../img/background_degrade.png') left top repeat-y;*/
	position: absolute;
	left: 170px;
	top: 21px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-left: 10px;
	width: 225px;
	min-width: 210px;
	z-index: 80;
/*	max-height: 154px;
	overflow: auto;*/
}

* html div.select_options {
	width: 210px;
}
/*
* html #photoGallerySelectBox_options { 
   height: expression( this.scrollHeight > 153 ? "154px" : "auto" );
}*/

div.select_options ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 70;
}

div.select_options ul li {
	background: transparent !important;
	/*border-bottom: 1px dotted #cccccc !important;*/
	line-height: 15px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 2px 10px 2px 10px !important;
	color: #646464 !important;
	text-transform: normal !important;
	font-size: 12px !important;
}
div.select_options ul li:hover {
	color: #646464;
	background-color: #efefef !important;
}
div.select_options ul li.selected {
	background-color: #efefef !important;
	color: #646464 !important;
}

div.select_options ul li.last {
	border-bottom: 0px solid #87daed !important;
}


.language_eng div.submit input.submit_btn{
	cursor: pointer;
	/*text-indent: -999px;*/
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 99px;
	height: 36px;
	background: url('../img/btn_submit.png') top left no-repeat;
	border: 0px;
}

div.submit input.submit_btn{
	cursor: pointer;
	/*text-indent: -999px;*/
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 99px;
	height: 36px;
	background: url('../img/btn_sousmettre.png') top left no-repeat;
	border: 0px;
}
div.submit input.submit_btn:hover{
	background-position: left -36px;
}

span.error{
	display: block;
	margin: 0px 0px 0px 170px;
	padding: 4px 0px 0px 10px;
	font-size: 10px;
	line-height: 10px;
	color: #DF0000;
	background: url('../img/error.png') center left no-repeat;
}

div#errorContainer ul{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
div#errorContainer ul li{
	color: #DF0000;
	padding: 0px 0px 0px 10px;
	background: url('../img/error.png') center left no-repeat;
	font-size: 10px;
}



/*  Section upload */

.upload_frame fieldset{
	width: 350px;
	border: 1px solid #646464;
	color: #646464;
}

.upload_frame table caption, .upload_frame table thead{
	display: none;
}

.upload_frame table td{
	padding: 5px 0px 5px 0px;
}
.upload_frame img.multimedia_delete{
	padding: 0px 0px 0px 30px;
}