#contactable-inner {
	background-image:url(../images/stucknbln.png);
	background-repeat: no-repeat;
	color:#333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	cursor:pointer;
	height:174px;
	right:0;
	margin-right:-2px;
	*margin-right:-2px;
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top: 170px;
	*margin-top:84px;
	width:30px;
	z-index:100000;
}
#contactable .error{
	text-align: left!important;
}
#contactable-inner:hover {
	background-image: url(../images/stucknbln-hover.png);
	background-repeat: no-repeat;
}
#contactable-contactForm {
	background-color:#fcfcfc;
	border:1px solid #ccc;
	color:#333;
	right:0;
	margin-right:-397px;
	*margin-right:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-right:5px;
	padding-left:5px;
	position:fixed;
	top: 330px;
	width:389px;
	*width:389px;
	z-index:99;
}

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:295px;*/
	width: 335px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: georgia;
	font-size:1em;
	margin-bottom:10px;
}

form#contactable-contactForm p {
	font-size:0.9em;
}

form#contactable-contactForm .contactable-header {
	margin-bottom:10px;
}

#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{
	line-height:150%;
}

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;
	width:325px;
	margin: 100px auto;
	display:none;
	text-align: center;
}
#contactable-callback:hover{
	cursor: pointer;
}

.contactable-holder {
	margin:0;
	padding:20px 10px 20px 20px;
}

/* Submit button */
form#contactable-contactForm .contactable-submit {
	background-color: #256BAF;
	border: 1px solid #256BAF;
	border-bottom: 1px solid #256BAF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #256BAF;
	-moz-box-shadow: inset 0 1px 0 0 #256BAF;
	box-shadow: inset 0 1px 0 0 #256BAF;
	color: #fff;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 7px 0 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
}

form#contactable-contactForm .contactable-submit:hover {
	background-color: #256BAF;
	-webkit-box-shadow: inset 0 1px 0 0 #256BAF;
	-moz-box-shadow: inset 0 1px 0 0 #256BAF;
	box-shadow: inset 0 1px 0 0 #256BAF;
	cursor: pointer; }

/* Submit button */
form#contactable-contactForm .contactable-submit {
	background-color: #588BBC;
	border: 1px solid #588BBC;
	border-bottom: 1px solid #588BBC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #588BBC;
	-moz-box-shadow: inset 0 1px 0 0 #588BBC;
	box-shadow: inset 0 1px 0 0 #588BBC;
	color: #fff;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 7px 0 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
}

form#contactable-contactForm .contactable-submit:hover {
	background-color: #588BBC;
	-webkit-box-shadow: inset 0 1px 0 0 #588BBC;
	-moz-box-shadow: inset 0 1px 0 0 #588BBC;
	box-shadow: inset 0 1px 0 0 #588BBC;
	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; }

.contactable-holder h3{
	text-align: center;
	color: #0F57A0;
}
#contactable-contactForm h3{
	margin-top: 0;
}
.contactable-submit{
	margin-top: 5px;
	margin-bottom: 0!important;
}