#fixed-form { position: fixed; left:0; top: 300px; width: 0; overflow: hidden; z-index: 10; padding-right: 30px; background: #F66A07; transition: ease-in-out width .5s }
#fixed-form .fm-title { display: block; position: fixed; top: 413px; left: -60px; cursor: pointer; color: #FFFFFF; font-size:200%; font-weight:bold; -ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
#fixed-form.active { width: 410px }
#fm-form { width: 388px; background-color: #FFFFFF; margin-left: 30px; padding:10px; border: 1px solid #C7C7C7; }