.transition200{
	transition:200ms;
	-webkit-transition:200ms;
	-o-transition:200ms;
}
#contact-wrapper {
    height: 289px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 65px;
    width: 365px;
    z-index: 99999;
}
#contact-wrapper label.error {
	color: #F00;
	text-shadow: 1px 1px 1px #1F1F1F;
	width: 300px;
	text-align: right;
}
#contact-wrapper .floating-contact-inner {
 background: none repeat scroll 0 0 #fff;
    border: 1px solid #c6806a;
    border-radius: 10px 0 0 10px;
    color: #fff;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 19px 15px 8px;
    position: absolute;
    right: -340px;
    text-shadow: 1px 1px 1px #3c3c3c;
    width: 340px;
}
#contact-wrapper .floating-contact-inner h1>span {
    display: block;
    font-size: 11px;
}
#contact-wrapper .floating-contact-inner label {
	display: block;
	margin: 0px 0px 10px;
}
#contact-wrapper .floating-contact-inner label>span {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
}


#contact-wrapper .floating-contact-inner input[type="text"], #contact-wrapper .floating-contact-inner input[type="email"], #contact-wrapper .floating-contact-inner textarea, #contact-wrapper .floating-contact-inner select {
    border: 1px solid #3c424a;
    border-radius: 5px;
    color: #3c3c3c;
    font: 12px/12px arial,"Times New Roman",Times,serif;
    height: 33px;
    margin: 13px 0 0;
    outline: 0 none;
    padding: 3px 0 3px 5px;
    width: 100%;
}
#contact-wrapper .floating-contact-inner select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 210px;
    height: 30px;
}
#contact-wrapper .floating-contact-inner textarea{
    height:100px;
}
#contact-wrapper .floating-contact-inner .button {
    background: #C56246;
    border: medium none;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #1d1d1d;
    color: #fff;
    margin-top: 11px;
    padding: 8px 29px;
    text-shadow: 1px 1px 1px #223944;
}
#contact-wrapper .floating-contact-inner .button:hover {
	background: #479AB6
}
#contact-wrapper #contact-btn {
    background: url("image/contact-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 71px;
    margin: 80px 0 0 -36px;
    width: 22px;
}
#contact-wrapper #contact-btn:hover {
	background: url(image/contact-btn.png) no-repeat -22px 0px;
}
#contact-wrapper .success{
	padding: 0px 20px 20px;
}
#contact-wrapper .success h2{
	font-size: 20px;
	border-bottom: 1px dotted #686868;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
#contact-wrapper #result .error{
	text-align: center;
	color: #FF0000;
	text-shadow: 1px 1px 1px #1F1F1F;
}