@CHARSET "utf-8";

span.customStyleSelectBox {
	font-size: 12px;
	background-color: white;
	color: #414024;
	padding: 5px 7px;
	border: 1px solid #E4D8EA;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height:12px;
 height: 25px;
}

span.customStyleSelectBox.changed {
	background-color: white;
}

.customStyleSelectBoxInner {
	background: url("../images/JNet_Ctrl_Form_SeccDesplegada.png") no-repeat center right;
}

.panel span.customStyleSelectBox{
	border-color: #565656;
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.SelecCp {
background-color: #e4d8ea;
font-weight: bold;
font-style: italic;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: auto;
}
