/* resets */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
img, form, fieldset { border:0; }

body {
    text-align: left;
    font-size: 12px;
    background-color: #ffffff;
    color: #555555;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

a {
	color: #5FAABF;
	text-decoration: underline;
}

a:hover {
	color: #C3D6DF;
	text-decoration: none;
}

h2 a {
	color: #61C4DF;
}

.cinput {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-image: url(../images/field.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	
	width: 167px;
	/* height: 23px; */
	
	padding-left: 8px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 10px;
}

.csubmit {
	width: 117px;
	height: 43px;
	border: none;
	float: right;
	margin: 0;
	padding: 0;
	
	margin-top: -9px;
	
	background-image: url(../images/submit_button.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}
	.csubmit-hover { background-image: url(../images/submit_button_hover.gif) !important; }
	.csubmit-clicked { background-image: url(../images/submit_clicked.gif) !important; }
	
	
#header {
	width: 899px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

	#header img:first-child {
		float: left;
	}

ul#navigation {
	clear: left; /* clear header */
	width: 899px;
	height: 44px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

	ul#navigation li {
		float: left;
		width: auto;
		height: auto;
		overflow: hidden;
		height: 44px;
	}
		
	ul#navigation li#callus {
		background-image: url(../images/nav-call.gif);
		background-repeat: no-repeat;
		width: 223px;
		height: 44px;
	}
	
	.info-overlay {
		width: 275px;
		height: 80px;
		position: absolute;
		margin-left: 622px;
		margin-top: 195px;
		overflow: hidden;
	}
		
		.info-mask {
			width: 275px;
			height: 80px;
			margin-right: 297px;
		}
			
			.info-mask h1 {
				text-align: right;
				padding-top: 3px;
				padding-right: 5px;
			}
			
			.info-mask p {
				text-align: right;
				padding-top: 5px;
				padding-right: 5px;
			}
			
			.info-mask table {
				width: auto;
				height: auto;
				float: right;
			}
			
			.info-mask .edge {
				width: 8px;
				height: 80px;
			}
			
			.info-mask .info-content {
				height: 80px;
				background-image: url(../images/info-bg.png);
				background-repeat: repeat-x;
			}
			
		.non-home .info-overlay {
			margin-top: 55px !important;
		}
			
			ul.non-home li:first-child { display: block !important; }
			
		.info-testing {
			background: #fff;
			width: 100%;
		}
		
#showmask {
	width: 897px;
	height: 298px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left: 1px solid #8a8786;
	border-right: 1px solid #8a8786;
}
	
	.showcase-drop {
		background-image: url(../images/nav-dropshadow.png);
		background-repeat: no-repeat;
		width: 897px;
		height: 11px;
		position: absolute;
		z-index: 99;
	}
	
ul#showcase {
	height: 301px;
	list-style: none;
}
	.non-home { height: 180px !important; }
	
	ul#showcase li {
		width: 897px;
		height: 301px;
		padding-right: 5px;
		display: none;
	}
		/*
		ul#showcase li img {
			margin-top: -6px;
		}
		*/
		
		ul#showcase li .info-overlay img {
			margin-top: 0px;
		}
		
	.active { display: list-item !important; }
	
ul#picker {
	width: 899px;
	height: 41px;
	background-image: url(../images/picker.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	overflow: hidden;
	
	/*
		This moves the box above the featured image, so that
		the little arrow cutout shows a tiny bit of the
		featured image when it moves or is shown.
		Fix this up properly when the images have been
		cut out in the right shape.
		
		
	margin-top: -49px;
	position: relative;
	z-index: 99;
	*/
	
	
}
	ul#picker li {
		float: left;
		/* margin-top: 10px;
		margin-left: 26px; */
		width: auto;
		height: 41px;
		/* margin-top: 2px; */
	}
		ul#picker li:first-child {
			/* margin-left: 19px; */
		}
		
		ul#picker li a:focus {
			outline: none;
		}
	
	#picker-cutoff {
		background-image: url(../images/picker-cutoff.png);
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		width: 899px;
		height: 5px;
		margin-top: -4px;
		position: relative;
		z-index: 99;
	}
	
#pointer-wrap {
	width: 899px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
	
	#left-cnr {
		width: 6px;
		height: 15px;
		float: left;
		background-image: url(../images/left-cnr.gif);
		background-repeat: no-repeat;
	}
	
	#right-cnr {
		width: 6px;
		height: 15px;
		float: right;
		background-image: url(../images/right-cnr.gif);
		background-repeat: no-repeat;
	}
	
	#pointer-hide {
		width: 887px;
		height: 15px;
		overflow: hidden;
	}
		
		#underpass {
			width: 887px;
			height: 15px;
			background-image: url(../images/underpass.png);
			background-repeat: repeat-x;
			
			position: absolute;
			z-index: -1;
		}
		
	#pointer-rail {
		width: 2000px;
		height: 15px;
	}
			
			#pointer-rail #left-bg {
				width: 75px;
				height: 15px;
				background-image: url(../images/picker-bg.gif);
				background-repeat: repeat-x;
				float: left;
			}
			
			#pointer-rail #point {
				width: 17px;
				height: 15px;
				background-image: url(../images/pointer.gif);
				background-repeat: no-repeat;
				float: left;
			}
			
			#pointer-rail #right-bg {
				width: 880px;
				height: 15px;
				background-image: url(../images/picker-bg.gif);
				background-repeat: repeat-x;
				float: left;
			}
		
#contact {
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	width: 899px;
	height: 54px;
	background-image: url(../images/contact-box.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
	
	.ctext {
		padding-top: 14px;
		padding-left: 20px;
		text-shadow: 1px 1px #666666;
		color: #fff;
		font-size: 14px;
	}
		
		.ctext img {
			float: right;
			height: 32px;
			width: 32px;
			margin-right: 13px;
			margin-top: -8px;
		}
		
	.contact-hover { color: #AFEEFF !important; }
	
	#contact #form {
		display: none;
		padding-left: 11px;
		padding-top: 9px;
	}
	
	/* #form a { display: none; } */
	
	#c-success {
		display: none;
		padding-top: 14px;
		padding-left: 20px;
		text-shadow: 1px 1px #666666;
		color: #fff;
	}
	
	#c-fail {
		display: none;
		padding-top: 14px;
		padding-left: 20px;
		text-shadow: 1px 1px #666666;
		color: #fff;
	}
	
#content {
	width: 899px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
	/*
	#content p {
		line-height: 1.15em;
	}
	*/
	
	#content .read-more {
		height: 30px;
		width: 200px;
		display: block;
		position: absolute;
		margin-top: 84px;
		margin-left: 10px;
		text-align: right;
	}
	
	#content #digital {
		background-image: url(../images/box-digital.gif);
		background-repeat: no-repeat;
		
		width: 200px;
		height: 107px;
		
		float: left;
		
		padding-top: 50px;
		padding-left: 14px;
		padding-right: 10px;
		
		color: #555555;
	}
	
	#content #creative {
		background-image: url(../images/box-creative.gif);
		background-repeat: no-repeat;
		
		width: 200px;
		height: 107px;
		
		float: left;
		margin-left: 13px;
		
		padding-top: 50px;
		padding-left: 14px;
		padding-right: 10px;
		
		color: #555555;
	}
	
	#content #strategy {
		background-image: url(../images/box-strategy.gif);
		background-repeat: no-repeat;
		
		width: 401px;
		height: 107px;
		
		float: left;
		margin-left: 13px;
		
		padding-top: 50px;
		padding-left: 14px;
		padding-right: 10px;
		
		color: #555555;
	}
		
		#content #strategy .read-more {
			width: 401px;
		}
		
	#content .box-top {
		width: 899px;
		height: 5px;
		background-image: url(../images/content-top.png);
		background-repeat: no-repeat;
	}
	
	#content .box {
		width: 859px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		background-image: url(../images/content-bg.png);
		background-repeat: repeat-y;
		color: #545554;
	}
		
		.box .gmap {
			float: right;
			width: 100%;
			height: 100%;
		}
		
		h1.clients {
			color: #457c97;
			font-size: 16px;
		}
		
	#content .box-foot {
		width: 899px;
		height: 6px;
		background-image: url(../images/content-foot.png);
		background-repeat: no-repeat;
	}
	
#clients {
	width: 899px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}
	#clients img:first-child {
		margin-left: 0px;
	}
	
	#clients img {
		margin-left: 35px;
	}
	
#footer {
	background-color: #505051;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 20px;
}
	#footer a { text-decoration: none; }
	
	#footer #footer-content {
		width: 899px;
		margin-right: auto;
		margin-left: auto;
		color: #ffffff;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	#footer #footer-content ul {
		list-style-type: none;
		width: auto;
		float: left;
		margin-left: 57px;
	}
		#footer #footer-content ul:first-child {
			margin-left: 0px;
		}
		
	#footer #footer-content .fh {
		background: none;
		padding-left: 0px;
		color: #77A7BF;
		
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#footer #footer-content ul li {
		
		/*
		background-image: url('../images/bullet.png');
		background-repeat: no-repeat;
		background-position: 0px 3px;
		padding-left: 12px;
		*/
		
		font-family: Verdana;
		margin-top: 2px;
		font-size: 9px;
		color: #cccaca;
		/* letter-spacing: 0.1em; */
	}
		#footer #footer-content ul li h1 {
			font-size: 13px;
			letter-spacing: 0em;
			padding-bottom: 7px;
		}
		
		#footer #footer-content ul li:first-child { margin-top: 0px; }
	
	#footer #footer-content ul li a {
		color: #cccaca;
	}
	
	#footer #footer-content ul li a:hover {
		color: #EFEFEF;
	}

	#footer #partners {
		text-align: left;
		margin-top: 15px;
		width: 612px;
		float: left;
	}
		
		#footer #partners h1 {
			text-align: left;
			color: #77A7BF;
			font-size: 13px;
			font-family: Helvetica, Arial, sans-serif;
			letter-spacing: 0em;
		}
		
		#footer #partners h1 {
			position: relative;
			z-index: 1;
		}
		
		#footer #partners div {
			margin-top: -6px;
		}
		
	
	#footer #social {
		text-align: left;
		margin-top: 15px;
		margin-left: 36px;
		width: 251px;
		float: left;
	}
		
		#footer #social h1 {
			text-align: left;
			color: #77A7BF;
			font-size: 13px;
			font-family: Helvetica, Arial, sans-serif;
			padding-bottom: 5px;
			letter-spacing: 0em;
		}
		
		#footer #social img {
			margin-left: 20px;
		}
		
		#footer #social p {
			margin-top: 3px;
			padding-left: 20px;
		}
		
		#footer #social input {
			border: 1px solid #D7D7D7;
			background: #D7D7D7;
			padding: 3px;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica;
		}
		
		input.news-email {
			width:160px;
			padding: 4px !important;
			margin-right: 3px;
		}
		
		.n-worked {
			color: #6AA7BF;
			font-weight: bold;
			font-size: 13px;
		}
		
		.n-problem {
			color: #BF6A76;
			font-weight: bold;
			font-size: 13px;
		}
	
	.f-email {
		color: #EFEFEF !important;
	}
	
	.f-email:hover {
		text-decoration: underline !important;
	}
	
#left-content {
	width: 271px;
	min-height: 500px;

	float: left;
}
	
	#left-content h1 {
		font-size: 12px;
		font-weight: normal;
	}
	
	p.break {
		padding-bottom: 10px;
	}
	
#accordian {
	width: 271px;
	/* min-height: 500px; */
	float: left;
}
	
	.blogcordian {
		padding-left: 25px;
		padding-top: 30px;
		width: 246px !important;
	}
	
.about-list {
	width: 179px !important;
}
	
	.about-list h1 { padding-bottom: 15px !important; }
	
	#accordian h3 {
		color: #457c97;
	}
	
	#accordian a {
		font-size: 15px;
		color: inherit;
		font-weight: normal;
		text-decoration: none !important;
	}
	
	.ui-state-hover, #accordian h3 a:hover {
		color: #539EBF !important;
		cursor: pointer;
	}
	
	.ui-state-active a { font-weight: bold !important; }
	
	.item-list { padding-bottom: 30px; }
	
	#accordian h3:first-child { margin-top: 0px !important; }
	
	
	#accordian h3 {
		margin-top: 3px;
	}
	
	#accordian h1 { padding-bottom: 3px; }
	
	.section { margin-top: 38px !important; }
	
	.item-list div {
		padding-top: 6px;
	}
	
	#case-info .section {
		display: none;
	}
	
	.section-active {
		display: block !important;
	}
	
	.sl-active {
		font-weight: bold !important;
	}
	
#case-info {
	width: 628px;
	/* min-height: 500px; */
	float: left;
}

#blog-container {
	width: 628px;
	/* min-height: 500px; */
	float: left;
}
	
	#blog-container .p-cbox-bg {
		min-height: 340px;
	}
	
	.case-heading {
		font-weight: bold;
		color: #00aeef;
	}
	
	#case-info p, #blog-container p {
		padding-bottom: 10px;
		font-size: 15px;
	}
	
	#case-info strong, #blog-container strong {
		font-size: 15px;
	}
	
	.p-cbox-top {
		background-image: url(../images/p-cbox-top.png);
		background-repeat: no-repeat;
		width: 628px;
		height: 7px;
	}
	
	.p-cbox-top-blog {
		background-image: url(../images/p-cbox-top-blog.png);
		background-repeat: no-repeat;
		width: 628px;
		height: 7px;
		margin-top: -1px;
	}
	
	.p-cbox-bg {
		background-image: url(../images/p-cbox-bg.png);
		background-repeat: repeat-y;
		width: 600px;
		min-height: 607px;
		
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	.p-cbox-foot {
		background-image: url(../images/p-cbox-foot.png);
		background-repeat: no-repeat;
		width: 628px;
		height: 7px;
	}
	
	#case-info h3 {
		color: #457C97;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	#case-info h2 {
		color: #003c4b;
		padding-bottom: 10px;
	}
	
	#blog-container h2 {
		color: #003c4b;
		padding-bottom: 4px;
	}
	
	#blog-container small {
		display: block;
		padding-bottom: 10px;
		color: #629FAF;
	}
	
	#blog-container .b-author {
		color: #00ADE1;
	}
	
	#blog-container .b-date {
		color: #00ADE1;
	}
	
	.p-cbox-bg ul {
		margin-left: 25px;
	}
	
		.p-cbox-bg ul li {
			color: #457C97;
		}
		
		.p-cbox-bg ul li p {
			color: #555555;
			padding-bottom: 5px;
		}
		
	
.abig {
	width: 179px !important;
}

.cbig {
	width: 720px !important;
}
	
	.p-cbox-big-top {
		background-image: url(../images/p-cbox-big-top.png);
		background-repeat: no-repeat;
		width: 720px;
		height: 7px;
	}
	
	.p-cbox-big-bg {
		background-image: url(../images/p-cbox-big-bg.png);
		background-repeat: repeat-y;
		width: 692px;
		min-height: 300px;
		
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	.p-cbox-big-foot {
		background-image: url(../images/p-cbox-big-foot.png);
		background-repeat: no-repeat;
		width: 720px;
		height: 7px;
	}

.contact-form {
	width: 96%;
	margin-top: 10px;
}
	
	.contact-form .loader {
		text-align: right;
		margin-top: 16px;
		display: none;
	}
	
	.contact-form .success {
		display: none;
		font-size: 10px;
	}
	.contact-form .fail {
		display: none;
		font-size: 10px;
	}
	
	.contact-form small:first-child {
		margin-top: 0px;
	}
	
	.contact-form small {
		margin-top: 5px;
		display: block;
		color: #457C97;
	}
	
	.contact-form input {
		width: 96%;
		border: 1px solid #BBBBBB;
		background: #D7D7D7;
		padding: 3px;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica;
	}
	
	.contact-form textarea {
		width: 96%;
		border: 1px solid #BBBBBB;
		background: #D7D7D7;
		padding: 3px;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica;
	}
	
	.submitme {
		text-align: right;
		margin-top: 19px;
	}
	
	.submitme input {
		width: auto;
		margin-right: -1px;
	}
	
	.c-email {
		font-size: 12px !important;
		color: #6D99AF !important;
		text-decoration: underline;
	}

.examples {
	margin-top: 30px;
}

/* for lists */
.l-float-3col { float: left; width: 170px; }
.l-float-2col { float: left; width: 270px; }

.clear {
	clear: both;
	width: 0;
	height: 0;
}

.clear-left {
	clear: left;
	width: 0;
	height: 0;
}

.clear-right {
	clear: right;
	width: 0;
	height: 0;
}

.hide {
	display: none;
}

/* Portfolio */

.case-container {
	margin-top: 15px;
	margin-bottom: 25px;
}

.case-container .case-item {
	width: 154px;
	height: 155px;
	float: left;
	margin-left: 32px;
}
	
	.case-container div.case-item:first-child { margin-left: 0px; }
	
	.case-item .more {
		display: block;
		position: absolute;
		margin-left: 0px;
		margin-top: 18px;
	}
	
	.case-item h2 {
		font-size: 12px;
		font-weight: normal;
		color: #555555;
		height: 18px;
	}
	
	.case-item h2 a {
		color: #555555;
		text-decoration: none;
	}
	
	.case-item h2 a:hover {
		color: #666666;
		text-decoration: none;
	}
	
	.case-item p {
		font-size: 9px;
		font-family: Verdana;
		width: 142px;
		height: 30px;
		padding: 5px;
		position: absolute;
		color: #fff;
		margin-top: 109px;
	}
	
.portfolio-container {
	margin-top: 15px;
}

.portfolio-container .portfolio-item {
	width: 294px;
	height: 310px;
	background-image: url(../images/portfolio/portfolio-bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 8px;
}
	
	.portfolio-container .portfolio-item:first-child { margin-left: 0px; }
	
	.portfolio-container .portfolio-item .logo {
		width: 289px;
		height: 55px;
		position: absolute;
		text-align: right;
		margin-top: 247px;
		padding-right: 5px;
	}
	
	.portfolio-container .portfolio-item .screen {
		margin-left: 8px;
		margin-top: 8px;
	}
	
	.portfolio-container .portfolio-item h2 {
		color: #555555;
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.cyan { color: #00ade1; }
	
	.portfolio-container .portfolio-item a {
		color: #8f8f8f;
		text-decoration: none;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 12px;
	}
	
	.portfolio-container .portfolio-item a:hover {
		color: #00ade1;
		text-decoration: underline;
	}
	
	.portfolio-container .portfolio-item p {
		padding-left: 8px;
		margin-top: 25px;
	}
	
	.ejm-text { width: 220px; }
	.euro-text { width: 170px; }
	.flexi-text { width: 200px; }
	.et-text { width: 200px; }
	.slater-text { width: 220px; }
	.roadsafe-text { width: 162px; }
	
.bold { font-weight: bold; }
.center { text-align: center; }

.cs-copy {
	font-size: 16px;
}
	.cs-copy p { margin-bottom: 20px; }
	
	.cs-head { padding-bottom: 20px; padding-top: 10px; }
	

.photog-pics {
	width: 100%;
}
	
	.photog-pics ul {
		list-style-type: none;
		margin: 0;
		margin-top: 10px;
	}
	
	.photog-pics ul li {
		display: block;
		float: left;
		padding-left: 21px;
		width: auto;
		margin-bottom: 10px;
	}
	
	.photog-pics ul li:first-child {
		padding-left: 0px;
	}
	
	.photog-pics ul li.no-pad {
		padding-left: 0px !important;
	}
	
	/*
	.photog-pics img:first-child {
	margin-left: 0;
	}

	.photog-pics img {
		margin-left: 17px;
		float: left;
	}
	*/
	
.client-heading {
	padding-bottom: 20px;
	padding-top: 25px;
}

#content .client-heading:first-child {
	padding-top: 0;
}

.corporate-clients {
	text-align: left;
}

.corporate-clients img { padding-left: 100px; }
.corporate-clients img:first-child { padding-left: 30px; }

.content-format p {
	font-size:15px;
	padding-bottom:10px;
}

.blog-heading {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
}

.blog-heading h1 {
	float: left;
	padding-top: 2px;
}

.clear-me {
	clear: left;
}

ul.tabs {
	list-style-type: none;
	margin-left: -1px;
}

	
	ul.tabs li {
		background-image: url(../images/tab-left.png);
		background-position: top left;
		background-repeat: no-repeat;
		height: 36px;
		width: auto;
		float: left;
		margin-left: 3px;
	}
		
		ul.tabs li:first-child {
			margin-left: 0;
		}
		
	ul.tabs li a {
		background-image: url(../images/tab-bg.png);
		background-repeat: repeat-x;
		display: block;
		text-align: center;
		width: auto;
		height: 27px;
		
		margin-left: 6px;
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 9px;
		
		color: #5FAABF;
		text-decoration: none;
	}
		
		ul.tabs li a:hover { color: #5FAABF; }
		
	ul.tabs li p {
		padding-right: 7px;
		background-image: url(../images/tab-right.png);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	ul.tabs li.tab-active, ul.tabs li.tab-hover {
		background-image: url(../images/tab-left-active.png);
	}
		
		ul.tabs li.tab-active a, ul.tabs li.tab-hover a { background-image: url(../images/tab-bg-active.png); }
		ul.tabs li.tab-active p, ul.tabs li.tab-hover p { background-image: url(../images/tab-right-active.png); }
		
		
	li.clear {
		clear: both;
		float: none !important;
		height: 0 !important;
		visibility: hidden;
		width: 0 !important;
	}
	
.contact-map {
	height: 453px;
}

.contact-message {
	height: 69px;
}

.newsletter-error {
	display: none;
	width: 163px;
	height: 31px;
	background-image: url(../images/error-box-news.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	text-align: center;
	
	position: absolute;
	margin-top: -32px;
	margin-left: 103px;
	
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.cbox-errors label {
	display: none;
	width: 163px;
	height: 19px;
	background-image: url(../images/error-box.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	text-align: center;
	
	position: absolute;
	margin-top: 27px;
	
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

label#e-name {
	margin-left: 0px;
}

label#e-company {
	margin-left: 192px;
}

label#e-email {
	margin-left: 384px;
}

label#e-phone {
	margin-left: 577px;
}

.cpage-errors label {
	display: none;
	width: 170px;
	height: 20px;
	background-image: url(../images/error-box-cpage.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	text-align: center;
	
	position: absolute;
	margin-left: 174px;
	
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

label#ce-name {
	margin-top: 8px;
}

label#ce-email {
	margin-top: 49px;
}

label#ce-phone {
	margin-top: 88px;
}

label#ce-company {
	margin-top: 127px;
}

label#ce-message {
	margin-top: 170px;
}
