<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    font-family:Arial, sans-serif;
    font-size: 16px;
    color: #676767;
    margin-top: 2px;
    font-weight: normal;
    font-style: normal;
}

input[type="radio"] + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 2px 5px 0px 0px;
    vertical-align: middle;
    background:url(images/checkbox-cleared.png) no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(images/checkbox-checked.png) no-repeat;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background:url(images/checkbox-cleared.png);
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(images/checkbox-checked.png);
}

.uploaddiv {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    height: 50px;
    overflow: hidden;
}

.uploaddiv .textbox {
    display: inline;
    width: 270px;
    position: relative;
    top: -30px;
}

.uploaddiv .classname:before {
    content: 'Browse';
}
.classname input[type="file"] {
    visibility: hidden;
    width: 170px;
}

body {
	text-align: center;
	background-color: rgb(240,240,240);
	background-image: url('images/bg-dots-gray5.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
	margin-top: 10px;
}

h1
{
    font-family: Arial Black, Arial;
    font-size: 36px;
    color: #247bb1;
    margin-top: 0px;
    padding-top: 28px;
    line-height: 44px;
    font-weight: 900;
}

h2
{
    font-family: Arial Black, Arial;
    font-size: 24px;
    color: #247bb1;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 10px;
}

h3
{
    font-family: Arial Black, Arial;
    font-size: 18px;
    color: #247bb1;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 10px;
}

h4
{
    font-family: Arial Black, Arial;
    font-size: 18px;
    color: #990000;
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

p
{
    font-family: Arial;
    font-size: 16px;
    color: #676767;
    margin-top: 0px;
    padding-right: 10px;
}

ul
{
    list-style-image: url('images/orangepaw-bullet.png');
}

li
{
    font-family: Arial;
    font-size: 16px;
    color: #676767;
    margin-top: 0px;
    margin-bottom: 3px;
}
 
#wrapper {
	width: 900px;
	text-align: left;
	background-color: transparent;
	margin: 0px auto;
	padding: 0px;
	overflow: visible;
}

#container
{
    width: 900px;
	float: left;
}

#header
{
    height: 400px;
    width: 780px;
    position: relative;
    margin-left: 0px;
}

#ctl00_petpolaroid
{
    position: relative;
    left: -60px;
    top: 10px;
    z-index: 5;
}

#ctl00_paperclip
{
    position: relative;
    top: -135px;
    left: -220px;
    z-index: 10;
}

#ctl00_logo
{
    position: relative;
    top: -22px;
    right: -380px;
}

#floatcontainer
{
    width: 779px; 
    height: auto;
    overflow: visible;
}

#leftcontainer
{
    float: left;
    background-color: rgb(230,230,230);
    width: 200px;
    border-right: 62px solid #ffffff;
    text-align: right;
    padding-top: 5px;
}

#leftcol {
    padding-top: 8px;

}

#leftcol p {
    text-align: center;
    padding: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
}

#leftcol h2 {
    text-align: center;
    font-size: 19px;
}

#leftcol hr {
    border: 1px solid rgb(200,200,200);
    width: 100px;
}

.menuimage {

    margin-left: -105px;
    margin-top: 50px;
    position: relative;
}

.sticktop {
    position: fixed;
    top: 0;
}

.stickside {
    position: fixed;
    top: 50px;
    width: 200px;
}

#menu {
    background-color: #ff7500;
    width: 739px;
    padding: 20px;
    text-align: center;
}

#menu p
{
    font-family: Arial Black, Arial;
    font-size: 18px;
    color: #ffffff;
    margin: 0px;
    font-weight: 900;
    padding: 0px;
}

#menu p .vr {
    font-size: 30px;
    margin: 0px 10px 0px 10px;
    line-height: 15px;
}
#menu a
{
    color: #ffffff;
    text-decoration: none;
}

#menu a:hover, #rightcol a:hover, #leftcol a:hover
{
    text-decoration: underline;
}

#rightcol
{
    padding: 0px 0px 20px 62px;
    width: 517px;
    height: auto;
    background-color: #ffffff;
    border-left: 200px solid rgb(230,230,230);
}

#rightcol a, #leftcol a
{
    color: #ff7500;
    text-decoration: none;
}

#rightcol a img
{
    color: #ffffff;
}

fieldset
{
    border: 0px;
}

.asterisk
{
    font-size: 12px;
    margin-top: -18px;
}

fieldset p
{
    margin-bottom: 2px;
    font-size: 16px;
}

fieldset .textbox
{
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 16px;
    color: #676767;
    padding: 6px;
    border: 4px solid #7E9DB9;
    width: 450px;
}

fieldset .dropdown
{
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 16px;
    color: #676767;
    padding: 6px;
    border: 4px solid #7E9DB9;
    width: 469px;
}

fieldset div
{
    background-color: rgb(240, 240, 240);
    padding: 10px;
    margin: 10px 0px 20px 30px;
}

fieldset div p
{
    font-style: italic;
    color: #000000;
    font-size: 14px;
    text-align: justify;
    padding-right: 0px;
}

.checkbox
{
    line-height: 16px;
}

.checkbox img
{
    margin-top: -10px;
    margin-top: -4px\9; /* Hack for IE */
}

#rightcol .checkbox a:hover
{
    text-decoration: none;
}

.checkbox .textbox
{
    width: 131px; 
    width: 127px\9; /* Hack for IE */
    margin-top: -4px;
}

.indent
{
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 0px;
    list-style-type: none;
    list-style-image: none;
    font-size: 15px;
}

.indent li
{
    font-size: 14px;
}



p.emailalert
{
    margin-top: -20px;
    margin-bottom: 20px;
    color: #990000;
    font-weight: bold;
}

.NoBorder
{
    border: 0px solid white;
    color: #ffffff;
}

.classname {
        -webkit-appearance: none;
	    background-color:#ff7500;
	    -webkit-border-top-left-radius:10px;
	    -moz-border-radius-topleft:10px;
	    border-top-left-radius:10px;
	    -webkit-border-top-right-radius:10px;
	    -moz-border-radius-topright:10px;
	    border-top-right-radius:10px;
	    -webkit-border-bottom-right-radius:10px;
	    -moz-border-radius-bottomright:10px;
	    border-bottom-right-radius:10px;
	    -webkit-border-bottom-left-radius:10px;
	    -moz-border-radius-bottomleft:10px;
	    border-bottom-left-radius:10px;
	    text-indent:0;
	    display:inline-block;
	    color:#ffffff;
	    font-family:Arial;
	    font-size:15px;
	    font-weight:bold;
	    font-style:normal;
	    height:40px;
	    line-height:40px;
	    width:175px;
	    text-decoration:none;
	    text-align:center;
        margin-top: 10px;
    }

.classname:hover {
	    background-color:#247bb1;
        cursor: pointer;
    }
.classname:active {
	    position:relative;
	    top:1px;
    }
</pre></body></html>