@charset "utf-8";
/* CSS Document */

#feedback_right {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -35px;
    width: 84px;
    height: 32px;
    z-index: 10000;
}

#feedback_right a.feedback-button {
    display: inline-block;
    width: 84px;
    height: 32px;
    text-align: center;
    color: #FFF;
    line-height: 32px;
	background-color:#000000;
	font-size: 13px;
	text-decoration:none;
	font-family:"Open Sans",Arial;
}

#feedback_top {
    position: fixed;
    left: 45%;
    top: 0;
    margin-top: 0px;
    width: 84px;
    height: 32px;
    z-index: 10000;
    /*transform: rotate(-90deg);*/
}

#feedback_top a.feedback-button {
    display: inline-block;
    width: 84px;
    height: 32px;
    text-align: center;
    color: #FFF;
    line-height: 32px;
	background-color:#000000;
	font-size: 13px;
	text-decoration:none;
	font-family:"Open Sans",Arial;
}

#feedback_top a.feedback-button:hover , #feedback_right a.feedback-button:hover {
   background-color: #F23534 !important;
}

/*form design*/
.feedbackform { 	font-family: verdana,arial,helvetica,sans-serif;width: 360px;height: auto;padding-bottom: 10px;background: #d5e5f4;overflow: hidden; }
.feedbackform .flogo {	float: left;width: 100%;text-align: center;color: #fff;font-weight: bold;box-sizing: border-box;background: #fff url('../images/newheader/nav-sprite_1014.png') no-repeat;background-position: 70px 15px;height: 80px;}
.feedbackform .sep {float: left;width: 100%;margin: 0 0 10px 0;height: 1px;background: #7daadc;}
.feedbackform .frow {border: 0px solid red;box-sizing: border-box;padding: 10px 20px;}
.feedbackform .frow span {padding-bottom: 3px;color: #1d5289;font-weight: bold;font-size: 15px;width: 100%;float: left;}
.feedbackform textarea {font-family: verdana,arial,helvetica,sans-serif;resize: vertical;}
.feedbackform input, .feedbackform textarea {background: #fff;border: 1px solid #7daadc;box-sizing: border-box;font-size: 16px;padding: 12px 10px 12px 50px;width: 100%;	}
.feedbackform .submit{	background: #3498db;background-image: -webkit-linear-gradient(top, #3498db, #2980b9);background-image: -moz-linear-gradient(top, #3498db, #2980b9);background-image: -ms-linear-gradient(top, #3498db, #2980b9);background-image: -o-linear-gradient(top, #3498db, #2980b9);background-image: linear-gradient(to bottom, #3498db, #2980b9);-webkit-border-radius: 12;-moz-border-radius: 12;border-radius: 12px;font-family: Arial;color: #ffffff;font-size: 26px;padding: 10px 20px 10px 20px;text-decoration: none;cursor: pointer;}
.feedbackform .fname {background: #fff url('../images/icons-feedback-form.png') no-repeat;background-position: 5px 1px;}
.feedbackform .email {background: #fff url('../images/icons-feedback-form.png') no-repeat;background-position: 5px -39px;}
.feedbackform .phone {background: #fff url('../images/icons-feedback-form.png') no-repeat;background-position: 5px -79px;}
.feedbackform .feedback {background: #fff url('../images/icons-feedback-form.png') no-repeat;background-position: 5px -119px;}
