@media (max-width: 1170px) {
    #contactable-inner {
        top:230px;
    }
}

@media (min-width: 1170px) {
    #contactable-inner {
        top:160px;
    }
}
#contactable-inner {
	color:#FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	background-color:#333333;
	cursor:pointer;
	height:30px;
	left:-29px;
	margin-left:-5px; 
	*margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	
	*margin-top:10px;
	width:102px;
	z-index:998;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	transform: rotate(90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	/*border: 2px solid #fff;*/
	border-top: 2px solid transparent;
	box-shadow: 0 -10px 0 #333;
	-webkit-box-shadow: 0 -10px 0 #333;
}


#contactable-contactForm {
	background-color:#333333;
    border-right: none;
	color:#FFFFFF;
	min-height:300px;
	left:0;
	margin-left:-400px;
	*margin-left:-434px;
	/*margin-top:-160px;*/
	overflow:hidden;
	padding-left:40px;
    padding-bottom: 70px;
    padding-top: 70px;
	position:fixed;
	top:130px;
	width:310px;
	*width:394px;
	z-index:9999;
}

form#contactable-contactForm input,
form#contactable-contactForm textarea,
form#contactable-contactForm select {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:240px;
	padding:0 10px;
    height: 30px;
    line-height: 30px;
	border:1px solid #dfdfdf;
	font: 500 16px Impress, sans-serif;
	margin-bottom:10px;
    border-radius: 5px;
}

form#contactable-contactForm textarea {
    height: 80px;
    padding: 5px 10px;
}

form#contactable-contactForm select {
    padding: 0 7px;
}

form#contactable-contactForm input.contactable-submit {
    padding: 0 10px;
    margin-bottom: 0;
}

form#contactable-contactForm p {
	width:275px;
	font-size:0.9em;
    color: #aaa;
}

form#contactable-contactForm .contactable-disclaimer {
	*margin-left:20px;
}

#contactable-contactForm .contactable-green {
	color:	#76b347;
}

#contactable-overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} 
.contactable-invalid { background-color: #EDBE9C; }
#contactable-name.contactable-invalid { background-color: #EDBE9C; } 
#contactable-email.contactable-invalid { background-color: #EDBE9C; }
#contactable-message.contactable-invalid { background-color: #EDBE9C; }

form#contactable-contactForm label{
	*margin-left:20px;
	line-height:150%;
    color: #aaa;
}

form#contactable-contactForm #contactable-loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:66px;
	height:66px;
	margin: 80px auto;
	display:none;
}

#contactable-callback {
	font-size:1.1em;
	color: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}

.contactable-holder {
	margin:0 auto;
	*margin-left:20px;
	/*padding-top:20px;*/	
}	

/* Submit button */
form#contactable-contactForm .contactable-submit {
  background-color: #b6bf00;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);*/
  border: none;
  border-bottom: 0;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font: 500 20px/50px Impress, sans-serif;
  line-height: 1;
    padding: 7px 0 8px 10px;
  text-align: left;
    border-radius: 5px;

}

form#contactable-contactForm .contactable-submit:hover {
    /*background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);*/
    background: #767c01;
    /*-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;*/
    cursor: pointer; }

button.contactable-cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }
