﻿*{
	padding:0;
	margin:0;
	font-size:12px;
	color:#333;
	line-height:20px;
}
body{
	margin:20px;
}
.col_1{
	color:#7C7C7C;
}
.col_2{
	color:#0033CC;
}
.col_3{
	color:red;
}
.col_3 a{
	color:red;
}
h4{
	color:#333;
	font-weight:bold;
	font-size:13px;
	line-height:30px;
	padding-left:12px;
}
.btn1{
	padding:0 10px;
}
ul{
	list-style:none;
}
li {
	padding: 2px;
	margin-left: 5px;
	list-style: none;
	color: black;
}
#tab{
	width:320px;
	/*margin:0 auto;*/
}
#tab .title{
	border:1px solid #aaa;
	border-bottom:0;
	float:left;
	width:100%;
	background:#f9f9f9;
}
#tab .title .btnarea{
	padding:8px 0;
	margin: auto;
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #AAA;
}
#tab .content{
	border:1px solid #aaa;
	border-bottom:0;
	width:100%;
	float:left;
	background:#f9f9f9;
}
#tab .content h4{
	padding-bottom:10px;
}
#tab .content ul{
	padding:0 0 12px 12px;
}
#tab .content ul li{
	line-height:28px;
	height:28px;
}
#tab .content .info{
	padding-left:46px;
}
#tab .bottom{
	background:url(bgline.gif) repeat-x 0 0;
	float:left;
	width:100%;
	border-left:1px solid #aaa;
}
#tab .bottom a{
	float:left;
	padding:0 30px;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	line-height:30px;
	color:#0033CC;
}
#tab .bottom a.on{
	background:#f9f9f9;
	font-weight:bold;
	color:#333;
	}
td#login {
	vertical-align: middle;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
	
	