#main_centre {
	background-image: url('../images/lostsoul.jpg');
	background-repeat:no-repeat;
	height: 640px;
	}

div#contact_div {
	position: relative;
	left: 100px;
	top: 60px;
	width: 600px;
	height: 530px;
	}

div.send_error {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 800px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	}

div.send_message {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 800px;
	text-align: center;
	color: #00FF88;
	font-weight: bold;
	}

div.captcha {
	position: relative;
	left: 150px;
	top: 11px;
	}

div.submit {
	width: 600px;
	text-align: center;
	}

input.submit {
	position: absolute;
	left: 0px;
	top: 486px;
	width: 605px;
	height: 22px;
	cursor: pointer;
	border-width: 1px;
	border-color: #320088;
	background-color: #190044;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	}

span.from_email {
	font-weight: bold;
	color: #FFFFFF;
	}
	
span.subject {
	font-weight: bold;
	color: #FFFFFF;
	}

input#from_email {
	position: absolute;
	left: 200px;
	width: 398px;
	}
	
input#subject {
	position: absolute;
	left: 200px;
	width: 398px;
	}

textarea#body {
	width: 598px;
	height: 269px;
	}

.textinput {
	background-color: #000040;
	border-width: 1px;
	border-color: #000080;
	color: #FFFFFF;
	font-family: "Verdana";
	font-size: 1.0em;
	}

