@charset "utf-8";
body{
	margin:0;
	padding:0;
	background-color:#070707;
}
.bg-top{
	background:url(../images/bg-top.jpg) center top no-repeat;
}
.bg-bottom{
	background:url(../images/bg-bottom.jpg) center bottom no-repeat;
}
a{
	text-decoration:none;
	color:#249ecd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.main{
	margin:0px auto;
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
}
.mid{
	background:url(../images/bg-mid.png);
	width:980px;
}
.frm{
	margin:0px;
	padding:0px;
}
.red{
	color:#FF9900;
}
.bt{
	background:url(../images/bg-button.jpg); 
	width:82px;
	height:37px;
	border:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	font-weight:bold;
	font-size:11px;
}
.bt_con{
	background:none;
	height:25px;
	padding-bottom:2px;
	border:1px solid #a4a594;
	color:#666666;
}
.txt{
	border:1px solid #999999;
	width:250px;
}
.text{
	border:1px solid #CCCCCC;
	width:250px;
	background-color:#FFFFD9;
	height:15px;
}
.header{
}
.footer{
	height:167px;
	color:#acacac;
}
.design{
	font-size:12px;
	color:#acacac;
}
.design a{
	font-size:12px;
	text-decoration:none;
	color:#29b5eb;
}
/*-------------Phân trang---------------*/
.pt{
	font-weight:bold;
}
.pt a{
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #FF6600;
	text-decoration:none;
	color:#000000;
	padding:1px 3px 1px 3px;
	font-weight:bold;
}
.pt a:hover{
	color:#FF6600;
	text-decoration:underline;
}
.pt .cur-pag{
	color:#FF6600;
}
/*-------------------------search-------------------*/
.bg-search{
	height:40px;
	background:url(../images/txt-search.png) no-repeat;
	padding-top:7px;
	padding-left:15px;
}
.search{
	
}
.txt-search {
	background:none;
	border:0;
	width:168px;
	color:#363636;
	padding-right:10px;
	background:#FFFFFF;
	height:25px;
}
.bt-search{
	border:0;
	width:34px;
	height:32px;
	background:url(../images/bt-search.png)
}