@charset "UTF-8";
/* spinse13 Info Page Styles */

.hours.right {
	width:310px;
}
.hours.left table tr td {
	padding:1px 2px;
}
.hours.left table table {
	margin:0 auto;
}

/* --- Custom Form Fields ---*/
form#custom table tbody tr td {
	padding-bottom:15px;
}

form#custom table tbody tr td input[type="text"] {
	background-color: #F5F4F1;
	border: 1px solid #C6C3BA;
	height: 20px;
	padding: 4px;
	width: 250px;
}

form#custom table tbody tr td textarea {
	background-color: #F5F4F1;
	border: 1px solid #C6C3BA;
	height: 100px;
	padding: 4px;
	width: 350px;
}

form#custom table tbody tr td input#captcha {
	width: 100px;
}

form#custom table tbody tr td select {
	background-color: #F5F4F1;
	border: 1px solid #C6C3BA;
	height: 30px;
	padding: 4px;
	width: auto;
}