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

#container {
	position:relative;
	left:0px;
	top:0px;
	width:682px;
	height:792px;
	margin: 0 auto;
	background-image: url(images/contact/contentbackground.png);
}
#contacttitle {
	position:absolute;
	left:30px;
	top:73px;
	width:162px;
	height:25px;
}
#contacttext {
	position:absolute;
	left:40px;
	top:104px;
	width:418px;
	height:31px;
}
#contactext2 {
	position:absolute;
	left:40px;
	top:219px;
	width:566px;
	height:103px;
}
#formcontainer {
	position:absolute;
	left:20px;
	top:322px;
	width:642px;
	height:454px;
	background-image: url(images/contact/formbackground.jpg);
}
#formtitle {
	position:absolute;
	left:157px;
	top:24px;
	width:329px;
	height:31px;
}
#form {
	position:absolute;
	left:140px;
	top:59px;
	width:361px;
	height:162px;
}


/* Styles */

.formtitle {
	font-size: 24px;
	font-weight: bold;
	color: #51261C;
	text-decoration: none;
	text-align: center;
}
.formtext {
	font-weight: bold;
	color: #FCADAF;
}
.asterix {
	font-weight: bold;
	color: #51261C;
}