body {
    background: #FFF;
}

a {
    color: #9A61A8;
    text-decoration: underline;
}

h3 {
    font-size: 16px;
    color: #9A61A8;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

img {
    border: 0px;
}

div#page {
    width: 757px;
    position: absolute;
    left: 50%;
    margin-left: -379px;
    margin-top: 20px;
}

div#header {
	display: none;
}

div#purpleblock {
	display: none;
}

ul#menu {
	display: none;
}

div#content {
    padding: 50px 20px 20px 20px;
    width: 717px;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    color: #333;
    line-height: 18px;
}

div#footer {
    display: none;
}

.centeralign {
    text-align: center;
}

.rightalign {
    text-align: right;
}

.leftalign {
    text-align: left;
}

.middlealign {
    vertical-align: middle;
}

.topalign {
    vertical-align: top;
}

.bottomalign {
    vertical-align: bottom;
}

.floatleft {
	float: left;
	width: 50%;
}

.floatright {
	float: right;
	width: 50%;
}

.clearboth {
	clear: both;
}

.noprint {
	display: none;
}

.note {
    font-size: 11px;
}

.warning {
	color: #DC143C;
}

div#foodExamples {
	float: right;
	font-size: 11px;
	width: 250px;
	padding: 10px;
	background: #e0eaf7;
	border: 1px solid #333;
	line-height: 13px;
}

div#foodExamples img {
	margin-top: 4px;
}


/* FORMS */

input.text {
    border: 1px #666 solid;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    padding: 2px;
}

select {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}


textarea {
    border: 1px #666 solid;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    overflow: hidden;
    padding: 2px;
    width: 500px; 
	height: 50px;
}

select:focus, input:focus, textarea:focus {
    background: #FFC;
    border: 1px solid #000;
}

input.button {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    margin: 0 3px 0 0;
    padding: 1px 3px;
    color: #333;
    background:#eee;
    border: 2px solid #E7E7E7;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}

div.formSection {
	border: 1px solid #F3EDF7;
	background: #FAF8FC;
    padding: 10px;
    color: #000;
    margin-bottom: 10px;
}

div.formSection h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}

form div {
    display: block;
    padding: 1px;
}

form div label {
    display: block;
    float: left;
    width: 150px;
    padding: 2px;
    margin: 0px;
    text-align: right;
}

form div.required {
    margin: 1px;
}

form div.required label {

}

form span.error {
	font-weight: bold;
	color: #DC143C;
}

form span.error:before {
	content: "*";
}



/* END FORM */


/* BUBBLES */

div.bubble {
    filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	background: #ECF1F7;
    position: absolute;
    z-index: 100;
    padding: 7px;
    color: #000;
    display: none;
    cursor: pointer;
}

div#dropOffBubble {
    width: 200px;
    height: 100px;
    top: 165px;
    left: 323px;
}

div#workBubble {
    width: 200px;
    height: 30px;
    top: 405px;
    left: 50px;
}

div#playBubble {
    width: 200px;
    height: 65px;
    top: 393px;
    left: 500px;
}

div#pickUpBubble {
    width: 200px;
    height: 65px;
    top: 585px;
    left: 323px;
}

div#topDogBubble {
    width: 200px;
    height: 45px;
    top: 250px;
    left: 475px;
}

div#topHumanBubble {
    width: 200px;
    height: 45px;
    top: 250px;
    left: 70px;
}

div#bottomDogBubble {
    width: 200px;
    height: 45px;
    top: 530px;
    left: 480px;
}

div#bottomHumanBubble {
    width: 200px;
    height: 45px;
    top: 530px;
    left: 48px;
}


/* END BUBBLES */

div#grooming_detail {
	display: none; 
	margin-left: 20px;
}

div#medications, div.med {
	display: none;
	margin-left: 20px;
}

div.med {
	border-bottom: 1px #AAA solid;
}

div.ongoing {
	display: none;
}

.indent20 {
	margin-left: 20px;
}

/* RATES */


table.rates {
    border-left: 1px #AAA solid;
    border-right: 1px #AAA solid;
    border-top: 1px #AAA solid;
    width: 450px;
}

table.rates th {
    padding: 4px;
    background: #F3EDF7;
    background-repeat: repeat-x;
    border-bottom: 1px #AAA solid;
}

table.rates td {
    vertical-align: top;
    padding: 4px 5px 4px 4px;
    border-bottom: 1px #AAA solid;
    background: #FFF;
}

/* END RATES */
