/* CSS Document */

input {
	border:1px groove #6699cc;
}
select {
    border:1px inset #6699cc;
}
.forminput {
	color:#6699cc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea {
	border:1px groove #6699cc;
}
#contactContainer {
	position:absolute;
	width:400px;
	height:100px;
	z-index:18;
	top: 190px;
}
#form {
	position:absolute;
	width:360px;
	height:345px;
	z-index:19;
	left: 460px;
	top: 90px;
	border:1px solid #003366;
}
#ThankyouText {
	position:absolute;
	width:300px;
	height:115px;
	z-index:19;
	left: 500px;
	top: 190px;
}
.style1 {color: #FF0000}
