@charset "utf-8";
.container { width:970px; padding-top:30px; } 
div .book { background-position:top center; background-image:url("http://www.cthartgallery.com.au/images/contact/book.jpg"); background-repeat: no-repeat; background-position: 35px 0; height:610px; width:970px; }
#right{ position: relative; float: right; width: 320px; padding: 80px 135px 0px 0px; }
form {
	background:none;
	padding:1em;
}
fieldset div {
	margin:0.1em 0;
	clear:both;
}
form {
	margin:1em;
	width:25em;
}
label {
	float:left;
	width:7em;
	text-align:right;
	margin-right:0em;
	padding-top:5px;
	padding-right:4px;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
input, textarea {
	padding:0.3em;
	width:15em;
	border:1px solid #ddd;
	background:#fafafa;
	font: normal 0.95em arial, sans-serif;
	color: #666;
}
textarea {
	resize:none;
}
select {
	padding:0.3em;
	width:15.7em;
	border:1px solid #ddd;
	background:#fafafa;
	font: normal 0.95em arial, sans-serif;
	color: #666;
}
input, select, textarea {
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}	
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
select:hover, select:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0.5em 0.5em 0.5em;
}
#submit {
	width:71px;
	height:26px;
	margin:10px auto;
	text-indent: -1500%;
	overflow:hidden;
	border:0;
	background:url("http://www.cthartgallery.com.au/images/contact/submit-button.gif") no-repeat 0 -26px;
	display:block;
}
#submit:hover {
	background-position:0 0;
}
