@charset "utf-8";
/*********************************************************************
File Name:	sample.css
File Info:	CSS
Author:		WEB DESIGN LAB
		http://www.webdlab.com/
Last Modified:	10.01.2009
*********************************************************************/

/*--------------------------------------------------------------------
Base
--------------------------------------------------------------------*/

* {
  padding: 0;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
BODY {
  font-size : 16px;
  font-weight: normal;
}
IMG {
  border: none;
}
.header2{
  width: 100%;
  height: 20px;
  text-align: right;
}
.header2 P {
  padding: 0 5px 0 0;
}
/*--------------------------------------------------------------------
Sample
--------------------------------------------------------------------*/

.sample2{
  width: 100%;
  text-align: center;
}
.samplenote2{
  width : 350px;
  text-align: left;
  margin: 20px auto 0 auto;
}
.note2{
  background : transparent url(/files/img/lp/line.gif) repeat scroll left top;
  font-size : 14px;
  line-height : 30px;
  padding: 0 15px 0 25px;
}
LI {
  margin-left:0px;
  list-style-type: none;
}

