.bottom-right-contact-support-warp{
    width: 310px;
    height: auto;
    bottom: 0px;
    right: 0px;
    top: auto;
    left: auto;
    position: fixed;
    border:#C659A5 1px solid;
    background-color: #F7F7E7;
    display: none;
	z-index: 100;

    font: normal 12px Arial, Helvetica, sans-serif;
    color: #707070;

    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
#bottom-right-contact-support-head{
    width: 300px;
    height: 40px;
    color: #000000;
    font-size: 17px;
    background-color: #E9EECB;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 5px;
    line-height: 21px;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
#bottom-right-contact-support-content{
    clear: both;
    width: 300px;
    height: auto;
    display: none;
    position: relative;
    margin-bottom: 10px;
}

#bottom-right-contact-support-content-success-send{
    text-align: center;
    font-size: 14px;
    display: none;
    margin: 10px 0;
}

/***********  contact-form.php *********/

.bottom-right-contact-form-button{
    margin-top: 10px;
    width: 100px;
    height: 25px;
    background-color: #E9EECB;
    border: none;
    border:#C659A5 1px solid;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
#bottom-right-contact-form-send .button:hover{ border: #C42D96 2px solid }

#bottom-right-contact-support-content-form{
    width: auto;
    height: auto;
}

#bottom-right-contact-support-content-form .content-form-row{
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 5px;
}

#bottom-right-contact-support-content-form .content-form-row .content-form-column-left{
    float: left;
    width: 150px;
    height: auto;
}
#bottom-right-contact-support-content-form .content-form-row .content-form-column-left span {padding-left: 5px; line-height: 23px;}
#bottom-right-contact-support-content-form .content-form-row .content-form-column-left span.required-star {padding-left: 0; color: red;}

#bottom-right-contact-support-content-form .content-form-row .content-form-column-right{
    float: left;
    width: 150px;
    height: auto;
}
#bottom-right-contact-support-content-form .content-form-row .content-form-column-right input[type="text"]{ width: 140px; float: right; margin-right: 5px; }

.bottom-right-required-input-form{
    background-color: #FF7F7F;
}

.bottom-right-contact-form-info{
	padding: 10px 10px 0 10px;
	color: #000;
	font-size: 13px;
}
