body{
	font-size:12px;
	margin:0;
	color:#FFF;
}
.box,.request,#refresh,.style1,.style2
{
	width:600px;
}
.style1,.style2
{
	height:16px; 
	padding:5px 0px;
}
.style1
{
	background:#495f88;
}
.style2
{ 
	background:#4cadff;
}
.box
{
	height:250px;
	background:#495f88;
	overflow: auto;
	overflow-x: hidden;
}
#refresh
{
	border:#495f88 solid 3px;
}
.request
{
	height:53px;
	background:#4cadff;
	border:#495f88 solid 3px;
	border-top: none;
}
.time
{
	float:right;
	padding-right:25px;
}
input[type=text]
{
	width:500px;
	margin-top:2px;
	margin-left:2px;	
}
input[type=submit]
{
	width:80px;
	height:46px;
	margin-left:8px;
	margin-top:2px;
}