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

.trnPanelStyle_2 .trnPanelContent .trnLeftContent
{
	background-color:#E81723;
}

.trnPanelStyle_2 .trnPanelContent .w20
{
	background-color:#E81723;
	color:#666;
}

.trnPanelStyle_2 .trnLightForm .form-item label
{
	color:#FFF;
	background: #E81723;
}

.trnPanelStyle_2 .switch input.primary:checked + .btnSlider {
	background-color: #E81723;
}

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

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