@charset "utf-8";
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #CC0000;
	text-align:left;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFCC00;
	text-align:left;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:26px;
	font-weight:normal;
	color: #000000;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
}

.h3 li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:26px;
	font-weight:normal;
	color: #000000;
	text-align:left;
	list-style:none;
	list-style-image: url(../images/star1.png);
	padding-left:20px;
	list-style-position:inherit;
	
	
}

.boxcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:22px;
	font-weight:normal;
	color: #FFF;
	text-align:left;
}

.boxcontent1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:22px;
	font-weight:normal;
	color: #000;
	text-align:left;
}

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:22px;
	font-weight:normal;
	color: #FFF;
	text-align:center;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:22px;
	font-weight:normal;
	color: #CCC;
	text-align:center;
}

.formbg { background-image:url(../images/form-bg.png);
background-repeat:no-repeat;
width:913px;
height:356px;
}


.boxtop {
	background-image:url(../images/box-top.png); 
	background-repeat:no-repeat;
	background-position:bottom;
	height:67px;	
}

.boxmiddle { background-image:url(../images/box-middle.png);
background-repeat:repeat-y;
background-position:top;
}

.boxbottom { background-image: url(../images/box-bottom.png);
background-repeat: no-repeat;
background-position:top;
height:63px;
}


.yboxtop {
	background-image: url(../images/y-top-box.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:61px;	
}

.yboxmiddle {
	background-image: url(../images/y-middle-box.jpg); 
	background-repeat: repeat-y;
	background-position:top;		
}

.yboxbottom {
	background-image: url(../images/y-bottom-box.jpg); 
	background-repeat: no-repeat; 
	background-position:top;
	height:52px;		
	
}


