/* CSS Document Overwriting css from petsspark */

/* For refrence this is the css being overwritten from http://calculator.petsspark.com/glowgroom/calculator.css
all images below will be references to their local site
*/
@charset "UTF-8";

body{font:11px Arial, Helvetica, sans-serif;color:black;margin:0;padding:0}
img{border:none;vertical-align:middle}
input{border:1px solid #bebdbe;margin:2px 0 0}
form{display:inline}
strong{float:left;font-size:13px}
#calc{width:240px;height:306px;border:2px solid black;border-radius:8px;background:url(images/calc_bkg.png) left top no-repeat}
#do{width:70px;height:25px;margin-top:12px;padding-bottom:3px;border:none;border-radius:12px;color:#fcd362;background:#70000a url(images/calc_button.png) repeat-x}
.top{width:120px;height:37px;margin:0 auto;padding:8px 0 0 105px;border-bottom:1px solid black;border-radius:8px 8px 0 0;/* background:url(images/calc_logo.png) left center no-repeat; */font-size:13px;text-align:right;text-transform:uppercase}
.content{width:230px;padding:10px 5px 15px}
.formrow{padding:7px 0;clear:both;overflow:hidden}
.notoprow{padding:0 0 8px}
.left{float:left} .right{float:right}
.textright{text-align:right}
.center{text-align:center}
.half{width:48%}
.text{height:15px;border-radius:12px;background:white url(images/calc_text.png) bottom repeat-x;padding:4px 8px}
.text75{width:75px} .text125{width:125px} .text190{width:190px}
.bt-content strong{display:block;width:100%;border-bottom:1px solid #ccc;padding-bottom:1px;margin-bottom:4px}

/*above was original - dj overwriting */

#calc {
	height: 330px;
}

.text {
	height: 16px;
}

.text125 {
	width: 100px;
	margin-left: 10px;
}

.section-category {
	margin-bottom: 5px;
	margin-left: 15px;
}

.section-label {
	margin-bottom: 3px;
}

input[type="radio"] {
	vertical-align: text-bottom;
}
#tablets {
	margin-left: 8px;
}

.puppy-wrap {
	margin-left: 12px;
}