
#contactable2 {
    background: white none repeat scroll 0 0;
    border: 1px solid;
    display: none;
    left: 50%;
    margin: -250px 0 0 -200px;
    min-height: 300px;
    position: fixed;
    top: 50%;
    width: 400px;
    z-index: 1012;
}

.closespan {
    background: red none repeat scroll 0 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    margin: 5px;
    padding: 5px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}

#contactable2 #contactable_inner2 {
	background-image:url(images/feeback.png);
	color:#FFFFFF;
	background-color:#333333;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px;
	*margin-left:-5px;
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:102px;
	*margin-top:10px;
	width:44px;
	z-index:100000;
}

#contactable2 #contactForm2 {
    border: 2px solid #ffffff;
    color: #ffffff;
   margin-top: 20px;
    overflow: hidden;
    padding-left: 30px;
    z-index: 99;
}

#contactable2 form#contactForm2 input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: georgia;
	font-size:1em;
	margin-bottom:10px;
}
/*
#contactable2 form#contactForm2 .submit2 {
	background: #015785 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:3px solid #015785;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}
*/
#contactable2 form#contactForm2 p {
	width:325px;
	font-size:0.9em;
}

#contactable2 form#contactForm2 .disclaimer2 {
	*margin-left:20px;
}

#contactable2 #contactForm2 .red {
	color:	#F5410F;
}

#contactable2 #overlay2 {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}
#contactable2 .error { background-color: #EDBE9C; }

#contactable2 #name2.error { background-color: #EDBE9C; }
#contactable2 #email2.error { background-color: #EDBE9C; }
#contactable2 #comment2.error { background-color: #EDBE9C; }

#contactForm2 label {
    color: black;
}

#contactable2 form#contactForm2 #loading2 {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#contactable2 #callback2 {
	font-family: georgia;
	font-size:1.1em;
	color: #000;
	width:325px;
	margin: 100px auto;
	display:none;
}


#contactable2 .holder2 {
	margin:0 auto;
	*margin-left:20px;
	padding-top:20px;
}
.wrapformmodal{display: none;}

.wrapformmodal {
   /* background: #000 none repeat scroll 0 0;*/
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

.button, .button2, #contactable2 form#contactForm2 .submit2  {
   border: 1px solid #000000;
   background: #9c3e3e;
   background: -webkit-gradient(linear, left top, left bottom, from(#d6657b), to(#9c3e3e));
   background: -webkit-linear-gradient(top, #d6657b, #9c3e3e);
   background: -moz-linear-gradient(top, #d6657b, #9c3e3e);
   background: -ms-linear-gradient(top, #d6657b, #9c3e3e);
   background: -o-linear-gradient(top, #d6657b, #9c3e3e);
   background-image: -ms-linear-gradient(top, #d6657b 0%, #9c3e3e 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover, .button2:hover, #contactable2 form#contactForm2 .submit2   {
  border: 1px solid #000000;
   text-shadow: #000000 0 1px 0;
   background: #8a3737;
   background: -webkit-gradient(linear, left top, left bottom, from(#cc6076), to(#8a3737));
   background: -webkit-linear-gradient(top, #cc6076, #8a3737);
   background: -moz-linear-gradient(top, #cc6076, #8a3737);
   background: -ms-linear-gradient(top, #cc6076, #8a3737);
   background: -o-linear-gradient(top, #cc6076, #8a3737);
   background-image: -ms-linear-gradient(top, #cc6076 0%, #8a3737 100%);
   color: #fff;
   }
.button:active, .button2:active, #contactable2 form#contactForm2 .submit2  {
  text-shadow: #000000 0 1px 0;
   border: 1px solid #000000;
   background: #d6657b;
   background: -webkit-gradient(linear, left top, left bottom, from(#9c3e3e), to(#8a3737));
   background: -webkit-linear-gradient(top, #9c3e3e, #d6657b);
   background: -moz-linear-gradient(top, #9c3e3e, #d6657b);
   background: -ms-linear-gradient(top, #9c3e3e, #d6657b);
   background: -o-linear-gradient(top, #9c3e3e, #d6657b);
   background-image: -ms-linear-gradient(top, #9c3e3e 0%, #d6657b 100%);
   color: #fff;
   }


.closespan {
    background: red none repeat scroll 0 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    margin: 5px;
    padding: 5px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}

