@charset "utf-8";
/* CSS Document */
/* skinned select */


div.skinned-select select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	right:48px;
	#right: 52px;
	z-index: 100;
	text-indent: 20px;
	border: none;
	
}
div.skinned-select .select-text {
  	position: relative;
	top: 13px;/*24px;*/
    color: #000000;
    right: 0px;
	#right: 60px;
	text-indent: 10px;
	line-height: 19px;
	width: 120px;
	z-index: 1;
}
div.skinned-select .select-text,
div.skinned-select select,
div.skinned-select select option {
	width: 205px;
	font-size: 11px;
	position: relative;
	left: 0px;
	color: #707070;
	font-size: 11px;	
}
div.skinned-select select option {
	position: relative;
	left: 20px;
	width: 118px;
	border: none;

}

/* non javascript version select */

.tcselect2 select {
  width: 115px;
  font-size: 11px;
  border: 0px solid #D5E6EE;
}

div.skinned-select2 select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	right:48px;
	#right: 52px;
	z-index: 100;
	text-indent: 20px;
	border: none;
	
	
}
div.skinned-select2 .select-text2 {
  	position: relative;
	top: 3px;/*24px;*/
    color: #000000;
    right: 0px;
	#right: 60px;
	text-indent: 10px;
	line-height: 19px;
	width: 120px;
	z-index: 1;
	
}
div.skinned-select2 .select-text2,
div.skinned-select2 select,
div.skinned-select2 select option {
	width: 150px;
	font-size: 11px;
	position: relative;
	left: 0px;
	bottom: 10px;
	color: #707070;
	font-size: 11px;	
}
div.skinned-select2 select option {
	position: relative;
	left: 20px;
	width: 118px;
	border: none;
	
}

/* non javascript version select */

.tcselect2 select {
  width: 115px;
  font-size: 11px;
  border: 0px solid #D5E6EE;
}

#thankuMssg {
	width: 280px;
	height: 40px;
	padding: 10px;
}

