#fpi_feedback {
    z-index: 999999;
    position: fixed; /*absolute; /*fixed;*/
    width: 60px;
    height: 120px; /*350px;*/
    /*bottom: 0px;*/
    right: 0px;
    font-size: 16px;
    color: white;
}

#fpi_title {
    position: absolute;
    left: -13px; /*0;*/
	top: 34px;
	/* top: 80px;*/
    background-color: #444444; /*#333333;*/
    cursor: pointer;
}

    #fpi_title h2 {
        /*font-size: 18px;*/
        padding: 5px 11px 10px 11px; /* 0px 10px 10px 10px;*/
        margin: 0;

		font-family: 'Eras Light ITC',sans-serif; /*New*/
	    font-size: 20px; /*New*/
		font-weight: normal; /*New*/
		-moz-user-select: none;
		-webkit-user-select: none;
    }

#fpi_content {
    position: absolute;
    left: 60px; /*60px;*/
    top: 0;
    width: 200px; /*275px;*/
    height: 80px; /*300px;*/
    /*padding: 10px 20px 10px 20px;*/
    background-color: #333333;
}

    #fpi_content #fpi_header_message {
        margin-bottom: 20px;
        margin-left: 5px;
        height: 40px;
        overflow: hidden;
    }

    #fpi_content form {
        /*margin-right: 5px;*/
    }

    #fpi_content #fpi_submit_username, #fpi_content #fpi_submit_message {
        /*margin: 10px 5px;*/
    }

        #fpi_content #fpi_submit_username input {
            width: 100%;
            resize: none;
			background: none repeat scroll 0 0 #282828; /*New*/
			border: 0 none;
			color: #fff;
			padding: 12px 20px;
			cursor: pointer;
        }

        #fpi_content #fpi_submit_username input:hover {  /*New*/
			background: #088AA2;
		}

        #fpi_content #fpi_submit_message .error, #fpi_content #fpi_submit_username .error {
            background-color: #EDBE9C;
        }

        #fpi_content #fpi_submit_message input { /*New*/
            /*height: 120px;
            font-family: georgia;
            font-size: 1em;*/
			width: 100%;
            resize: none;
			background: none repeat scroll 0 0 #282828; /*New*/
			border: 0 none;
			color: #fff;
			padding: 12px 20px;
			cursor: pointer;
			border-top: 1px solid #333;
        }

		#fpi_content #fpi_submit_message input:hover {  /*New*/
			background: #088AA2;
		}

#fpi_submit_loading {
    width: 110px;
    height: 10px;
    float: left;
}


#fpi_content #fpi_submit_submit {
    text-align: right;
    margin: 10px 0px;
}

    #fpi_content #fpi_submit_submit input {
        width: 80px;
        height: 30px;
        background: #F5410F none repeat scroll 0 0;
        outline-style: none;
        outline-width: medium;
        border: 3px solid #F52D0F;
        text-transform: uppercase;
        font-weight: bolder;
        color: white;
        opacity: .75;
    }

        #fpi_content #fpi_submit_submit input:hover {
            opacity: 1;
            cursor: pointer;
        }

#fpi_content #fpi_ajax_message {
    padding-top: 50px;
    text-align: center;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /* Should be unset in IE9+ I think. */
}
