
#callback {
 
    border: 1px solid #555555;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0 0 7px #000000;
    cursor: pointer;
    margin-right: -60px;
    margin-top: -90px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 93px;
    z-index: 100;
}

.contact-content .contact-title
{
    font-size: 16px;
    color: #515151;
    border-bottom: 1px solid #d1d1d1;
    text-align: left;
    padding: 10px 20px;
}

.contact-input {
	width: 90%;
	height: 25px;
	text-align:left;
    font-style: italic;
    background: #d2d2d2 !important;
}

.contact-content textarea
{
    height: 200px;
}

.contact-content {
	text-align:center;
	background: #e1e2e2;
}
.contact-data {
	margin-bottom:10px;
}

.contact-data .error
{
    text-align: left !important;
    margin-left: 15px;
}

.contact-data .column
{
    margin-top: 20px;
}

.contact-success {
	margin-bottom:20px;
	height:30px;
}


.contact-button
{
    display:            inline-block;
    text-decoration:    none;
    padding:            10px 30px;
    cursor:             pointer;
    color:              #fff;
    line-height:        12px;
    font-size:          14px;
    background:         #767676;
    margin-top:         20px;
    border:             none;

    -webkit-border-radius:  4px 4px 4px 4px;
    -moz-border-radius:     4px 4px 4px 4px;
    -khtml-border-radius:   4px 4px 4px 4px;
    border-radius:          4px 4px 4px 4px;
    -webkit-box-shadow:     inset 0 -3px 2px -1px #575757;
    -moz-box-shadow:        inset 0 -3px 2px -1px #575757;
    -khtml-box-shadow:      inset 0 -3px 2px -1px #575757;
    box-shadow:             inset 0 -3px 2px -1px #575757;
}