#sample-rental .inquiry {
	text-align: left;width: 100%;}
#sample-rental .inquirytitle {
	font-weight: bold;font-size: 1.5em;border-left: 5px solid #1abc9c;padding: 10px 0 7px 15px;
}
#sample-rental p{
	margin: 0 0 1em;
}


/* form */
#sample-rental form{
	padding: 1em 0 0;
}
#sample-rental form p{
	margin: 0 0 0.5em;
}
#sample-rental form input,
#sample-rental form select,
#sample-rental form textarea{
}
#sample-rental form input,
#sample-rental form select{
	width: auto;
}
#sample-rental form textarea{
	width: 40em;
}
#sample-rental form input:first-child,
#sample-rental form select:first-child,
#sample-rental form textarea:first-child{
	margin: 0 0 0 0;
}
#sample-rental form input[type="submit"]{
	padding: 0.8em 8em !important;
	border: none;
	color: #fff;
	background: #333;
}
