@charset "utf-8";
/***********************************************************************
 @ filename         : base.css
 @ author           : twin lin
 @ description      : base styles for P320 activity
                      contains default definitions for
					  - fullpage
                      - container
					  - toolbar
                      - footer
                      - layout
 @ media            : screen
 @ modified         : 2008-06-29
**********************************************************************/
*{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50454e;
}
body{background:url(../images/bg.jpg) repeat-x 0 0 #6c5668;}
div#fullpage,div#mainpage1,div#mainpage2,div#mainpage3{width:800px;height:525px;}
div#fullpage{margin:43px auto 0;}
#fullpage p {
	text-align: center;
	color: #CCCCCC;
}

div#mainpage1{position:relative;background:url(../images/ans_1.jpg) no-repeat;}
div#mainpage2{position:relative;background:url(../images/ans_2.jpg) no-repeat;}
div#mainpage3{position:relative;background:url(../images/ans_3.jpg) no-repeat;}
div#list{
	position:absolute;
	width: 335px;
	height: 180px;
	left: 70px;
	top: 295px;
}
div#title{
	position:absolute;
	width: 560px;
	height: 110px;
	left: 66px;
	top: 40px;
}
table.tb{margin:20px 0 0 10px;}
table.tb td{padding-top:10px;}
input .in_style{
	height:10px;
	border: 1px solid #50454e;
}
div#btn_more{
	position:absolute;
	width:170px;
	height:60px;
	background:url(../images/btn1.jpg) no-repeat 0 0;
	top: 115px;
}
div#btn_more a{height:60px;text-indent: -200em;display:block;background:url(../images/btn1.jpg) no-repeat 0 0;}
div#btn_more a:hover{background:url(../images/btn1.jpg) no-repeat 0 -60px;}
div#btn_submit{
	position:absolute;
	width:135px;
	height:60px;
	background:url(../images/btn2.jpg) no-repeat 0 0;
	/*top: 115px;
	left: 175px;*/
	top: 170px;
	left: 220px;
}
div#btn_submit a{height:60px;text-indent: -200em;display:block;background:url(../images/btn2.jpg) no-repeat 0 0;}
div#btn_submit a:hover{background:url(../images/btn2.jpg) no-repeat 0 -60px;}
