#contactable p
{
    color: #4d4d4d;
	font-weight:600;
}

#backgroundFadeDiv
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    z-index: 3;
    opacity:0.7;
    filter:alpha(opacity=70);
    display: none;
}
#backgroundFaveDiv.Visible
{
    display:block;
}

#contactable #contactable_inner
{
    background-image: url(../Data/Images/anfrage_btn_eng.png);
    color: #FFFFFF;
    background-color: transparent;
    cursor: pointer;
    
    /*left: 0px;*/
    margin-left: 0;
    overflow: hidden;
    position: fixed;
    *position: absolute;
    text-indent: -100000px;
    *margin-top: 10px;

    width: 109px;
    height: 37px;
    z-index: 2; /*vorher: 100000;*/
    

    position: fixed;
    left: 0px;
    top: 568px !important;
}

    #contactable #contactable_inner.en
    {
        background-image: url(../Data/Images/anfrage_btn_eng.png);
    }
    #contactable #contactable_inner.de
    {
        background-image: url(../Data/Images/anfrage_btn_ger.png);
    }
    #contactable #contactable_inner.support
    {
        background-image:url(../Data/Images/support_btn.png);
    }

#contactable #contactForm {
	background-color:#EDEDED;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	height:434px;
	left:0;
	margin-left:-400px;
	*margin-left:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	/*top:200px;*/
    top:50%;
	width:360px;
	*width:394px;
	z-index:99;
}

#contactable form#contactForm 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;
	font-family:Open sans, sans-serif;
}

#contactable form#contactForm .submit {
	background: #383F41 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
    margin-left: 7px;
	width:100px;

	border:0px solid #D6D6D6;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Open Sans;
	text-align: center;
	margin-top:10px;
}

#contactable form#contactForm .cancel {
	/*background: #e51029 none repeat scroll 0 0;*/
    background: #D6d6d6 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
    margin-left: 138px;
	width:80px;

	border:1px solid #D6D6D6;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#383F41;
	text-transform:uppercase;
	font-weight:400;
	text-align: center;
	font-family:Open Sans;	margin-top:10px;
}

#contactable form#contactForm p {
	width:337px;
	font-size:0.9em;
	font-weight:400;
}

#contactable #contactForm .red {
	color:	#e51029;
}

#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 .error { background-color: #EDBE9C; }

#contactable #name.error { background-color: #EDBE9C; } 
#contactable #email.error { background-color: #EDBE9C; }
#contactable #comment.error { background-color: #EDBE9C; }

#contactable form#contactForm label{
	*margin-left:20px;
	font-weight:600;
}

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

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


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