.container {
	margin: 45px auto 0 auto;
	max-width: 900px;
}

#body{
	font-size: 13px;
}
#header {
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}

/* 설치상태 */
#installStatus {
	width: 100px;
}

#installTable{
	width: 700px;	
	font-size: 13px;
	border-collapse: collapse;
	text-align: center;
}

#installTable th{
	background-color: #F3F3F3;
}

#installTable, th, td{
	border: 1px solid #BEC0C3;
	padding: 5px;
}

#pro_Name{
	width: 15%;
}

#pro_SupportOS{
	width: 23%;
}

#pro_comment{
	width: 50%;
}

#pro_installStatus{
	width: 12%;
}
/* 다운로드 버튼 */
.btn_download {
	background-image: url("../img/btn_download.png");
	display: inline-block;
	width: 63px;
	height: 20px;
	cursor: pointer;
	position: relative;
}

#installChkSection{
	border: solid #ccced2 1px;
	margin: 0 auto;
	font-size: 40px;
}

#pro_SupportOS{
	width: 150px;
}

/* getClientInfo.jsp */
.link{
	width: 30%;
	padding: 30px 0px !important;
	font-size: 20px !important;
}

#clinetInfoFrame{
	border: none;
}

 