/* CSS Document */


/* = Generic Form Styles
------------------------- Generic Form Styles ------------------
*/
.form_row
{
	clear:both;
	margin:5px;
	margin-left:40px;
	/*padding:5px;*/
	width:89%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
}
.form_row select, .form_row_float select
{
	width:200px;
}
.form_row label, .form_row_float_1st label
{
	display:block;
	float:left;
	width:150px;
	/*font-size:0.8em;*/
	padding-bottom:4px;
	padding-right:5px;
}
.form_row:hover
{
	background-color:#b4e1eb;
}
/*form_row input
{
	width:200px;

}*/
.form_row_float, .form_row_float_1st 
{
    float: left;
    padding-right: 10px;
    margin:5px;
}
.submit_row
{
	width:250px;
	margin:10px auto 0px auto;
}
.submit
{
	font-size:0.8em;
	margin-right:5px;
}
.form_heading_sm
{
	font-size:0.8em;
	font-weight:normal;
}
#pet_section2
{
	display:none;
}
.select_box
{
	font-size:0.8em;
}
#declaration
{
	width:550px;
	background-color:#ffffcc;
	padding:10px;
	margin:0px auto 0px auto;
	border:1px solid #336699;
}
#declaration #rating
{
	font-size:0.8em;
}
#declaration #rating table
{
	margin:10px;
}
#declaration #rating td
{
	padding-right:10px;
}


