﻿@charset "utf-8";
/* CSS Document */
.loadmorecss
{
	margin-bottom:3px;
	display:none;
	height:35px; 
	text-align:center; 
	background:#CCCC99; 
	color:#F00; 
	font-weight:bold;
	line-height:35px;
	-moz-border-radius: 4px;
   	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.8; /* Firefox, Safari(WebKit), Opera */
  	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
  	filter: alpha(opacity=80);      /* IE 4-7 */
}
.probox{
	height:180px; 
	border:1px solid #BEBEBE;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius:5px; 
	box-shadow:3px 3px 8px #BEBEBE;	
	-webkit-box-shadow:3px 3px 8px #BEBEBE;
	-moz-box-shadow:3px 3px 8px #BEBEBE;
}
.q_box0{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	height:160px;
	/*line-height:50px; */
	border:1px solid #33CCFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius:5px; 
}
.q_box1{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	height:160px;
	/*line-height:50px; */
	border:1px solid #999900;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius:5px; 
}
