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

#content {
	position:relative;
	margin-left:50px;
	background-image:url(../images/contact/box.gif);
	background-repeat:no-repeat;
	width:730px;
	height:650px;
}

#leftBarContent img {
	margin-left:20px;
}

form {
	margin-left:auto;
	margin-right:auto;
}

	#formName {
		position:relative;
		top:15px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/contact/textField.gif);
		background-repeat:no-repeat;
		width:225px;
		height:50px;
		padding:2px;
	}
	
	#formEmail {
		position:relative;
		top:25px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/contact/textField.gif);
		background-repeat:no-repeat;
		width:225px;
		height:50px;
		padding:2px;
	}
	
	#formMessage {
		position:relative;
		top:30px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		background-image:url(../images/contact/textArea.gif);
		background-repeat:no-repeat;
		padding:2px;
		width:430px;
		height:280px;
	}
	
	input.btn {
		position:relative;
		top: 35px;
		color:#FF0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		background-color:#F19203;
		border:1px solid;
		border-color: #000;
	}