.error_msg, .instruct_msg, .info_msg {
	color: #990000;
}


.panel {
	padding: 10px 0px 10px 0px;
	position:relative;
}


#pop {
	background: url('/images/shared/transparent_mask.png');
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}
#popContentWrap {
	position: relative;
}
#popClose {
	position: absolute;
	top:10px;
	right: 10px;
}
#popInner {
	position: absolute;
	z-index: 1001;
	background-color: #fff;
	border: 1px solid #a5b934;
}

#contentItem.hb, #contentLoading, #contentItemWrap {
	width: 400px;
	height: 400px;
}
#contentItem.eclStory {
	padding: 30px;
}
#contentItem.eclStory, #contentLoading, #contentItemWrap {
	width: 700px;
	height: 593px;
}
#contentLoading {
	background-image: url('/images/shared/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}


/* square start */

/*#title {
	position: absolute;
	top: 10px;
	width: 800px;
	text-align: center;
}*/

#square {
	width: 550px;
	height: 550px;
	padding: 25px;
	background-image: url(/images/shared/square-bg.png);
	font-size: 1.2em;
}

#squareInner, #introImg img {
	width: 550px;
	height: 550px;
}

#content {
	padding: 50px;
}
#content span.standout {
	font-size: 15px;
}
#content h1, #content p, #content h2 {
	padding-bottom: 10px;
}


#contactForm {
	padding-top: 10px;
}
#contactForm p {
	padding-bottom: 15px;
}
#contactForm label {
	display: block;
	width: 80px;
	float: left;
}
#contactForm input, #contactForm textarea {
	width: 360px;
}
#contactForm textarea {
	height: 200px;
}
#contactButton a {
	float: right;
}
#contactForm .contactError {
	color: #999;
}

