/* I'm using CSS to set the original width/height of the image */
img.resize{
	width:400px;
	height:200px;
	position:absolute;
	z-index:1;
	left: 462px;
	top: 18px;
}

/* Just a dummy filler to show that not all images have to succumb to the resize effect */
img.thumb{
	width:450px;
	height:200px;
	position:absolute;
	z-index:2;
}	

/* we give the p element some margin */
.text{
	margin-left:120px;
}

#contact-area {
	width: 550px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 5px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 50px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

td.left {
	width: 250px;
	text-align: left;
	font-size: 13px;
]

#catpcha-area {
	margin-left: 50px;
}
