#popupContact {
    bottom: 0;
    display: none;
    padding: 0 0 10px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#popupContactClose {
     color: #000000;
    cursor: pointer;
    display: block;
    font-size: 28px;
    font-weight: bold;
    height: 24px;
    line-height: 14px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 22px;
}
#popupContactClose:hover,
#popupContactClose2:hover
{
	text-decoration:underline;
}
#popupContactClose2 {
     color: #fff;
	 border:2px solid #ff8200;
	 padding:10px;
    cursor: pointer;
    display: block;
    font-size: 28px;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    position: absolute;
    right: 50%;
    bottom: 2px;
    width: auto;
	background:#ff8200;
}
.popupContent {
    background-color: #FFFFFF;
    border: 5px solid #C5C9C4;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-family: tahoma;
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;
	padding-bottom:60px!important;
    position: relative;
    text-align: left;
    width: 940px;
}
#contactArea {
    overflow: hidden;
    display: block;
	width:calc(100% - 50px);
}
#contactArea a
{
	color:white;
	text-decoration:underline;
}


@media only screen and (max-width:1000px) {
	#popupContactClose2 {
		right: -10px;
	}
	.popupContent {
	padding-bottom:10px!important;
	font-size: 11px!important;
	line-height:12px!important;
	}
}















