/* CSS Document */
/********css version of forms**********/
.error_msg{/*joy's error message*/
     display:       none;
     padding-left:     60px;
     font-weight:     bold;
     color:       #900;
     font-size:      90%
     }


form.doggieform1{
	}
.form_row{
	/*added by karen*/
	/*width:500px;*/
	margin:5px 0;
	}
form.doggieform1 fieldset{
  /* clear: both; */
	border-color: white;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        
	margin: 0;
	margin-bottom: 10px;
	}
form.doggieform1 legend {
	padding: 5px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#EFBA0D;
	border:1px solid white;
	}
form.doggieform1 label.text {
	display:block;
	float:left;
	/*line-height: .8;
	vertical-align:top;*/
	text-align:right;
	width:150px;
	
	
	}
.radio_label{
	margin-left:3px;/*use for radio buttons on same line*/
	}
form.doggieform1 input, form.doggieform1 textarea, form.doggieform1 select{
	width:auto;
	margin:0 0 0 10px;
	}
form.doggieform1 input.submit{/*class submit makes the submit buttons line up in the right column*/
	margin-left:153px;
	margin-top:15px;
	}
form.doggieform1 fieldset fieldset {/*use a nested fieldset for radio and checkbox groups*/
	border:none;
	margin: 3px 0 0;
	}
form.doggieform1 fieldset fieldset legend {
	padding: 0;
	font-weight: normal;
	margin:5px 0 0 0;
	text-align:left;
	color:#FFFFFF;
	border:none;
	background:transparent;
	}
form.doggieform1 fieldset fieldset label {
	display:block;
	width: auto;
	margin:0;
	}
form.doggieform1 em, em.required, .required {/*red*/
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.doggieform1 fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 */
	text-align:left;
	}
form small{
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
	font-style:italic;
	}
form.doggieform1 fieldset fieldset input#retpassword {/*force indent the password input box on first contact page*/
	margin-left: 30px; 
	text-align:left;
	}
.indent2nd{
	margin-left:20px;/*extra indent on 2nd line of radio button text on contact page*/
	}
.sr {/*for select list*/
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
p.formtip{
	font-style:italic;
}

