@charset "UTF-8";
/* CSS Document */

#detail{
	font-size:14px;
	width:300px;
	height:auto;
	padding:10px;
	position:absolute;
	top:260px;
	left:30px;
}
#detail a{
	color:#000;}
#detail a:hover{
	background-color:#000;
	color:#FFF;
}

#home_btn{
	position:absolute;
	top:10px;
	left:20px;
	width:179px;
	height:66px;
}
#home_btn2{
	position:absolute;
	top:20px;
	left:930px;
	width:179px;
	height:66px;
}

table{
	width:500px;
	height:300px;
	border-collapse:collapse;
}
table th{
	width:100px;
	height:20px;
	padding:8px;
	font-size:12px;
	text-align:left;
}
table td{
	padding:2px;
	font-size:13px;
	color:#333;
}
#main{
	position:absolute;
	top:120px;
	left:600px;
    height:400px;
	width:500px;
    overflow:auto;
	font-size:12px;
}
#main2{
	position:absolute;
	top:150px;
	left:80px;
    height:400px;
	width:500px;
    overflow:auto;
	font-size:12px;
}

#myform label{
display:block;
width:100px;
float:left;
text-align:right;
margin-right:10px;
}
#myform{
margin-top:30px;
}
#myform #submit{
	color:#CCC;
margin-left:110px;
}

#user,#mail {
	
width:200px;
}

#message{
width:350px;
height:150px;
}

.title{
width:160px;
height:27px;
color:#39C;
/*font-weight:bolder;*/
font-size:14px;
background-image:url(images/title.png);
background-repeat:no-repeat;
padding-top:15px;
padding-left:30px;
}
         
