/*Pet Registration Form */

body {
	background: #e2e1e3;
	color: #566875;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.clear {
	clear: both;
}

.column-container {
	width: 800px;
	margin: 0 auto;
}

.column {
	float: left;
	width: 50%;	
}

.column-full {
	float: left;
	margin: 5px 0 0 0 !important;
	width: 800px !important;
}

h3 {
	margin: 0 0 6px;
	color: #566875;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 1.2em 0 0;
}

#iframe-container {
	height: 100%;		
	margin: 10px 10px 30px 30px;
	margin: 0 auto;
	width: 800px;  /*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;
}

.pet_registration_form {
	width: 410px;
	line-height: 24px;
	font-size: 10px;
}

.pet_registration_form label {
	color: #566875;
	display: block;
	font-size: 10px;
	/*margin: 6px 0;*/
}

.pet_registration_form label span {
	display: block;
	float: left;
	font-size: 10px;
	padding-top: 3px;
	width: 230px;
}

.pet_registration_form .under {
	margin-top: 6px;
	font-size: 10px;
}

.pet_registration_form button {
	background-color: #315756;
	border: 1px #ccc solid;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
	padding: .4em 0;
	width: 6em;
}

.pet_registration_form input {
	width: 141px;
}

.pet_registration_form input, .pet_registration_form select {
	color: #444444;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #5685A2;
	margin: 7px 0 7px -1px;
}

.pet_registration_form select:focus {
	border: 1px solid #FFA500;
}

.pet_registration_form input:focus, .pet_registration_form textarea:focus {
	border: 1px solid #FFA500;
}




/*************** This is for the RIGHT column, has a different width to reduce the margin on the right*/
.pet_registration_form_right {
	top-margin: 8px;
	width: 390px;
}

.pet_registration_form_right h3{
	margin-bottom: 7px;
}

.pet_registration_form_right label {
	color: #566875;
	display: block;
	font-size: 10px;
}

.pet_registration_form_right label span {
	display: block;
	float: left;
	padding-top: 3px;
	width: 230px;
}

.pet_registration_form_right button {
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 10px;
	padding: .4em 0;
}

.pet_registration_form_right button:hover {
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 10px;
	padding: .4em 0;
}

.pet_registration_form_right input {
	width: 141px;	
}

.pet_registration_form_right input, .pet_registration_form_right select {
	color: #444444;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #5685A2;
	margin: 4px 0 7px -1px;
}

.pet_registration_form_right select {
	color: #444444;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #5685A2;
	margin: 4px 0 10px -1px;
}

.pet_registration_form_right select:focus {
	border: 1px solid #FFA500;
}

.pet_registration_form_right input:focus, .pet_registration_form_right textarea: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;
}

.btn {
	cursor:pointer;
	float:left;
	text-indent:-9999px;
}

.pet_registration_form p {
	line-height: 16px !important;
	margin: 0 0 8px;
}
