/*Pet Registration Form */

body {
	background: #e2e1e3;
	color: #566875;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.column-container {
	width: 245px;
	margin: 0 auto;
}

.column {
	float: left;
	width: 100%;	
}

.column-full {
	float: left;
	margin: 5px 0 0 0 !important;
	width: 100% !important;
}

#iframe-container {
	height: 100%;		
	margin: 10px 10px 30px 30px;
	margin: 0 auto;
	width: 245px;  /*this needs to sync up with the value on the link used to open the window!!!!!!!!!!!!!!!!!!!!!!!!!!! */
}

.left {
	float: left;
	text-align: center;
}

p {
	color: #566875;
	font-size: 10px;
	line-height: 1.4em;
	margin: 1.2em 0;
}

.dining_form {
	width: 245px;
	line-height: 24px;
	font-size: 10px;
}

.dining_form label {
	color: #566875;
	display: block;
	font-size: 10px;
	/*margin: 6px 0;*/
}

.dining_form label span {
	display: block;
	float: left;
	font-size: 10px;
	padding-top: 3px;
	width: 100px;
}

.dining_form input {
	width: 141px;
}

.dining_form input {
	color: #444444;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #5685A2;
	margin: 7px 0 7px -1px;
}

.dining_form select:focus {
	border: 1px solid #FFA500;
}

.dining_form input:focus {
	border: 1px solid #FFA500;
}

/*miscellaneous */
#required {
	color: #f00;
	float: left;
	font-size: 1.1em;
}

.sub-content {
	width: 99%;
}

textarea {
	color: #444444;
	height: 60px;
	width: 364px;
	padding: 2px;
	margin-top: 8px;
	overflow: auto;
	border: 1px solid #5685A2;
}

.submit {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/buttons/btn-submit.gif) no-repeat scroll 0 0;
	height: 21px;
	width: 57px;
}

.submit:hover {
	background-position: 0 -21px !important;
}

.dining_form button {
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
	padding: .4em 0;
	float: right;
	position: relative;
	right: 3px;
}

.btn {
	cursor: pointer;
	float: left;
	text-indent:-9999px;
}

.dining_form p {
	line-height: 16px !important;
	margin: 0 0 8px;
}

.clear {
	clear: both;
}

#response-container {
	margin: 15px 0 0 20px !important;
}
