* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	background: #fff url(/images/background.png) repeat-x 0 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #49B8FF;
	height: 100%;
	line-height: 1.6em;
	text-align: center;
}

a {
	text-decoration: none;
	color: green;
	cursor: pointer;
}
#centerIE {
	margin: 0 auto;
	position: relative;
	width: 980px;
	text-align: left;
}

* html #centerIE {
	height: 100%;
}

#logo {
	top:76px;
	position:absolute;
}
#contentfieldLeft {
	text-align:justify;
	position:absolute;
	top: 250px;
	width: 392px;
	padding-bottom: 100px;
}
#contentfieldLeft h2 {
	font-family: Smart Courier Condensed, Smart Courier, Courier, Times New Roman, Verdana;
	font-size: 24px;
	margin-bottom: 18px;

}
#contentfieldLeft span {
	color: #52CB02;
}

#footerField {
	top:660px;
	left:402px;
	margin-bottom: 166px;
	height: 166px;
	width: 403px;
	overflow:hidden;
	position:absolute;
	background: #fff url(/images/footer.png);
	z-index: 10;
}
#envelopeDiv, .envelopeDiv {
	display:none;
	z-index:3;
	background: #fff;
	position:absolute;
	left:0;
	top: 0;
	margin-bottom: 0;
	}
.contentfield {
	color: #fff;
	top: 660px;
	left: 402px;
	margin-bottom:166px;
	height: 166px;
	width:403px;
	overflow:hidden;
	position:absolute;
	background: #49B8FF url(/images/ball.png) no-repeat bottom right;
	z-index: 1;
	text-align: justify;
}

.contentfield .inputCursive {
	font-style: italic;
	color: #777;
}
.contentfield .inputError {
	border: 1px solid #ff0000;
	color: #ff0000;
	
	}

.contentfield input {
	height: 22px;
	background: #fff;
	border: 1px solid #fff;
	font-style: normal;
	color: #49B8FF;
	width: 384px;
	margin: 0 0 4px 0;
	}
.contentfield textarea {
	height: 140px;
	background: #fff;
	border: 1px solid #fff;
	font-style: normal;
	color: #49B8FF;
	width: 384px;
	margin: 0 0 4px 0;
	}

.contentfield h2 {
	text-align: right;
	font-family: Smart Courier Condensed, Smart Courier, Courier, Verdana;
	font-size: 28px;
	padding: 8px 8px 8px 14px;
}
.contentfield .content {
	padding:8px;
	}
.contentfield a {
	color: #000;
	text-decoration: underline;
}
