#studio {
	position:absolute;
	top:90px;
	left:0px;
	width:950px;
	height:500px;
}
#studio-bg {
	padding:0 0 0 13px;
	width:745px;
	height:550px;
	background:url(../images/contact/studio-1.jpg) 13px 0px no-repeat;
}
#studio-title {
	position:absolute;
	top:40px;
	left:420px;
}
/* form */
#studio-form {
	position:absolute;
	top:115px;
	left:560px;
}
#studio-form div {
	position:absolute;
	top:0px;
	left:0px;
}
#studio-form div.fd1 {
	top:0px;
	left:0px;
}
#studio-form div.fd2 {
	top:0px;
	left:202px;
}
#studio-form div.fd3 {
	top:30px;
	left:0px;
}
#studio-form div.fd4 {
	top:30px;
	left:202px;
}
#studio-form div.fd5 {
	top:60px;
	left:0px;
}
#studio-form div.fd6 {
	top:190px;
	left:0px;
	width:200px;
}
#studio-form div.fd7 {
	top:160px;
	left:0px;
	width:200px;
}
#studio-form div.fd8 {
	top:160px;
	left:202px;
}
#studio-contact {
	position:absolute;
	top:350px;
	left:560px;
	width:200px;
}
#studio-contact p {
	font-size:13px;
}
#studio-contact p a {
	text-decoration:none;
	color:#894a27;
}
#studio-contact p a:hover {
	text-decoration:underline;
}
.txtInput, .txtArea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	border:0px;
	border-top:3px solid #b8b8b8;
	padding:1px 3px;
}
.txtInput {
	width:185px;
}
.txtArea {
	width:387px;
	height:89px;
}
.btn1, .btn2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
	padding:2px 3px;
	width:70px;
	text-align:left;
}
.btn1 {
	background:#000;
}
.btn2 {
	background:#894a27;
}

