.brochuretab-panel{
	position: fixed;
	top: 78px;
	right: 0;
	background-color: #fff;
	padding: 5px;
	border: 2px solid #000;
	border-right:none;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	width: 560px;
	padding-top: 30px;
	padding-right:60px;
}

.brochuretab-panel-hide{
	display: none;
}

.brochuretab-trigger{
	position: fixed;
	top: 80px; 
	right: 0;
	background-color: transparent;
	text-decoration: none;
	background-image: url(../../images/brochure/free_brochure_slide_btn3a.jpg);
	background-repeat: no-repeat;
	width: 35px;
	height: 135px;
	padding:0px;
	margin:0px;
	border:none;
	outline: none;
}

.brochuretab-trigger:hover{
	background-image: url(../../images/brochure/free_brochure_slide_btn3.jpg);
	width: 42px;
}

.brochuretab-trigger-active{
	border:none;
	position: fixed;
	top: 80px; 
	right: 0;
	background-color: transparent;
	text-decoration: none;
	background-image: url(../../images/brochure/free_brochure_close_btn1a.jpg);
	background-repeat: no-repeat;
	width: 35px;
	height: 135px;
	padding: 0px;
	margin: 0px;
	outline: none;
}

.brochuretab-trigger-active:hover{
	background-image: url(../../images/brochure/free_brochure_close_btn1.jpg);
	width: 42px;
}

.brochuretab-panel .brochure-form {
	margin: 10px;
	background-color: transparent;
	border: 0px none #fff;
	height: 400px;
	overflow: auto;
}

.brochuretab-panel .brochure-form .brochure-form-fields{
	clear: both;
}

.brochuretab-panel .brochure-form .brochure-form-fields label{
	padding-right: 10px;
	text-align: right;
	cursor: pointer;
	width: 18%;
	display: block;
	float: left;
	line-height: 20px;
	font-weight: 400;
	clear: left;
}

.brochuretab-panel .brochure-form .brochure-form-fields label.ui-state-error{
	display: none !important;
}

.brochuretab-panel .brochure-form .brochure-form-fields label sup, .brochure-form .brochure-form-note sup{
	color: red;
}

.brochuretab-panel .brochure-form .brochure-form-fields input, .brochure-form .brochure-form-fields select{
	width: 76%;
}

.brochuretab-panel .brochure-form .brochure-form-fields select.ui-state-error{
	background-color: #F7A095 !important;
}

.brochuretab-panel .brochure-form .brochure-form-fields br{
	clear: both;
	display: block;
	margin: 3px;
}

.brochuretab-panel .brochure-form .brochure-form-note{
	clear: none;
	float:right;
	margin-right: 4%;
	padding-top: 5px;
	font-weight:bold;
	font-size: 10px;
	text-align: right;
	width: 30%;
}

.brochuretab-panel .brochure-form #brochure-form-state{
	margin: 6px 0;
}

.brochuretab-panel .brochure-form .brochure-form-newletter{
	margin: auto;
	clear: none;
	float: left;
	padding-top: 5px;
	text-align: justify;
}

.brochuretab-panel .brochure-form .brochure-form-newletter label{
	cursor: pointer;
	font-size: 11px;
}

.brochuretab-panel .brochure-form .brochure-form-buttons{
	text-align: right;
	margin-right: 4%;
	padding-top: 15px;
	clear: both;
}

.brochuretab-panel .brochure-form .brochure-form-buttons input{
	width: 90px;
	padding: 3px;
}

.brochuretab-panel .brochure-form .brochure-form-buttons .brochure-form-submit-button{
	
}

