/**/
.trnPanelStyle_3 .trnPanelHeader .trnPanelTopHeader
{
	border-bottom:5px solid #FFAF10;
}

.trnPanelStyle_3 .trnPanelContent .trnLeftContent
{
	background-color:#FFAF10;
}

.trnPanelStyle_3 .trnPanelContent .w20
{
	background-color:#FFAF10;
	color:#666;
}

.trnPanelStyle_3 .trnLightForm .form-item label
{
	color:#FFF;
	background: #FFAF10;
}

.trnPanelStyle_3 .switch input.primary:checked + .btnSlider {
	background-color: #FFAF10;
}

.trnPanelStyle_3 .switch input:focus + .btnSlider {
	box-shadow: 0 0 1px #FFAF10;
}

.trnPanelStyle_3 .trnLightForm .form-item select
{
	display: block;
	width:100%;
	height: 40px;
	background: #FFAF10;
	border: solid 1px #CCC;
	transition: all .3s ease;
	padding: 0 15px;
	color:#FFF;
}