html, body {
	width:100%;
	height:100%;
	margin:0px;
	background:url(cs-images/cs-bg.png) right bottom;
}

body {
	background:url(cs-images/cs-bg.jpg) no-repeat right bottom;
}

#wrapper {
	position:absolute;
	width:407px;
	height:125px;
	top:50%;
	left:50%;
	margin-top:-62px;
	margin-left:-203px;
	
	background:url(cs-images/cs-main.png) center top no-repeat;
}
#container {
	position:absolute;
	left:0px;
	top:73px;
	width:100%;
	min-height:20px;
}
#container>div {
	width:100%;
	height:184px;
}
.hidden {
	display:none;
}
#sblock-whatsapp {
	background:url(cs-images/cs-whatsapp.png) no-repeat 6px bottom;
}
#sblock-skype {
	background:url(cs-images/cs-skype.png) no-repeat 6px bottom;
}
#sblock-email {
	height:224px !important;
}
#sblock-email>form {
	width:100%;
	height:224px;
	position:relative;
}
#sblock-email>form>div {
	padding:10px;
}
form td {
	vertical-align:top;
	height:22px;
}
form input[type=text] {
	color:#717171;
	height:14px;
	margin:0px;
	border:1px #abadb3 solid;
}
form textarea[name=message] {
	color:#717171;
	margin:0px;
	height:80px;
	width:256px;
	border:1px #abadb3 solid;
}
.error {
	background:white url(cs-images/cs-fieldreq.png) no-repeat right 3px;
}
td.field {
	padding-right:3px;
	color:#717171;
	font-family:tahoma;
	font-size:12px;
	text-align:right;
}
td.sep {
	height:16px !important;
}
td.send {
	position:relative;
}
td.send input[type=submit] {
	position:relative;
	left:213px;
	color:#4c4c4c;
	border:1px #d1d2d4 solid;
	border-radius:5px;
	cursor:pointer;
	width:50px;
	height:22px;
}
#sblock-sending {
	position:absolute;
	top:0px;
	left:0px;
	width:407px;
	height:224px;
	background:url(cs-images/cs-loading.gif) no-repeat center center;
	z-index:5;
}
#sblock-sent {
	position:absolute;
	top:0px;
	left:0px;
	width:407px;
	height:224px;
	background:url(cs-images/cs-sent.png) no-repeat center center;
	z-index:6;
}

#wrapper>a{
	display:block;
	position:absolute;
	bottom:0px;
	width:32px;
	height:32px;
	overflow:hidden;
}
#wrapper>a>div {
	position:absolute;
	width:32px;
	height:32px;
	left:0px;
}
#wrapper>a>.gray {
	top:0px;
}
#wrapper>a>.color {
	top:32px;
}


#social-fb {
	left:0px;
}
#social-tw {
	left:47px;
}
#social-ig {
	left:93px;
}
#social-da {
	left:143px;
}
#social-be {
	left:192px;
}
#social-gp {
	left:238px;
}
#social-sk {
	left:283px;
}
#social-wa {
	left:329px;
}
#social-em {
	left:375px;
}


#social-fb>.gray {
	background:url(cs-images/cs-social.png) no-repeat 0px 0px;
}
#social-fb>.color {
	background:url(cs-images/cs-social.png) no-repeat 0px -32px;
}

#social-tw>.gray {
	background:url(cs-images/cs-social.png) no-repeat -47px 0px;
}
#social-tw>.color {
	background:url(cs-images/cs-social.png) no-repeat -47px -32px;
}

#social-ig>.gray {
	background:url(cs-images/cs-social.png) no-repeat -93px 0px;
}
#social-ig>.color {
	background:url(cs-images/cs-social.png) no-repeat -93px -32px;
}

#social-da>.gray {
	background:url(cs-images/cs-social.png) no-repeat -143px 0px;
}
#social-da>.color {
	background:url(cs-images/cs-social.png) no-repeat -143px -32px;
}

#social-be>.gray {
	background:url(cs-images/cs-social.png) no-repeat -192px 0px;
}
#social-be>.color {
	background:url(cs-images/cs-social.png) no-repeat -192px -32px;
}

#social-gp>.gray {
	background:url(cs-images/cs-social.png) no-repeat -238px 0px;
}
#social-gp>.color {
	background:url(cs-images/cs-social.png) no-repeat -238px -32px;
}

#social-sk>.gray {
	background:url(cs-images/cs-social.png) no-repeat -283px 0px;
}
#social-sk>.color {
	background:url(cs-images/cs-social.png) no-repeat -283px -32px;
}

#social-wa>.gray {
	background:url(cs-images/cs-social.png) no-repeat -329px 0px;
}
#social-wa>.color {
	background:url(cs-images/cs-social.png) no-repeat -329px -32px;
}

#social-em>.gray {
	background:url(cs-images/cs-social.png) no-repeat -375px 0px;
}
#social-em>.color {
	background:url(cs-images/cs-social.png) no-repeat -375px -32px;
}















