#left {
	display: none;
}

#middle {
	display: block;
	margin-left: 75px;
	width: 790px;
}

form label {
	float: left;
}

form textarea {
	width: 318px;
	height: 90px;
}

form select {
	width: 200px;
}

.petdd {
	width: 50px;
}

form .submitButton {
	display: block;
	width: 85px;
	height: 23px;	
	background: url(../images/submita.jpg) no-repeat right top;
	border: 0px none #FFF;
	cursor: pointer;	
}

form .submitButton:hover {
	display: block;
	width: 85px;
	height: 23px;
	background: url(../images/submitb.jpg) no-repeat right top;
	border: 0px none #FFF;
}


#middle p {
	width: 320px;
	text-align: right;
}

#middle p span {
	font-weight: bold;
}

#middle p.req, #middle p.req label {
	float: none;
	text-align: left;
}

#middle p.req label {
	padding-left: 10px;
}


.fl {	
	float: left;
	margin-top: -3px;
	margin-left: -3px;
}

.fr {
	margin-left: 1073px;
	margin-top: -20px;
	position: absolute;
}

#calendar {
	position: absolute;
	width: 130px;
	height: 120px;
	background-color: #FFF;
	margin-left: 207px;
	padding: 0px;
	opacity: 0;
}

.cal {
	margin-left: 550px;
}

.cal1 {
	margin-top: -13px;
}

.cal2 {
	margin-top: 23px;
}

#calendar table {
	margin-left: 0px;
	height: 100px;
}

#calendar table td {
	height: 16px;
	width: 14%;
	padding: 1px;
}


#calendar table td.Thead {
	text-align: center;
	color: #318831;
	font-size: 90%;
}

#calendar table td.Thead span.backArrow {
	color: #000;
	font-weight: bold;
	height: 18px;
	cursor: pointer;
	margin-right: 10px;
}

#calendar table td.Thead span.backArrow:hover {
	color: #318831;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	cursor: pointer;
	margin-right: 10px;
}

#calendar table td.Thead span.nextArrow {
	color: #000;
	font-weight: bold;
	height: 18px;
	cursor: pointer;
	margin-left: 10px;
}

#calendar table td.Thead span.nextArrow:hover {
	color: #318831;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	cursor: pointer;
	margin-left: 10px;
}

#calendar table td.day {
	text-align: center;
	color: #318831;
	font-weight: bold;
}

#calendar table td.digit {
	text-align: center;
	background-color: #FFF;
	cursor: pointer;
	color: #000;
}

#calendar table td.digit:hover {
	text-align: center;
	background-color: #318831;
	cursor: pointer;
	color: #FFF;
}

#calendar table td.selected {
	text-align: center;
	background-color: #318831;
	cursor: pointer;
	color: #FFF;
}


#calendar table td.blank {
	text-align: center;
	background-color: #999;
}