#catalog{
	background-color: #6b5c54; /* light brown */
	font-size: 12px;
	line-height: 17px;
	padding: 30px 30px 30px 100px;
}

#catalog strong{
	color: #99c7d3; /* light blue */
	font-weight: bold;
}

#catalog #text{
	float: left;
	width: 230px;
	margin-right: 40px;
	margin-top: 40px;
}

#catalog #form{
	float: left;
	text-align: right;
}

#catalog #form .row{
	margin: 2px 0;
}

#catalog #form .submit{
	margin-top: 10px;
}

#catalog #form .submit input{
	border: 0;
}

#catalog #form .row input, #catalog #form .row select{
	width: 160px;
}

#catalog #thanks{
}

