@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

h1 {
	font-size:24px;
	margin:10px 0 20px 0;
}

.wrapper {
	/*width:320px;
	margin:20px auto;*/
}

.contactForm {
	/*float:left;
	width:300px;
	padding:10px;
	margin:10px auto;
	background:#ccc;*/
}

.contactForm ul {
	/*float:left;
	width:300px;
	margin:0;
	padding:0;
	list-style:none;*/
}

.contactForm ul li {
	float:left;
	width:300px;
	min-height:20px;
	height:auto !important;
	height:20px;
	margin-bottom:5px;
}

.contactForm label {
	float:left;
	width:70px;
	height:20px;
	margin-right:10px;
	line-height:20px;
}

.contactForm .txtFld {
	float:left;
	width:200px;
	height:16px;
	margin:0;
	padding:2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contactForm .txtAra {
	float:left;
	width:200px;
	height:100px;
	margin:0;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contactForm .submit {
	float:left;
	margin:0 10px 0 0px; /* Was 0 10px 0 80px */
}

.contactForm .formError {
	float:left;
	width:200px;
	height:16px;
	margin-left:80px;
	color:#990000;
}

.contactForm .formProgress {
	float:left;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 15;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modalDialog > div {
	width: 306px;
	position: relative;
	margin: 10% auto 74px auto;
	padding: 18px 20px 31px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#F1EDE2, #B4B1AA);
	background: -webkit-linear-gradient(#F1EDE2, #B4B1AA);
	background: -o-linear-gradient(#F1EDE2, #B4B1AA);
	height:261px;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #00d9ff;
}

.caseStudy{
	position:relative; 
	float:left; 
	left:95px; 
	top:280px;
	height:26px;
	width:79px;
	background:url(../images/read_more.png) no-repeat center;
}