@charset "utf-8";
/* CSS Document
basic style,header and footer style
*/
 
* {
	margin:0;
	padding:0;
	list-style: none
}
input, select, textarea {
	font-size:14px
}
select {
	color:#666
}
img {
	border:none;
}
body {

	font-size:14px;
	font-family:Arial, Helvetica, sans-serif; color:#666

}

a {

	text-decoration: none;

}

#ele_bg {
background:transparent url(../images/ele.jpg) no-repeat scroll 0 0;height:400px
}

.l_gray12px_b {
color:#F55B8F;
}
