/* CSS Document */
@import url(top.css);
@import url(main.css);
@import url(bottom.css);
body{
margin:0px;
padding:0px;
border:0px;
color:#666666
}
.title{
width:666px;
height:48px;
margin-top:10px;
}
.form{
width:727px;
}
.input_no_border{
border:0;
}


