@charset "utf-8";
/* CSS Document */


p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:600px;
padding:14px;
}


/* ----------- stylized ----------- */
#stylized{
border:solid 2px #f8b500;
border-radius:10px;
background: url(../../index/img/bg01.gif) repeat 0 0;
}
#stylized h1 {
font-size:16px;
font-weight:bold;
color:#f8b500;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#665a1a;
margin-bottom:20px;
border-bottom:solid 1px #f8b500;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
color:#665a1a;
text-align:right;
width:150px;
float:left;
}
#stylized .small{
color:#665a1a;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:150px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #ffdb4f;
width: 300px;
margin:2px 0 20px 10px;
}
#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #ffdb4f;
width: 300px;
height: 150px;
margin:2px 0 20px 10px;
float: left;
}
#stylized textarea{
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #ffdb4f;
	width: 300px;
	height: 150px;
	margin: 2px 0 20px 10px;
	float: left;
}
#stylized button{
clear:both;
margin-left:250px;
width:125px;
height:31px;
background:#f8b500;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
margin-bottom:10px;
}

/*点線2-------------------------------*/
p.box2 {
   border-bottom: 1px dotted #556b2f;
   margin-bottom: 20px;
}

ul.bgList01 li {
	background: url(../../css_pet/img/bg_list3.gif) no-repeat left center;
	padding-left: 1.5em;
}
