.panel{
    padding: 0px 20px;
    width: 250px;
    background: #952623;
    border: #952623 2px solid;
    z-index: 9999;
    bottom: 50px;
    position: absolute;
	height: 180px;
	top: 20%;
	right: -250px;
}
.handle{
	display: block;
    width: 40px;
    height: 180px;
    color: #fff !important;
    outline: none;
    position: absolute;
    top: -2px !important;
    left: auto;
    background: #952623;
    right: -40px;
}
.handle #rotateText{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(0deg);
    height: 24px;
    width: 197px;
    margin: 102px 0 0px -87px;
    color: #fff !important;
    padding: 0px;
    text-indent: 0px;
    font-size: 18px;

}
.box_form h3{
	color: #fff;
	text-align: center;
	font-size: 19px;
	margin-bottom: 25px;
	margin-top: 10px
}
.box_form form .button.button-large.button-red{
    padding: 0 31px;
    font-size: 16px;
	height: 40px;
    line-height: 38px;
}

#result {
    color: #fff;
    position: absolute;
    top: 35px;
   /* background: #952623;*/
    width: 95%;
    height: 20px;
    margin-bottom: 0;
    padding: 10px;
}
#messages {
	display: none;
    color: #fff;
    line-height: 20px;
    font-size: 17px;
}
	


