@charset "utf-8";
/* CSS Document */

body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
font-family: Verdana;
font-size:11px;
color:#666666;
}
.top_header{
background-image:url(images/top_header.png);
height:110px;
background-repeat:repeat-x;
}
.image{
background-image: url(images/girl_image.png);
width:359px;
height:161px;
background-repeat: no-repeat;
background-position:left;
}

.searching_box{
background-image: url(images/searching_box.png);
width:251px;
height:160px;
background-repeat: no-repeat;
background-position:center;
}
.down_box{
background-image: url(images/down_box.png);
width:251px;
height:160px;
background-repeat: no-repeat;
background-position:center;
}
.right_box{
background-image: url(images/right_box.png);
width:400px;
height:114px;
background-repeat: no-repeat;
background-position:center;
}
.down_image{
background-image: url(images/down_image.png);
width:159px;
height:198px;
background-repeat: no-repeat;
background-position:right;
}
.down_border{
background-image: url(images/down_border.png);
height:34px;
background-repeat: repeat-x;
}
.left_top{
background-image:url(images/left_top.png);
width:12px;
height:14px;
background-repeat:no-repeat;
background-position:left;
}
.middle_top{
background-image: url(images/middle_top.png);
height:14px;
background-repeat: repeat-x;
background-position: center;
}
.right_top{
background-image:url(images/right_top.png);
width:12px;
height:14px;
background-repeat:no-repeat;
background-position: right;
}
.left_middle{
background-image:url(images/left_middle.png);
width:12px;
background-repeat:repeat-y;
background-position:left;
}
.right_middle{
background-image:url(images/right_middle.png);
width:12px;
background-repeat:repeat-y;
background-position:right;
}
.left_down{
background-image:url(images/left_down.png);
width:12px;
height:14px;
background-repeat:no-repeat;
background-position:left;
}
.middle_down{
background-image: url(images/middle_down.png);
height:14px;
background-repeat: repeat-x;
background-position: center;
}
.right_down{
background-image:url(images/right_down.png);
width:12px;
height:14px;
background-repeat:no-repeat;
background-position: right;
}
/*text*/
.matter{
font-family: Verdana;
font-size:11px;
color:#666666;
line-height:16px;
}
.higlight{
font-family: Verdana;
font-size:11px;
color: #FF3300;
}