@import url( ../../../stylesheets/base.css );

strong{ 
	font-weight: normal;
}

div#text {
	position: relative;
	float: left;
	
	width: 327px;
	height: auto;

	padding: 20px 30px 0px 30px;

	background-image: url( ../images/form_background.jpg );
	background-repeat: no-repeat;
}

div#form {
	position: relative;

	width: 301px;
	height: auto;

	padding: 10px 13px 10px 13px;

	background-image: url( ../images/form_background.gif );
	background-repeat: no-repeat;
}

div#form label{
	display: inline-block;
	float: left;

	width: 70px;
}


div#form span{
	display: inline-block;
	float: right;

	color: red;
}

div#form input{
	width: 210px;
	height: 15px;

	margin-bottom: 8px;

	border: 1px solid #B8B276;
	background-image: url( ../images/input_background.gif );
	background-repeat: no-repeat;
}

div#form textarea {
	width: 210px;
	height: 100px;

	margin-bottom: 8px;

	border: 1px solid #B8B276;
	background-image: url( ../images/input_background.gif );
	background-repeat: no-repeat;

	overflow: hidden;
}

div#form input.button {
	float: right;

	width: 89px;
	height: 30px;

	margin-right: 5px;

	border: 0px;
	background-image: url();
}

div#contact {
	position: relative;
	float: left;

	margin-top: 1px;
	margin-left: 10px;
}
